summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c1cf4dafb2d..5f6ce05bd679 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="STUN client and server"
url="https://www.stunprotocol.org/"
arch=('x86_64' 'i386')
license=('GPL3')
-#depends=('')
-#makedepends=('')
+depends=('boost-libs')
+makedepends=('boost')
#optdepends=('')
sha256sums=('4479e1ae070651dfc4836a998267c7ac2fba4f011abcfdca3b8ccd7736d4fd26')
source=("https://www.stunprotocol.org/${pkgbase}-${pkgver}.tgz")