summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJose Riha2020-01-25 14:29:01 +0100
committerJose Riha2020-01-25 14:29:01 +0100
commit468b09a51714b3bf4af91054405fcb7652b85959 (patch)
tree4c2e57b78e7d97e983a8e4eaf2aef4053a023419 /PKGBUILD
parent718d33b204aa3eb77f0633a27f516f2d9533fb75 (diff)
downloadaur-python2-pyfiglet.tar.gz
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7936a9669552..11a8f99bc945 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# based on python-pyfiglet in aur
pkgname=python2-pyfiglet
-pkgver=0.7.4
+pkgver=0.8.post1
pkgrel=1
pkgdesc="An implementation of figlet written in python (python2)"
url="https://github.com/pwaller/pyfiglet"
license=('GPL2')
arch=('any')
depends=('python2')
-makedepends=('python-setuptools')
+makedepends=('python2-setuptools')
options=(!emptydirs)
source=(https://pypi.python.org/packages/source/p/pyfiglet/pyfiglet-${pkgver}.tar.gz)
-sha512sums=('9894ee4d1b7dfc8d438cd263b53bb11abff3889d6e20ef6915810a693507b1ecc6663bdfb0b9703291f16228bf62ce0ce54caee51ffa00cd3221f7a447e3ab1d')
+sha512sums=('3b8c7b4c9ae48466da3ccc6711aac9c35b08a373abbdda66c60a62f17ba6edd316b0d5e3085613f7c44fbaa2f02acc4a5b3830a31d22437d9261863878421400')
build() {