summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAchmad Fathoni2023-03-18 19:15:15 +0700
committerAchmad Fathoni2023-03-18 19:15:15 +0700
commitf390aa941ac6c84bc9f01328be0bace1108dc2c7 (patch)
tree43c86867d043a2d695fd2a06c0b55a17e9514809 /PKGBUILD
parentb1b07e53ac320b01963ad96766b34521330317ea (diff)
downloadaur-python-ascii_magic.tar.gz
2.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e93c839701e..b5a9f0999fb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Achmad Fathoni<fathoni.id(at)gmail.com>
pkgname=python-ascii_magic
_pkgname=${pkgname:7}
-pkgver=2.1.1
+pkgver=2.3.0
pkgrel=1
pkgdesc="Converts pictures into ASCII art"
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
makedepends=(python-build python-installer python-wheel)
depends=(python)
source=(https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz)
-sha256sums=('61f19afb79eea80028ebd4f27713bab8a34c72a64090e122fcf30ff05adab1fc')
+sha256sums=('3ed41a1cb167deed5ccfc628b669f35a3a03f67bdd72dcc18be5ffd8a2643d85')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}