summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarsten Teibes2023-11-16 22:28:01 +0100
committerCarsten Teibes2023-11-16 22:28:01 +0100
commit014e9b0942a7a70bd424e53ae930eef56a67a06b (patch)
treed724cacc27be132a8d36fd1a632be04f866d66ca /PKGBUILD
parent0fc13d5819151f9f8c83a64852cdeb65b6b78555 (diff)
downloadaur-014e9b0942a7a70bd424e53ae930eef56a67a06b.tar.gz
[upd] 2.0.1→2.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f42e36ed81f0..808a6e4f44ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Alfonso Saaverda "Son Link" <sonlink.dourden@gmail.com>
pkgname=abbaye-des-morts
-pkgver=2.0.1
+pkgver=2.0.2
pkgrel=1
pkgdesc="An obsolete videogame for a dark passage of history"
arch=('i686' 'x86_64')
@@ -10,13 +10,12 @@ url="https://github.com/nevat/abbayedesmorts-gpl"
license=('GPL3')
depends=('sdl2' 'sdl2_image' 'sdl2_mixer')
source=($pkgname-$pkgver.tar.gz::"https://github.com/nevat/abbayedesmorts-gpl/archive/v$pkgver.tar.gz")
-sha256sums=('836fe46086610ee5543fe173ae1eb2c272960496cdf27d4f6be108832158c7a8')
+sha256sums=('3ea999aa3b01a8f2029dd87dd905726c507ccf23796938e84ad6973c21d52261')
build(){
make -C abbayedesmorts-gpl-$pkgver
}
package() {
- install -d "$pkgdir"/usr/{bin,share/{applications,pixmaps}}
make -C abbayedesmorts-gpl-$pkgver DESTDIR="$pkgdir/" install
}