aboutsummaryrefslogtreecommitdiffstats
path: root/testing/spacefm
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/spacefm
parent70572d4cdab96a02b93c435cc17b0ab70f9ed8e9 (diff)
downloadaports-1301e6ae134309fb1ba5b5167df1ce392f78673f.tar.bz2
aports-1301e6ae134309fb1ba5b5167df1ce392f78673f.tar.xz
update all source= lines to use :: instead of saveas- syntax
Diffstat (limited to 'testing/spacefm')
-rw-r--r--testing/spacefm/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/spacefm/APKBUILD b/testing/spacefm/APKBUILD
index 6e6c715ace..8cd259b69e 100644
--- a/testing/spacefm/APKBUILD
+++ b/testing/spacefm/APKBUILD
@@ -10,7 +10,7 @@ license="GPL3"
depends="bash"
makedepends="intltool gettext-dev gtk+2.0-dev gtk+3.0-dev eudev-dev ffmpegthumbnailer-dev linux-headers"
subpackages="$pkgname-lang $pkgname-doc $pkgname-gtk3 $pkgname-gtk3-lang:lang3 $pkgname-gtk3-doc:doc3"
-source="saveas-https://github.com/IgnorantGuru/spacefm/archive/$pkgver.tar.gz/$pkgname-$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/IgnorantGuru/spacefm/archive/$pkgver.tar.gz"
_builddir="$srcdir"/$pkgname-$pkgver
build() {