summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMr.Smith19742023-06-22 07:45:28 +0300
committerMr.Smith19742023-06-22 07:45:28 +0300
commit2db0d357b354d5faa2b21899d7c7b2c6a399a754 (patch)
tree78afaa995ce289897daa133266bbb8f114b6d5e3 /PKGBUILD
parent7e63daadef0eb1f46e252c70ccc8f9a02dc10c8e (diff)
downloadaur-libtcod.tar.gz
updated
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a97f68a9bd8..51ccf64d9bb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
## GPG key: https://github.com/hexdecimal.gpg
pkgname=libtcod
-pkgver=1.22.3
+pkgver=1.24.0
pkgrel=1
pkgdesc="Roguelike graphics/utility library"
arch=('x86_64')
@@ -31,6 +31,7 @@ build() {
package() {
cd "$pkgname/buildsys/autotools"
make DESTDIR="$pkgdir" install
+ libtool --finish /usr/lib
install -Dm644 "$srcdir/$pkgname/LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}