diff options
author | Muh Muhten <muh.muhten@gmail.com> | 2016-03-01 00:41:27 -0500 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-03-10 10:03:19 +0000 |
commit | 1301e6ae134309fb1ba5b5167df1ce392f78673f (patch) | |
tree | ab16304aa67bb4e8e5b8b4b4eed2ed042e675529 /testing/py-pygit2 | |
parent | 70572d4cdab96a02b93c435cc17b0ab70f9ed8e9 (diff) | |
download | aports-1301e6ae134309fb1ba5b5167df1ce392f78673f.tar.bz2 aports-1301e6ae134309fb1ba5b5167df1ce392f78673f.tar.xz |
update all source= lines to use :: instead of saveas- syntax
Diffstat (limited to 'testing/py-pygit2')
-rw-r--r-- | testing/py-pygit2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-pygit2/APKBUILD b/testing/py-pygit2/APKBUILD index fc15dd045a..4e225778cf 100644 --- a/testing/py-pygit2/APKBUILD +++ b/testing/py-pygit2/APKBUILD @@ -9,7 +9,7 @@ arch=all license=GPLv2 depends= makedepends="py-setuptools py-cffi python-dev libgit2-dev" -source=saveas-https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz/pygit2-${pkgver}.tar.gz +source=pygit2-${pkgver}.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz _builddir=$srcdir/pygit2-$pkgver prepare() { |