summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérôme Poulin2023-05-11 20:26:49 -0400
committerJérôme Poulin2023-05-11 20:26:49 -0400
commit143307987f574d99a3bcce3b8cb213b4912f0e65 (patch)
tree14175ecfd581329fca5c5283a448bfbf012e1b44
parent8f485cd898258b68cba7f427371d626bfd9513ad (diff)
downloadaur-143307987f574d99a3bcce3b8cb213b4912f0e65.tar.gz
add boost dependency as suggested by escape0707
-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")