summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDian M Fay2021-04-16 11:50:49 -0400
committerDian M Fay2021-04-16 11:50:49 -0400
commit21bf94a56121a7a6d88a70ef00d79cc811ffbd39 (patch)
treef5f397ee3a39b867c47e78790d791fcc1648e47a /PKGBUILD
parentb60d9b698018d0c0100efc0cb2a539e7ae546197 (diff)
downloadaur-python-aalib.tar.gz
update to version 0.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d5df52d39bcf..f8e26751f1ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dian M Fay <dian.m.fay@gmail.com>
pkgname=python-aalib
-pkgver=0.3.2
+pkgver=0.4
pkgrel=1
pkgdesc="Python interface to the AAlib ASCII art library"
arch=("any")
@@ -10,7 +10,7 @@ depends=("python")
makedepends=("python-setuptools")
conflicts=("${pkgname}" "${pkgname}-git")
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=("c39071629e7962dcd926faf0135dc73e2a8eb5db9a53bc2ebe5965f8c39165a2")
+sha256sums=('3fc183d60f7f51d11ef2ad9609655e5e3f4867b9af06dccab9b57de1040d8c15')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"