summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 624a8328fd57..dbc3623bbe87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = stund
pkgdesc = STUN Server and Client
pkgver = 0.97
- pkgrel = 1
+ pkgrel = 2
url = http://downloads.sourceforge.net/project/stun/stun/
arch = x86_64
arch = i686
license = GPL2
+ conflicts = libnice
source = http://iweb.dl.sourceforge.net/project/stun/stun/0.97/stund-0.97.tgz
source = fix_non_i386.patch
md5sums = 097fd27829e357c005afcafd51564bd1
diff --git a/PKGBUILD b/PKGBUILD
index eb83b71c9018..e1a513f3838b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,13 @@
pkgname=stund
pkgver=0.97
-pkgrel=1
+pkgrel=2
pkgdesc="STUN Server and Client"
url="http://downloads.sourceforge.net/project/stun/stun/"
source=("http://iweb.dl.sourceforge.net/project/stun/stun/0.97/stund-0.97.tgz" "fix_non_i386.patch")
makedepends=()
optdepends=()
+conflicts=(libnice)
arch=('x86_64' 'i686')
license=('GPL2')
md5sums=('097fd27829e357c005afcafd51564bd1'