diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-12 06:44:44 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-12 06:45:20 +0000 |
commit | 5f3053189fbbf4442d62c052c3e0f6490dad5bd1 (patch) | |
tree | c618f56214752aedd78c551788c0c7c03115767e | |
parent | efb34bf8d562127a5bbb3a0e649cc684728215a1 (diff) | |
download | aports-5f3053189fbbf4442d62c052c3e0f6490dad5bd1.tar.bz2 aports-5f3053189fbbf4442d62c052c3e0f6490dad5bd1.tar.xz |
testing/omorfi: fix source url
-rw-r--r-- | testing/omorfi/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/omorfi/APKBUILD b/testing/omorfi/APKBUILD index cef9f7a175..06e7291af2 100644 --- a/testing/omorfi/APKBUILD +++ b/testing/omorfi/APKBUILD @@ -12,7 +12,7 @@ depends_dev="" makedepends="$depends_dev autoconf automake libtool zip hfst-python3" install="" subpackages="ormofi-doc omorfi-utils omorfi-voikko omorfi-python3" -source="https://github.com/flammie/omorfi/archive/$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/flammie/omorfi/archive/$pkgver.tar.gz" _builddir="$srcdir/$pkgname-$pkgver" prepare() { @@ -57,6 +57,6 @@ python3() { cp -r "$pkgdir"/usr/lib/python3* "$subpkgdir"/usr/lib/ } -md5sums="6a3e7b16c85e78c0ce0e5214c2e8db7d 20150326.tar.gz" -sha256sums="359d34c93ef07d5852d53774da3454ab649d8d22b8f22bb4a7910dbaae8db82f 20150326.tar.gz" -sha512sums="618884ec8909efa23a4f77df0a934056dee4a7d235285a108381d0c5ce62d941cc7ff55f788a1618e3257a7541193fd661e1c6c78a71606473c88d68cc73ea78 20150326.tar.gz" +md5sums="6a3e7b16c85e78c0ce0e5214c2e8db7d omorfi-20150326.tar.gz" +sha256sums="359d34c93ef07d5852d53774da3454ab649d8d22b8f22bb4a7910dbaae8db82f omorfi-20150326.tar.gz" +sha512sums="618884ec8909efa23a4f77df0a934056dee4a7d235285a108381d0c5ce62d941cc7ff55f788a1618e3257a7541193fd661e1c6c78a71606473c88d68cc73ea78 omorfi-20150326.tar.gz" |