diff options
author | Breno Leitao <breno.leitao@gmail.com> | 2017-04-27 17:55:28 +0000 |
---|---|---|
committer | Breno Leitao <breno.leitao@gmail.com> | 2017-04-27 17:58:09 +0000 |
commit | d87a1c42f9490a5a6441ef4ea6d01d7d26a8555c (patch) | |
tree | b8e690a4e15636ac8873a5fe661a19ff1fe05117 | |
parent | a2457d46caa1652876b0532a81f1a79c5338fded (diff) | |
download | aports-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.
-rw-r--r-- | testing/mxml/APKBUILD | 2 |
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() { |