summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorimlonghao2022-01-11 12:32:49 +0000
committerimlonghao2022-01-11 12:32:49 +0000
commit43bf6e280e9fd7ff5d3ab68c2f240e4197013ed9 (patch)
tree5bb1ef145c67a44e2a41f014aa00dc4c02bfac2b /PKGBUILD
parent0c3b225a5a51211ad502211df35aec6d82af9872 (diff)
downloadaur-bgpq3-git.tar.gz
fix github vcs source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 15d752ed9e63..e331f0195f61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bgpq3-git
pkgver=0.1.35.r9.g14bff82
-pkgrel=2
+pkgrel=3
pkgdesc="bgp filtering automation tool"
arch=("x86_64" "i686")
url="https://github.com/snar/bgpq3"
@@ -11,7 +11,7 @@ provides=('bgpq3')
conflicts=('bgpq3')
depends=('glibc')
makedepends=('git')
-source=("$pkgname::git://github.com/snar/bgpq3.git"
+source=("$pkgname::git+https://github.com/snar/bgpq3.git"
"01-fix-man-location.patch")
sha256sums=('SKIP'
'4723df01270b3c4b712768b9f867ac72c9070ab7a96469f0aa34d65769e8412c')