summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a1e2e2e160b..c05d458c49c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = stuntman
arch = i686
arch = x86_64
license = Apache
- makedepends = boost-libs
+ makedepends = boost
conflicts = stuntman-git
source = https://github.com/jselbie/stunserver/archive/version1.2.1.zip
sha256sums = 59c35de587699f4e8959b19d5d26173d27a9f4affe2b07b793dd95ac52508c53
diff --git a/PKGBUILD b/PKGBUILD
index ae5ab7debdbf..9320c95bf57b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# maintainer: so wieso <sowieso@dukun.de>
pkgname=stuntman
pkgver=1.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="STUN server and client"
url="http://www.stunprotocol.org/"
license=("Apache")
arch=("i686" "x86_64")
depends=()
optdepends=()
-makedepends=("boost-libs")
+makedepends=("boost")
conflicts=("stuntman-git")
source=("https://github.com/jselbie/stunserver/archive/version1.2.1.zip")
sha256sums=("59c35de587699f4e8959b19d5d26173d27a9f4affe2b07b793dd95ac52508c53")