summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2014-05-12 23:58:48 -0700
committerMike Swanson2014-05-12 23:58:48 -0700
commit05c3cb76d33f12215c47db46b86da6ac1174ff43 (patch)
tree0315125e7bb3de2222c33b229c3cb6bab48cbed6
parentada4e3756f3a62cc91c8a49686537b298337c7c8 (diff)
downloadaur-05c3cb76d33f12215c47db46b86da6ac1174ff43.tar.gz
firestorm: add lib32-libidn as a depends for 64-bit
Voice won't work without this _32-bit_ library. Sigh.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75e729c951e1..d5527b8aef49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = firestorm-bin
pkgdesc = Firestorm is a feature-packed third-party viewer for Second Life.
pkgver = 4.6.5.40833
- pkgrel = 1
+ pkgrel = 2
url = http://www.firestormviewer.org/
install = firestorm.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index f52bc2eb6fda..154b0cb401ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mike Swanson <mikeonthecomputer@gmail.com>
pkgname=firestorm-bin
pkgver=4.6.5.40833
-pkgrel=1
+pkgrel=2
pkgdesc="Firestorm is a feature-packed third-party viewer for Second Life."
url="http://www.firestormviewer.org/"
license=('GPL')
@@ -35,6 +35,7 @@ if [ "$CARCH" = "i686" ]; then
'b2ce32d268f76f4324807d50c4098a3480b489ec447133ce8d9b9c4a7bc05530'
)
elif [ "$CARCH" = "x86_64" ]; then
+ depends=("${depends[@]}" 'lib32-libidn')
source=(
"http://downloads.firestormviewer.org/linux/Phoenix_FirestormOS-Betax64_${CARCH}_$pkgver.tar.bz2"
'firestorm.install'