diff options
author | Mattias Andrée <maandree@kth.se> | 2021-02-20 16:07:29 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-02-20 16:07:29 +0100 |
commit | f08441a550787d6ad1431c10fffed23912f6462b (patch) | |
tree | f49519d083b8e98fd0ceb55e9e3613d22a276d6a | |
parent | Update libcoopgamma (diff) | |
download | aur-packages-f08441a550787d6ad1431c10fffed23912f6462b.tar.gz aur-packages-f08441a550787d6ad1431c10fffed23912f6462b.tar.bz2 aur-packages-f08441a550787d6ad1431c10fffed23912f6462b.tar.xz |
Update pylibcoopgamma
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | pylibcoopgamma/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pylibcoopgamma/PKGBUILD b/pylibcoopgamma/PKGBUILD index 6708559..f2538f1 100644 --- a/pylibcoopgamma/PKGBUILD +++ b/pylibcoopgamma/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@kth.se> pkgname=pylibcoopgamma -pkgver=1.1.2 +pkgver=1.1.3 pkgrel=1 pkgdesc="Cooperative gamma Python 3 library" arch=(i686 x86_64) @@ -10,7 +10,7 @@ license=('custom:ISC') depends=('python>=3.4' libcoopgamma) makedepends=('python>=3.4' libcoopgamma cython) source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz) -sha256sums=(4da52548106e4a430aec6a302d33f7a4e034942c9cd507ccb8478b1cde5b29a7) +sha256sums=(158b2eb6e8ad1366a96da12bc5c5c9f74bd02449e6a6caa1b9d9bc28f4301741) build() { |