makedeb


powder-toy 96.2.350-1


Desktop version of the classic falling sand physics sandbox, simulates air pressure, velocity & heat!

Click here to go back to the commit logs for powder-toy.

Commit:


Hash: 1c8a46b796d6e0954bdb755d8444c21b85099bec

Message: update by lilac

Diff


diff --git a/.SRCINFO b/.SRCINFO
index f816b75..c796747 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = powder-toy
 	pkgdesc = Desktop version of the classic falling sand physics sandbox, simulates air pressure, velocity & heat!
-	pkgver = 94.0
-	pkgrel = 3
+	pkgver = 94.1
+	pkgrel = 1
 	url = http://powdertoy.co.uk/
 	arch = i686
 	arch = x86_64
@@ -13,11 +13,11 @@ pkgbase = powder-toy
 	depends = fftw
 	depends = bzip2
 	depends = zlib
-	source = powder-toy-94.0-340.tar.gz::http://github.com/ThePowderToy/The-Powder-Toy/archive/v94.0.tar.gz
+	source = powder-toy-94.1-340.tar.gz::http://github.com/ThePowderToy/The-Powder-Toy/archive/v94.1.tar.gz
 	source = powder-toy.desktop
 	source = powder-toy.png
-	md5sums = 56a0a8485d20549ed5291b1d04c665af
-	md5sums = 8901d334c53c04738cbd3518c80fa37c
+	md5sums = 7e55a347df49c5df23dc977fb719c208
+	md5sums = e223e1d622f11c03af26ba3e60c7d500
 	md5sums = bb40bf9c2fa3982e2872b5d32de3b006
 
 pkgname = powder-toy
diff --git a/PKGBUILD b/PKGBUILD
index d940e02..b389213 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,11 +12,11 @@ NATIVE_OPTIMIZATIONS=n
 
 pkgname=powder-toy
 #pkgver=${_sver}.${_mver}
-pkgver=94.0
+pkgver=94.1
 _sver=${pkgver/.*/}
 _mver=${pkgver/*./}
 _build=340
-pkgrel=3
+pkgrel=1
 pkgdesc="Desktop version of the classic falling sand physics sandbox, simulates air pressure, velocity & heat!"
 arch=(i686 x86_64)
 depends=('sdl2' 'lua52' 'fftw' 'bzip2' 'zlib')
@@ -33,6 +33,7 @@ prepare() {
   #Also I do not know the logic behind the generated snapshotids.
   sed 's|//#define I|#define I|' -i src/Config.h
 
+  sed "s|Version=.*|Version=$pkgver|" -i ../${pkgname}.desktop
 }
 
 build() {
@@ -71,6 +72,6 @@ package() {
   install -Dm 644 "${srcdir}/${pkgname}.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
 }
 
-md5sums=('56a0a8485d20549ed5291b1d04c665af'
-         '8901d334c53c04738cbd3518c80fa37c'
+md5sums=('7e55a347df49c5df23dc977fb719c208'
+         'e223e1d622f11c03af26ba3e60c7d500'
          'bb40bf9c2fa3982e2872b5d32de3b006')
diff --git a/powder-toy.desktop b/powder-toy.desktop
index e60f430..0350a06 100644
--- a/powder-toy.desktop
+++ b/powder-toy.desktop
@@ -1,11 +1,11 @@
 
 [Desktop Entry]
 Type=Application
-Version=38.7
+Version=94.1
 Encoding=UTF-8
 Name=Powder Toy
 Comment=A physics simulation game.
-Exec=/usr/bin/powder-toy
+Exec=powder-toy
 Icon=powder-toy
 Terminal=false
 StartupNotify=false