summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Jacob2018-09-14 16:47:25 +0200
committerFlorian Jacob2018-09-14 16:47:25 +0200
commitb999db5f1955680b666a663b58777ddfd31c2f5f (patch)
tree84daecaa13b401f9f35391340e9bd2b92d4d0ab6 /PKGBUILD
parentcecc3d18e468623f80ce9df165c4f97f905559e2 (diff)
downloadaur-b999db5f1955680b666a663b58777ddfd31c2f5f.tar.gz
update to 1.6.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd5bf0747ae2..f283c460d792 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Milo Mirate <mmirate@gmx.com>
_pkgname=plumbum
pkgname=python2-plumbum
-pkgver=1.6.6
+pkgver=1.6.7
pkgrel=1
pkgdesc="Shell combinators library."
arch=('any')
@@ -19,7 +19,7 @@ backup=()
options=(!emptydirs !strip)
install=
source=("https://files.pythonhosted.org/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('d179b90a9927f91427a28c1bac2864c61342cb43ef39aa7324c7c9a96bcc23eb')
+sha256sums=('d143f079bfb60b11e9bec09a49695ce2e55ce5ca0246877bdb0818ab7c7fc312')
package() {
cd "$srcdir/${_pkgname}-$pkgver"