summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c08f8b87657..46dd9f418e34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kpj <kpjkpjkpjkpjkpjkpj at gmail dot com>
pkgname='python-maybe'
-pkgver=0.3.0
+pkgver=0.4.0
pkgrel=1
pkgdesc='See what a program does before deciding whether you really want it to happen.'
arch=('any')
@@ -10,7 +10,7 @@ license=('GPLv3')
depends=('python-blessings' 'python-ptrace')
makedepends=('python' 'python-pip')
source=(https://pypi.python.org/packages/source/m/${pkgname#python-}/${pkgname#python-}-$pkgver.tar.gz)
-md5sums=('c0cc40374b4616413006a2158ebc1652')
+md5sums=('e757e3d1008484da60d72b9ae427ecf5')
build() {
cd "$srcdir/${pkgname#python-}-$pkgver"