summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorimlonghao2020-03-15 06:26:14 +0000
committerimlonghao2020-03-15 06:26:14 +0000
commit0c3b225a5a51211ad502211df35aec6d82af9872 (patch)
treeab95d8c3252f0aaea84a78e783f7164472e86198 /PKGBUILD
parentea74c8c51e1989aabe3fe936a014d58f553d77fc (diff)
downloadaur-0c3b225a5a51211ad502211df35aec6d82af9872.tar.gz
Fix upstream url and add multi-thread make
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a0a7eb4d60b..15d752ed9e63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=bgpq3-git
pkgver=0.1.35.r9.g14bff82
-pkgrel=1
+pkgrel=2
pkgdesc="bgp filtering automation tool"
arch=("x86_64" "i686")
-url="https://github.com/snarPK/bgpq3"
+url="https://github.com/snar/bgpq3"
license=('BSD')
provides=('bgpq3')
conflicts=('bgpq3')
@@ -29,7 +29,7 @@ prepare() {
build() {
cd $pkgname
./configure --prefix=$pkgdir/usr
- make
+ make -j $(nproc)
}
package() {