diff options
Diffstat (limited to 'testing/barman/APKBUILD')
-rw-r--r-- | testing/barman/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/barman/APKBUILD b/testing/barman/APKBUILD index 06eaa2ba02..6ee279694f 100644 --- a/testing/barman/APKBUILD +++ b/testing/barman/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="GPL" depends="python2 rsync py2-argcomplete py2-dateutil py2-psycopg2 py-argh" subpackages="$pkgname-doc" -source="http://sourceforge.net/projects/pgbarman/files/${pkgver}/barman-${pkgver}.tar.gz" +source="https://sourceforge.net/projects/pgbarman/files/${pkgver}/barman-${pkgver}.tar.gz" builddir="$srcdir/$pkgname-$pkgver" build() { |