summaryrefslogtreecommitdiffstats
path: root/testing/py-gnuplot
diff options
context:
space:
mode:
authorMuh Muhten <muh.muhten@gmail.com>2016-03-01 00:41:27 -0500
committerNatanael Copa <ncopa@alpinelinux.org>2016-03-10 10:03:19 +0000
commit1301e6ae134309fb1ba5b5167df1ce392f78673f (patch)
treeab16304aa67bb4e8e5b8b4b4eed2ed042e675529 /testing/py-gnuplot
parent70572d4cdab96a02b93c435cc17b0ab70f9ed8e9 (diff)
update all source= lines to use :: instead of saveas- syntax
Diffstat (limited to 'testing/py-gnuplot')
-rw-r--r--testing/py-gnuplot/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-gnuplot/APKBUILD b/testing/py-gnuplot/APKBUILD
index 6e7c735e216..5cb552a079e 100644
--- a/testing/py-gnuplot/APKBUILD
+++ b/testing/py-gnuplot/APKBUILD
@@ -13,7 +13,7 @@ depends_dev=""
makedepends="$depends_dev python-dev"
install=""
subpackages=""
-source="saveas-http://prdownloads.sourceforge.net/$_pkgname/$_pkgname-$pkgver.tar.gz?download/$_pkgname-$pkgver.tar.gz"
+source="$_pkgname-$pkgver.tar.gz::http://prdownloads.sourceforge.net/$_pkgname/$_pkgname-$pkgver.tar.gz?download"
_builddir="$srcdir"/$_pkgname-$pkgver
prepare() {