diff options
Diffstat (limited to 'testing/mxml/APKBUILD')
-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() { |