summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPopolon2021-11-25 14:15:09 +0100
committerPopolon2021-11-25 14:15:09 +0100
commit9bfdc8a2516920ca8ca0b0f9b3e18801856a0aa5 (patch)
tree998674cc9ea3fe82edc6d8c9bccf467196732df9 /PKGBUILD
parent20d055455d71a6e4b22157ca65a2238cd0ec1eb6 (diff)
downloadaur-9bfdc8a2516920ca8ca0b0f9b3e18801856a0aa5.tar.gz
add bzip2 and xz dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 04c1306e842d..4d76f257ee4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_pkgname=ubgpsuite
pkgname=${_pkgname}-git
pkgver=r67.f214c5e
-pkgrel=1
+pkgrel=2
pkgdesc="Micro BGP Suite and Utility library"
url="https://git.doublefourteen.io/bgp/ubgpsuite"
license=("GPL3" "GPL lesser 3")
arch=(i686 x86_64 armv7h aarch64 riscv32 riscv64)
-#depends=(build)
+depends=('bzip2' 'xz')
makedepends=('git' 'meson' 'ninja')
provides=(upkgbuild)
conflicts=(upkgbuild)