summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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"
}