summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpj2017-10-20 17:59:36 +0200
committerkpj2017-10-20 17:59:36 +0200
commit4516ba3a4a8dfb86269ce52f10193d4e08fd4bcd (patch)
tree572d7d244b9d72c4270640f74a21ecee019524c6
parent54052651c068f7054399d85d8c395efef27ab976 (diff)
downloadaur-4516ba3a4a8dfb86269ce52f10193d4e08fd4bcd.tar.gz
Update to version 0.4.0
-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"