summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiachen Yang2017-12-12 15:40:43 +0900
committerJiachen Yang2017-12-12 15:40:43 +0900
commitc6191b1858a7439af3f425baf2e3eb8cfc05968a (patch)
treece892b5000bddaaaf48a2003a742d68e59eb6f91
parent04c49c327430f011dfb5f3326925fe78ffabb931 (diff)
downloadaur-c6191b1858a7439af3f425baf2e3eb8cfc05968a.tar.gz
powder-toy update to 92.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 10 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91a647bb15d6..f1370dc2fa03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Sep 23 17:53:24 UTC 2017
pkgbase = powder-toy
pkgdesc = Desktop version of the classic falling sand physics sandbox, simulates air pressure, velocity & heat!
- pkgver = 92.0
+ pkgver = 92.5
pkgrel = 1
url = http://powdertoy.co.uk/
arch = i686
@@ -15,10 +13,10 @@ pkgbase = powder-toy
depends = fftw
depends = bzip2
depends = zlib
- source = http://github.com/ThePowderToy/The-Powder-Toy/archive/v92.0.331.tar.gz
+ source = http://github.com/ThePowderToy/The-Powder-Toy/archive/v92.5.tar.gz
source = powder-toy.desktop
source = powder-toy.png
- md5sums = 714654fb7f0f0d0a61564582bd7ea518
+ md5sums = 7c4dc2a62cda2b652f135d52894299aa
md5sums = 8901d334c53c04738cbd3518c80fa37c
md5sums = bb40bf9c2fa3982e2872b5d32de3b006
diff --git a/PKGBUILD b/PKGBUILD
index c4244be4b65d..a4157dcf8481 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@ NATIVE_OPTIMIZATIONS=n
pkgname=powder-toy
_sver=92
-_mver=0
-_build=331
+_mver=5
+_build=336
pkgver=${_sver}.${_mver}
pkgrel=1
pkgdesc="Desktop version of the classic falling sand physics sandbox, simulates air pressure, velocity & heat!"
@@ -22,11 +22,11 @@ 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${_sver}.${_mver}.${_build}.tar.gz
+source=(http://github.com/ThePowderToy/The-Powder-Toy/archive/v${_sver}.${_mver}.tar.gz
${pkgname}.desktop ${pkgname}.png)
prepare() {
- cd "${srcdir}/The-Powder-Toy-${_sver}.${_mver}.${_build}"
+ cd "${srcdir}/The-Powder-Toy-${_sver}.${_mver}"
#Disable the updates. I cant get the buildsystem to not compile a beta version.
#Also I do not know the logic behind the generated snapshotids.
@@ -36,7 +36,7 @@ prepare() {
build() {
unset _xarch _ssever _native
- cd "${srcdir}/The-Powder-Toy-${_sver}.${_mver}.${_build}"
+ cd "${srcdir}/The-Powder-Toy-${_sver}.${_mver}"
if $(grep -q 'pni' -i /proc/cpuinfo); then
_ssever="sse3"
@@ -65,11 +65,11 @@ build() {
}
package() {
- install -Dm 755 "${srcdir}/The-Powder-Toy-${_sver}.${_mver}.${_build}/build/binary" "${pkgdir}/usr/bin/powder-toy"
+ install -Dm 755 "${srcdir}/The-Powder-Toy-${_sver}.${_mver}/build/binary" "${pkgdir}/usr/bin/powder-toy"
install -Dm 644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
install -Dm 644 "${srcdir}/${pkgname}.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
}
-md5sums=('714654fb7f0f0d0a61564582bd7ea518'
+md5sums=('7c4dc2a62cda2b652f135d52894299aa'
'8901d334c53c04738cbd3518c80fa37c'
'bb40bf9c2fa3982e2872b5d32de3b006')