summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Jacob2016-07-07 23:50:37 +0200
committerFlorian Jacob2016-07-07 23:50:37 +0200
commita6fce3a53d4a4d83d6a3efd0b2c438927e18074a (patch)
treefa2d6db384b131d0494ff4cb4eb7235c8310f701
parent1eea3d3649423704ed18f06473a1e56c083e5aaa (diff)
downloadaur-a6fce3a53d4a4d83d6a3efd0b2c438927e18074a.tar.gz
update package
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 740f1c9758c5..f38a237239d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
-# Maintainer: Milo Mirate <mmirate@gmx.com>
+# Maintainer: Florian Jacob <projects+arch AT florianjacob )DOT( de>
+# Contributor: Milo Mirate <mmirate@gmx.com>
_pkgname=plumbum
pkgname=python2-plumbum
-pkgver=1.5.0
+pkgver=1.6.2
pkgrel=1
pkgdesc="Shell combinators library."
arch=('any')
-url="http://pypi.python.org/pypi/plumbum"
+url="https://pypi.python.org/pypi/plumbum"
license=('GPL')
groups=()
depends=('python2' 'python2-six')
@@ -16,8 +17,8 @@ replaces=()
backup=()
options=(!emptydirs)
install=
-source=("http://pypi.python.org/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('88d2537fb6310920e000f87f6608b07f')
+source=("https://pypi.python.org/packages/66/a2/eb943bf1efa2b403debe5b276b024222bd9cecb737f41dd06db6606a43f1/${_pkgname}-${pkgver}.tar.gz")
+md5sums=('fb124f7b70d00686831d8d0f74829e65')
package() {
cd "$srcdir/${_pkgname}-$pkgver"