summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatteo De Carlo2020-05-11 19:47:26 +0200
committerMatteo De Carlo2020-05-11 19:47:26 +0200
commit1f18402a2fdc44560eaf1778e86f0ee7dbcce455 (patch)
tree9d7155ff1109cfb2a56fd9679d3ec5b7f3a44f1e /PKGBUILD
parent5ec536f1e7ed45f949d24624bc753996a46bd4d4 (diff)
downloadaur-1f18402a2fdc44560eaf1778e86f0ee7dbcce455.tar.gz
update to version 0.9.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b1f36268436..ef9bcd94953a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# It has been refactored to make it install and work in both Python 2.7 and Python 3.
pkgname=python-aiml
-pkgver=0.9.0
+pkgver=0.9.3
pkgrel=1
pkgdesc="An interpreter module for AIML (Artificial Intelligence Markup Language), implemented in pure Python (python3 fork)"
url="https://github.com/paulovn/python-aiml"
@@ -13,7 +13,7 @@ arch=("any")
depends=('python')
makedepends=('python2')
source=("https://github.com/paulovn/${pkgname}/archive/$pkgver.tar.gz")
-sha256sums=('dd8ece9aa324b1c4fd3404b1f5ecd79d2d0b30d22d730ee7269e7781e93e851e')
+sha256sums=('00f418cea5384319c177184cf2c7cf9364fe817dd35b409cf1f542d9d46c6d2b')
build() {
cd $srcdir/${pkgname}-$pkgver