aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorBreno Leitao <breno.leitao@gmail.com>2017-04-27 17:55:28 +0000
committerBreno Leitao <breno.leitao@gmail.com>2017-04-27 17:58:09 +0000
commitd87a1c42f9490a5a6441ef4ea6d01d7d26a8555c (patch)
treeb8e690a4e15636ac8873a5fe661a19ff1fe05117 /testing
parenta2457d46caa1652876b0532a81f1a79c5338fded (diff)
downloadaports-d87a1c42f9490a5a6441ef4ea6d01d7d26a8555c.tar.bz2
aports-d87a1c42f9490a5a6441ef4ea6d01d7d26a8555c.tar.xz
testing/mxml: Move package source URL
This package moved to github, so, moving the source URL properly. No changes in the checksum.
Diffstat (limited to 'testing')
-rw-r--r--testing/mxml/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mxml/APKBUILD b/testing/mxml/APKBUILD
index abe6d6ca51..b297dba82f 100644
--- a/testing/mxml/APKBUILD
+++ b/testing/mxml/APKBUILD
@@ -11,7 +11,7 @@ depends_dev=""
makedepends="$depends_dev"
install=""
subpackages="$pkgname-dev $pkgname-doc"
-source="https://github.com/michaelrsweet/mxml/releases/download/release-$pkgver/$pkgname-$pkgver.tar.gz"
+source="https://github.com/michaelrsweet/$pkgname/releases/download/release-$pkgver/$pkgname-$pkgver.tar.gz"
_builddir="$srcdir"/mxml-$pkgver
prepare() {