summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2014-05-27 20:44:46 +0300
committerCaleb Maclennan2014-05-27 20:44:46 +0300
commitb7d7760f6f63057eba743895910786ed965ba77d (patch)
treee16b07efd3b1ac746f3ddd60b84d6078c799d1ba
parent915f5fd9b829a9c952eeaefbaa96fcd370a46e62 (diff)
downloadaur-b7d7760f6f63057eba743895910786ed965ba77d.tar.gz
add conflict tag so it's clear this won't work together with the Freedesktop implementation of the same thing
-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'