summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Rooyakkers2020-12-24 13:11:20 -0500
committerLucas Rooyakkers2020-12-24 13:11:20 -0500
commit142049390d23a5c07babaffe3e59a97cc0810a6c (patch)
tree84fc23560ea7adeb2043725174eb848275262a38
parentcc8f7e7bbdcb7033e68092eb10d4ceb78a8ba8fe (diff)
downloadaur-142049390d23a5c07babaffe3e59a97cc0810a6c.tar.gz
Updated to new version.
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7a286536b44..9087721357c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,17 @@
pkgname=citybound-bin
pkgver=0.1.2
pkgrel=823
+commit="gdfa71eb"
license=('GPL3')
pkgdesc="A city building game that uses microscopic models to vividly simulate the organism of a city arising from the interactions of millions of individuals."
url="https://aeplay.org/citybound"
arch=('x86_64')
provides=('citybound')
conflicts=()
-source=("https://citybound-livebuilds.s3.amazonaws.com/citybound-v0.1.2-823-gdfa71eb-linux.tar.gz")
+source=("https://citybound-livebuilds.s3.amazonaws.com/citybound-v$pkgver-$pkgrel-$commit-linux.tar.gz")
md5sums=('b280d48e57ed1d92b1b15606bf159050')
package() {
- tar -xzvf "citybound-v0.1.2-814-gf3cb7cb-linux.tar.gz"
- install -Dm755 "citybound-v0.1.2-814-gf3cb7cb" "$pkgdir/usr/bin/citybound"
+ tar -xzvf "citybound-v$pkgver-$pkgrel-$commit-linux.tar.gz"
+ install -Dm755 "citybound-v$pkgver-$pkgrel-$commit" "$pkgdir/usr/bin/citybound"
}