diff options
author | Mattias Andrée <maandree@kth.se> | 2018-08-09 17:13:03 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-08-09 17:13:03 +0200 |
commit | 6d6d31be64dc2c0ff83df2d66476e0698d9f44af (patch) | |
tree | 2c4adb23f900dd0ea73767fa8a422a8b15fc2e9e /pylibcoopgamma | |
parent | Update xpybar (diff) | |
download | aur-packages-6d6d31be64dc2c0ff83df2d66476e0698d9f44af.tar.gz aur-packages-6d6d31be64dc2c0ff83df2d66476e0698d9f44af.tar.bz2 aur-packages-6d6d31be64dc2c0ff83df2d66476e0698d9f44af.tar.xz |
Update pylibcoopgamma
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | pylibcoopgamma/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pylibcoopgamma/PKGBUILD b/pylibcoopgamma/PKGBUILD index 454a942..e607db8 100644 --- a/pylibcoopgamma/PKGBUILD +++ b/pylibcoopgamma/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> pkgname=pylibcoopgamma -pkgver=1.1 +pkgver=1.1.1 pkgrel=1 pkgdesc="Cooperative gamma Python 3 library" arch=(i686 x86_64) @@ -10,7 +10,7 @@ license=('GPL3') depends=('python>=3.4' libcoopgamma) makedepends=('python>=3.4' libcoopgamma cython general-preprocessor) source=($url/archive/$pkgver.tar.gz) -sha256sums=(1952a23678508b8c5e97742cb8a048cfeadd5e193bbd74b2f74fcc6b086f227f) +sha256sums=(a8c295b00914ebb67ab528d9232c974558a12b2250386212388b93a1705590c4) build() { |