summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Jacob2018-03-04 00:54:23 +0100
committerFlorian Jacob2018-03-04 00:54:23 +0100
commitcecc3d18e468623f80ce9df165c4f97f905559e2 (patch)
tree07d1568b7987d3db3f46dad21855c534205c2595 /PKGBUILD
parent33f028579490ad15518b81d2dba2f5f49e1b5179 (diff)
downloadaur-cecc3d18e468623f80ce9df165c4f97f905559e2.tar.gz
update to 1.6.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4f9cc96243c..dd5bf0747ae2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Milo Mirate <mmirate@gmx.com>
_pkgname=plumbum
pkgname=python2-plumbum
-pkgver=1.6.3
+pkgver=1.6.6
pkgrel=1
pkgdesc="Shell combinators library."
arch=('any')
@@ -18,8 +18,8 @@ backup=()
# plumbum is plain python and therefore we don't need to run strip
options=(!emptydirs !strip)
install=
-source=("https://pypi.python.org/packages/50/15/f26f60e1bb82aabed7ff86f3fd2976784047f9a291c63ac9019086a69559/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('0249e708459f1b05627a7ca8787622c234e4db495a532acbbd1f1f17f28c7320')
+source=("https://files.pythonhosted.org/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
+sha256sums=('d179b90a9927f91427a28c1bac2864c61342cb43ef39aa7324c7c9a96bcc23eb')
package() {
cd "$srcdir/${_pkgname}-$pkgver"