summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57643656516b..f690e8f55d84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=doomseeker
pkgver=1.2
-pkgrel=20180324
+pkgrel=20180328
pkgdesc="A cross-platform Doom server browser"
arch=(i686 x86_64)
url="http://doomseeker.drdteam.org/"
@@ -37,6 +37,8 @@ package() {
cd $srcdir/$_bbdir/build
install -Dm755 doomseeker "$pkgdir/usr/games/doomseeker"
install -Dm755 libwadseeker.so "$pkgdir/usr/games/doomseeker"
+ install -Dm755 libwadseeker.so.1 "$pkgdir/usr/games/doomseeker"
+ install -Dm755 libwadseeker.so.1.2 "$pkgdir/usr/games/doomseeker"
cd engines
for f in *.so; do
install -Dm755 $f "$pkgdir/usr/games/doomseeker/engines/$f"