aboutsummaryrefslogtreecommitdiffstats
path: root/testing/xva-img
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/xva-img
parent70572d4cdab96a02b93c435cc17b0ab70f9ed8e9 (diff)
downloadaports-1301e6ae134309fb1ba5b5167df1ce392f78673f.tar.bz2
aports-1301e6ae134309fb1ba5b5167df1ce392f78673f.tar.xz
update all source= lines to use :: instead of saveas- syntax
Diffstat (limited to 'testing/xva-img')
-rw-r--r--testing/xva-img/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/xva-img/APKBUILD b/testing/xva-img/APKBUILD
index c97e9ae818..c4671053da 100644
--- a/testing/xva-img/APKBUILD
+++ b/testing/xva-img/APKBUILD
@@ -12,7 +12,7 @@ depends_dev="openssl-dev"
makedepends="$depends_dev cmake"
install=""
subpackages=""
-source="saveas-https://github.com/eriklax/xva-img/archive/v${pkgver}.tar.gz/xva-img-${pkgver}.tar.gz"
+source="xva-img-${pkgver}.tar.gz::https://github.com/eriklax/xva-img/archive/v${pkgver}.tar.gz"
_srcroot="${srcdir}/${pkgname}-${pkgver}"
_builddir="${srcdir}/build"