diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-07-08 17:40:48 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-07-08 17:40:48 +0200 |
commit | 2b07f82776d339655566ff8bf92a09c3a7f68bac (patch) | |
tree | 202fd8b78fe2e94101e2d1b38d64b01699b48c9d /testing/pelican | |
parent | bb62c4901b5dcda2d798b25d48d8bcb55868c5f0 (diff) | |
download | aports-2b07f82776d339655566ff8bf92a09c3a7f68bac.tar.bz2 aports-2b07f82776d339655566ff8bf92a09c3a7f68bac.tar.xz |
testing/pelican: fix typo in abuild
Diffstat (limited to 'testing/pelican')
-rw-r--r-- | testing/pelican/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pelican/APKBUILD b/testing/pelican/APKBUILD index bd353a640d..40714c7448 100644 --- a/testing/pelican/APKBUILD +++ b/testing/pelican/APKBUILD @@ -13,7 +13,7 @@ depends_dev="" makedepends="python-dev py-setuptools" install="" subpackages="" -source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" +source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz use-django-feedgenerator.patch pelican pelican-import |