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: 325d1dc44479b6d8ef3c7f8259ec68e7302fdc1d

Message: update by lilac

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 5932537..f816b75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = powder-toy
 	pkgdesc = Desktop version of the classic falling sand physics sandbox, simulates air pressure, velocity & heat!
-	pkgver = 93.3
+	pkgver = 94.0
 	pkgrel = 3
 	url = http://powdertoy.co.uk/
 	arch = i686
@@ -8,15 +8,15 @@ pkgbase = powder-toy
 	license = GPL3
 	makedepends = python2
 	makedepends = scons
-	depends = sdl
+	depends = sdl2
 	depends = lua52
 	depends = fftw
 	depends = bzip2
 	depends = zlib
-	source = powder-toy-93.3-340.tar.gz::http://github.com/ThePowderToy/The-Powder-Toy/archive/v93.3.tar.gz
+	source = powder-toy-94.0-340.tar.gz::http://github.com/ThePowderToy/The-Powder-Toy/archive/v94.0.tar.gz
 	source = powder-toy.desktop
 	source = powder-toy.png
-	md5sums = 16c5751f9b9c7a6283f423365fe73b1a
+	md5sums = 56a0a8485d20549ed5291b1d04c665af
 	md5sums = 8901d334c53c04738cbd3518c80fa37c
 	md5sums = bb40bf9c2fa3982e2872b5d32de3b006
 
diff --git a/PKGBUILD b/PKGBUILD
index cb72c53..d940e02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,14 +12,14 @@ NATIVE_OPTIMIZATIONS=n
 
 pkgname=powder-toy
 #pkgver=${_sver}.${_mver}
-pkgver=93.3
+pkgver=94.0
 _sver=${pkgver/.*/}
 _mver=${pkgver/*./}
 _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')
+depends=('sdl2' 'lua52' 'fftw' 'bzip2' 'zlib')
 makedepends=('python2' 'scons')
 url="http://powdertoy.co.uk/"
 license=('GPL3')
@@ -71,6 +71,6 @@ package() {
   install -Dm 644 "${srcdir}/${pkgname}.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
 }
 
-md5sums=('16c5751f9b9c7a6283f423365fe73b1a'
+md5sums=('56a0a8485d20549ed5291b1d04c665af'
          '8901d334c53c04738cbd3518c80fa37c'
          'bb40bf9c2fa3982e2872b5d32de3b006')