summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 111a1ba9f472..a13f90157722 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# maintainer: so wieso <sowieso@dukun.de>
pkgname=stuntman
pkgver=1.2.16
-pkgrel=1
+pkgrel=2
pkgdesc="STUN server and client"
url="http://www.stunprotocol.org/"
license=("Apache")
arch=("i686" "x86_64")
-depends=("openssl")
+depends=("openssl-1.1")
optdepends=()
makedepends=("boost")
conflicts=("stuntman-git")
@@ -14,7 +14,7 @@ source=("https://github.com/jselbie/stunserver/archive/master.zip"
"stuntman.service"
)
sha256sums=("c7abb8a1d100adaea3f382fce2c3ed839942707612c3819d75abbfecc28d9416"
- "941a3c547e907c4bb07628f343c34477ce61ae5bfe3fce44345b0a5343872b15"
+ "12d370aa690cef0c7e01aa5a13aa09ee0fc78b0ebce8b85c1f6202e2ceaeffa9"
)
build() {