summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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