summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexej Grigorjew2021-04-05 16:05:13 +0200
committerAlexej Grigorjew2021-04-05 16:05:13 +0200
commit3ebc58240864250c8c13db8b9b3f26a4d69528cc (patch)
tree681713c9e4bb343ce856884aac1fe02ca4b80dd2 /PKGBUILD
parent6f3e0213fda0a5b81b39794216e9067377431d02 (diff)
downloadaur-python2-pptx.tar.gz
update from 0.6.7 to 0.6.18
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77683a6f1590..3c944bf68cc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Alexej Grigorjew <alexg91@gmx.de>
pkgname=python2-pptx
-pkgver=0.6.7
+pkgver=0.6.18
pkgrel=1
pkgdesc="Python library for creating and updating PowerPoint (.pptx) files"
arch=('any')
@@ -10,7 +10,7 @@ url="https://pypi.python.org/pypi/python-pptx"
license=('MIT')
depends=('python2' 'python2-pillow' 'python2-lxml' 'python2-xlsxwriter')
makedepends=('python2-setuptools')
-source=(https://pypi.python.org/packages/ee/dc/efe3de2b80c944ef22db07940fcbde124663b763d41b3cc2f3c9e9c8ae93/python-pptx-$pkgver.tar.gz)
+source=(https://files.pythonhosted.org/packages/bf/86/eb979f7b0333ec769041aae36df8b9f1bd8bea5bbad44620663890dce561/python-pptx-$pkgver.tar.gz)
package() {
cd "$srcdir/python-pptx-$pkgver"
@@ -18,4 +18,4 @@ package() {
install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
-sha256sums=('c24f15a73a497f9efac6d06099138bfbfdd26ffbe1f36d43f3a2086e23695821')
+sha256sums=('a857d69e52d7e8a8fb32fca8182fdd4a3c68c689de8d4e4460e9b4a95efa7bc4')