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: b64e1e55f305ed08e1b35a349283dad9d2687959

Message: update by lilac

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 40d669e..5932537 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Mon Apr  2 01:56:26 UTC 2018
 pkgbase = powder-toy
 	pkgdesc = Desktop version of the classic falling sand physics sandbox, simulates air pressure, velocity & heat!
-	pkgver = 92.5
-	pkgrel = 2
+	pkgver = 93.3
+	pkgrel = 3
 	url = http://powdertoy.co.uk/
 	arch = i686
 	arch = x86_64
@@ -15,10 +13,10 @@ pkgbase = powder-toy
 	depends = fftw
 	depends = bzip2
 	depends = zlib
-	source = http://github.com/ThePowderToy/The-Powder-Toy/archive/v92.5.tar.gz
+	source = powder-toy-93.3-340.tar.gz::http://github.com/ThePowderToy/The-Powder-Toy/archive/v93.3.tar.gz
 	source = powder-toy.desktop
 	source = powder-toy.png
-	md5sums = 7c4dc2a62cda2b652f135d52894299aa
+	md5sums = 16c5751f9b9c7a6283f423365fe73b1a
 	md5sums = 8901d334c53c04738cbd3518c80fa37c
 	md5sums = bb40bf9c2fa3982e2872b5d32de3b006
 
diff --git a/PKGBUILD b/PKGBUILD
index d153abe..cb72c53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: farseerfc <farseerfc@archlinuxcn.org>
 # Contributor:	refujee		<gmail.com: refujee>
 # Contributor:	sausageandeggs	<archlinux.us: sausageandeggs>
-# Maintainer:	Jesse Jaara	<gmail.com: jesse.jaara>
+# Contributor:	Jesse Jaara	<gmail.com: jesse.jaara>
 
 # Set to 'y' if you want native optimizations (-march=native)
 # based on your hardware. Enabled automatically if -march
@@ -12,18 +12,18 @@ NATIVE_OPTIMIZATIONS=n
 
 pkgname=powder-toy
 #pkgver=${_sver}.${_mver}
-pkgver=92.5
+pkgver=93.3
 _sver=${pkgver/.*/}
 _mver=${pkgver/*./}
-_build=336
-pkgrel=2
+_build=340
+pkgrel=3
 pkgdesc="Desktop version of the classic falling sand physics sandbox, simulates air pressure, velocity & heat!"
 arch=(i686 x86_64)
 depends=('sdl' 'lua52' 'fftw' 'bzip2' 'zlib')
 makedepends=('python2' 'scons')
 url="http://powdertoy.co.uk/"
 license=('GPL3')
-source=(http://github.com/ThePowderToy/The-Powder-Toy/archive/v${pkgver}.tar.gz
+source=("${pkgname}-${pkgver}-${_build}.tar.gz::http://github.com/ThePowderToy/The-Powder-Toy/archive/v${pkgver}.tar.gz"
 	${pkgname}.desktop ${pkgname}.png)
 
 prepare() {
@@ -71,6 +71,6 @@ package() {
   install -Dm 644 "${srcdir}/${pkgname}.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
 }
 
-md5sums=('7c4dc2a62cda2b652f135d52894299aa'
+md5sums=('16c5751f9b9c7a6283f423365fe73b1a'
          '8901d334c53c04738cbd3518c80fa37c'
          'bb40bf9c2fa3982e2872b5d32de3b006')