summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastien Duthil2023-05-07 23:43:53 -0400
committerSebastien Duthil2023-05-07 23:43:53 -0400
commit9ddc87dca3d487540ef4de56a347885c201a9451 (patch)
tree2d7b7ed5839770d719e1b0f6e5cb5ce0ea08c19c /PKGBUILD
parent2789a79a0eb72122e3b0b2b5e25863ea56d16a3a (diff)
downloadaur-9ddc87dca3d487540ef4de56a347885c201a9451.tar.gz
update to 1.16
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2372fd9972c..9a92191ab53b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sebastien Duthil <duthils@duthils.net>
pkgname=open-adventure
-pkgver=1.11
-pkgrel=2
+pkgver=1.16
+pkgrel=1
pkgdesc="Port of the 'Colossal Cave Adventure' text-based adventure game"
arch=('i686' 'x86_64')
url="http://www.catb.org/~esr/open-adventure/"
@@ -9,7 +9,7 @@ license=('BSD')
makedepends=('python' 'python-yaml' 'asciidoc')
conflicts=('advent')
source=(https://gitlab.com/esr/open-adventure/-/archive/${pkgver}/open-adventure-${pkgver}.tar.bz2)
-sha256sums=('212011dce9ea32783c4f3b3686d2072ff795cf3fb811193065cc672ea804953b')
+sha256sums=('a151e3f918224e7f2495eeb2872bfe4f5dd95e8233ba2691c87c74303ad29747')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -28,6 +28,6 @@ package() {
install -Dm755 advent "$pkgdir/usr/bin/advent"
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
- install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname" NEWS hints.adoc history.adoc README.adoc notes.adoc
+ install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname" NEWS.adoc hints.adoc history.adoc README.adoc notes.adoc
install -Dm644 advent.6 "$pkgdir/usr/share/man/man6/advent.6"
}