summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavion2017-01-11 10:12:40 +1100
committerXavion2017-01-11 10:12:40 +1100
commit2ede192923261db3418c9e9afc3ee5368da89557 (patch)
tree685738ef070cbed5a7ac24d7d775e1903167b03b
parent8f31658f516d8813c835ad4a1d1228b4e6f6c3ab (diff)
downloadaur-2ede192923261db3418c9e9afc3ee5368da89557.tar.gz
Update to 3.3-2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1b730963167..3602fe666890 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = zoiper
pkgdesc = An IAX and SIP VoIP softphone
pkgver = 3.3
- pkgrel = 1
+ pkgrel = 2
url = http://www.zoiper.com/
arch = i686
arch = x86_64
license = custom
depends = gtk2
- depends = alsa-lib
- depends = libxdamage
+ depends = libsm
+ depends = pangox-compat
+ depends = libcanberra
source = LICENSE
source = zoiper.desktop
source = zoiper.png
diff --git a/PKGBUILD b/PKGBUILD
index 4588a29b8945..87274ba780b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,13 @@
pkgname=zoiper
pkgver=3.3
-pkgrel=1
+pkgrel=2
pkgdesc="An IAX and SIP VoIP softphone"
-arch=("i686" "x86_64")
url="http://www.zoiper.com/"
-license=("custom")
-depends=("gtk2" "alsa-lib" "libxdamage")
+arch=("i686" "x86_64")
[ "$CARCH" = "x86_64" ] && _arch_="64" || _arch_="32"
-[ "$CARCH" = "x86_64" ] && depends=("lib32-gtk2" "lib32-alsa-lib" "lib32-libxdamage" "lib32-libsm" "lib32-pangox-compat" "lib32-libcanberra")
+license=("custom")
+depends=("gtk2" "libsm" "pangox-compat" "libcanberra")
source=("LICENSE" "${pkgname}.desktop" "${pkgname}.png" "${pkgname}-24.png" "${pkgname}-48.png" "${pkgname}-96.png")
build() {