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/boost-coroutine/APKBUILD | |
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/boost-coroutine/APKBUILD')
-rw-r--r-- | testing/boost-coroutine/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/boost-coroutine/APKBUILD b/testing/boost-coroutine/APKBUILD index 3d670173bf..60a0ee3de9 100644 --- a/testing/boost-coroutine/APKBUILD +++ b/testing/boost-coroutine/APKBUILD @@ -10,7 +10,7 @@ license="custom:boost" depends= depends_dev="boost-dev pth-dev" install="" -source="saveas-http://www.boostpro.com/vault/index.php?action=downloadfile&filename=boost-coroutine-2009-12-01.tar.gz&directory=Concurrent%20Programming/boost-coroutine-2009-12-01.tar.gz +source="boost-coroutine-2009-12-01.tar.gz::http://www.boostpro.com/vault/index.php?action=downloadfile&filename=boost-coroutine-2009-12-01.tar.gz&directory=Concurrent%20Programming boost-coroutine-pth.patch" _builddir="${srcdir}/boost-coroutine" |