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/corebird | |
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/corebird')
-rw-r--r-- | testing/corebird/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/corebird/APKBUILD b/testing/corebird/APKBUILD index 11c782dbf5..78c7a29109 100644 --- a/testing/corebird/APKBUILD +++ b/testing/corebird/APKBUILD @@ -13,7 +13,7 @@ makedepends="gtk+3.0-dev rest-dev json-glib-dev sqlite-dev libsoup-dev libgee-de vala tiff automake autoconf libtool intltool glib-dev" install="" subpackages="$pkgname-lang $pkgname-doc" -source="saveas-https://github.com/baedert/corebird/archive/1.0.tar.gz/${pkgname}-${pkgver}.tar.gz" +source="${pkgname}-${pkgver}.tar.gz::https://github.com/baedert/corebird/archive/1.0.tar.gz" options="libtool" _builddir=${srcdir}/${pkgname}-${pkgver} |