diff options
author | Felix Yan | 2018-09-29 08:52:26 +0000 |
---|---|---|
committer | Felix Yan | 2018-09-29 08:52:26 +0000 |
commit | bda6272017949f4cbb2755f750e973b230a0c250 (patch) | |
tree | aeba95e057321f04a80a35322c53c244e23647df /PKGBUILD | |
parent | 1b1c51fe644871806a9b271a3925248d3718d60e (diff) | |
download | aur-bda6272017949f4cbb2755f750e973b230a0c250.tar.gz |
upgpkg: 1.11-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,8 +2,8 @@ pkgbase=python-funcy pkgname=('python-funcy' 'python2-funcy') -pkgver=1.10.3 -pkgrel=2 +pkgver=1.11 +pkgrel=1 pkgdesc='A fancy and practical functional tools' arch=('any') license=('BSD') @@ -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=('3ea72a596818b9bc8f89bf002634f595859588e5a2558416ceffa5703db60880c7fbaef8c0f9654b5d7d70b58e3b7282b53c295218d540dbc2a8a5b481562bb4') +sha512sums=('76c6fb5687016de1e61da670e0cdd84ae7be4d01571df613a2aca036acc782babb6d2c1b9877c44eaa6ae3f078344a282c80afeed88b5dca4618da502fbb8e68') prepare() { cp -a funcy-$pkgver{,-py2} |