summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Yan2021-12-20 16:05:21 +0000
committerFelix Yan2021-12-20 16:05:21 +0000
commitd88ba6a26c816c6b124e49a4c97879e83aad575e (patch)
tree1201a6d8e819b1c056a9e1042cd3309e51af4b55
parent557d85510afd71470ae4363d764aee9a9465be3c (diff)
downloadaur-d88ba6a26c816c6b124e49a4c97879e83aad575e.tar.gz
upgpkg: 1.17-1
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 798b9b4c823d..356ca7374a5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname=python-funcy
-pkgver=1.16
-pkgrel=2
+pkgver=1.17
+pkgrel=1
pkgdesc='A fancy and practical functional tools'
arch=('any')
license=('BSD')
@@ -11,7 +11,7 @@ depends=('python')
makedepends=('python-setuptools')
checkdepends=('python-pytest-runner' 'python-whatever')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Suor/funcy/archive/$pkgver.tar.gz")
-sha512sums=('b70e3781463a4b9df6ee892150889eacbfff707a90e1985f906173f0bb2fa512cb4bf4e2227c785f1066206b5c5be0e9eab5cf6be3a726f84eb4dbd06d88c575')
+sha512sums=('1205c4f9fb70f82e7ce90afdef892647284f69ece94a44991aca75ac640ad11ea8c11a6288330a01d8cac1f9587531a3ed5c2cf55af920456f93226bf31ba494')
build() {
cd funcy-$pkgver