summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormaz-12015-10-31 02:11:13 +0800
committermaz-12015-10-31 02:11:13 +0800
commit392074826d316da2c59cb01c745ce71c7464843b (patch)
tree8e1bb7e9379d19bad4e31b7fa7f03428f2f7aa1d
parent79f48091c09d2702771a131f77b0034d89df6974 (diff)
downloadaur-392074826d316da2c59cb01c745ce71c7464843b.tar.gz
fix
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6997ba50c40..0a7c53f25249 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=unshield
pkgname=${_pkgname}-git
-pkgver=r155.24bdf98
+pkgver=r159.ef73f41
pkgrel=1
pkgdesc="Extracts CAB files from InstallShield installers"
arch=('i686' 'x86_64')
@@ -33,5 +33,6 @@ build() {
package() {
cd ${srcdir}/${_pkgname}
make DESTDIR=${pkgdir} install
+ ln -s libunshield.so ${pkgdir}/usr/lib/libunshield.so.0
install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/unshield/LICENSE
}