summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPol_M2018-03-28 21:57:56 +0200
committerPol_M2018-03-28 21:57:56 +0200
commit8c71671320ec1c439226c286c07cf79d0919bdae (patch)
tree2379a4b3dc99c24e9f24bb17a47cae1e454de0a4
parentd05d4598b1f279b39fea57e57fb4e17106f69641 (diff)
downloadaur-8c71671320ec1c439226c286c07cf79d0919bdae.tar.gz
Patch. Missing libraries added
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfa04e846de8..b74ca41097cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = doomseeker
pkgdesc = A cross-platform Doom server browser
pkgver = 1.2
- pkgrel = 20180324
+ pkgrel = 20180328
url = http://doomseeker.drdteam.org/
arch = i686
arch = x86_64
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"