summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfab312016-01-30 00:19:33 +0100
committerfab312016-01-30 00:19:33 +0100
commit15df14a3b46e86e921db645f5e326a0aea710db2 (patch)
tree1edfe8d273a74dc204214b657e23bc92f0796f53
parent59f10905c1b31f21a180b586cd0aebcbd9996356 (diff)
downloadaur-15df14a3b46e86e921db645f5e326a0aea710db2.tar.gz
pythonbrew 1.3.6
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 163d2b3d3cbe..4e2b85296007 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Fabien Devaux < fdev31 at gmail dot com >
pkgname=pythonbrew
-pkgver=1.3.5
+pkgver=1.3.6
pkgrel=1
pkgdesc='Manage python installations in your $HOME'
arch=(any)
@@ -12,7 +12,7 @@ depends=('python')
makedepends=('python-distribute')
source=(http://pypi.python.org/packages/source/p/pythonbrew/pythonbrew-${pkgver}.tar.gz)
-md5sums=('ccf194a69a7909a08743efb40bf8ca31')
+md5sums=('aa968680a8b61fdc034ce01b31311614')
build() {
cd "${srcdir}/pythonbrew-${pkgver}"