aboutsummaryrefslogtreecommitdiffstats
path: root/testing/bird
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-03-01 17:36:08 +0200
committerprspkt <prspkt@protonmail.com>2019-03-01 18:05:34 +0200
commit6c2f6b950d7e3496f24f1bbf72d62a4ec4c54bb5 (patch)
tree642d6c7c6a21869b7423ddc0e56648b648656202 /testing/bird
parent89a94574532b898aa98ddae8074184c75f69eae0 (diff)
downloadaports-6c2f6b950d7e3496f24f1bbf72d62a4ec4c54bb5.tar.bz2
aports-6c2f6b950d7e3496f24f1bbf72d62a4ec4c54bb5.tar.xz
testing/bird: use https, drop prepare function
Diffstat (limited to 'testing/bird')
-rw-r--r--testing/bird/APKBUILD8
1 files changed, 1 insertions, 7 deletions
diff --git a/testing/bird/APKBUILD b/testing/bird/APKBUILD
index f0650f9247..814284a76e 100644
--- a/testing/bird/APKBUILD
+++ b/testing/bird/APKBUILD
@@ -5,7 +5,7 @@ pkgname=bird
pkgver=2.0.4
pkgrel=0
pkgdesc="BIRD Internet Routing Daemon"
-url="http://bird.network.cz/"
+url="https://bird.network.cz/"
arch="all !s390x"
license="GPL-2.0-or-later"
depends=""
@@ -18,12 +18,6 @@ source="
"
builddir="$srcdir"/bird-$pkgver
-prepare() {
- cd "$builddir"
- default_prepare
- update_config_guess
-}
-
build() {
cd "$builddir"
./configure --prefix=/usr \