summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMattias Andrée2015-11-28 01:17:36 +0100
committerMattias Andrée2015-11-28 01:17:36 +0100
commite335850d2b8c69b9c53d834943ca05120df1ff71 (patch)
tree811e2ded37417486bee7296f3387753be24086a5 /PKGBUILD
parentc2d1b26897f075e00f89f364af90fc9c35737dca (diff)
downloadaur-join-python.tar.gz
Update to 1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 857a2d4ef943..f7f16a17aafd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
pkgname=join-python
-pkgver=1.1
-pkgrel=2
+pkgver=1.2
+pkgrel=1
pkgdesc="Join-calculus for Python"
arch=(any)
url="https://github.com/maandree/join-python"
@@ -11,7 +11,7 @@ install=join-python.install
depends=(python3)
makedepends=(texinfo)
source=($url/archive/$pkgver.tar.gz)
-sha256sums=('9e463fe40789877e5e9a806f1111c077a29ea01bdc75d8c8913f876ff244b938')
+sha256sums=('aea1046c9a1c9040834613bc88215c757ec2a6fc9a88f0aae7fa6e05a4cffff7')
build() {