diff options
author | Felix Yan | 2018-02-12 06:00:02 +0000 |
---|---|---|
committer | Felix Yan | 2018-02-12 06:00:02 +0000 |
commit | 0706bee5d91d1a4e45953ab7ae70c2fa49079a3a (patch) | |
tree | aaebe896fd98b2540d41656cc7b0993818a9db42 | |
parent | 9be15ea8b0bb3af86efd8daabcc874997f94114f (diff) | |
download | aur-0706bee5d91d1a4e45953ab7ae70c2fa49079a3a.tar.gz |
upgpkg: 1.10.1-1
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ pkgbase=python-funcy pkgname=('python-funcy' 'python2-funcy') -pkgver=1.10 +pkgver=1.10.1 pkgrel=1 pkgdesc='A fancy and practical functional tools' arch=('any') @@ -11,7 +11,7 @@ url='https://github.com/Suor/funcy' makedepends=('python-setuptools' 'python2-setuptools') checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-whatever' 'python2-whatever') source=("$pkgbase-$pkgver.tar.gz::https://github.com/Suor/funcy/archive/$pkgver.tar.gz") -sha512sums=('152006f1704a835d044b82cee07a177fe2fce4cf842fc9c29a1a13d5e21f43f28563a3e86abb7536510550f1b411418c97f3fde5ade5f846a2916ea3bdcde8a9') +sha512sums=('97b0c23e541d8d6a1a37e537fa80ce72fc1ef811df6e9b95ffae57e2345f74719d590e8fe9e76ba47b19f9f18baf1b97c9473e0a9941b13601f9af5b7f737a8c') prepare() { cp -a funcy-$pkgver{,-py2} |