summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpj2016-02-12 16:21:09 +0100
committerkpj2016-02-12 16:21:09 +0100
commit54052651c068f7054399d85d8c395efef27ab976 (patch)
tree3d107e3691a97893756e51991b09585f724bc10a
parentab90d055eeb93ccfb727749c826cee37413225ea (diff)
downloadaur-54052651c068f7054399d85d8c395efef27ab976.tar.gz
Update package from 0.2.1 to 0.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c29744eef041..75a52e521a5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Feb 6 21:54:58 UTC 2016
+# Fri Feb 12 15:20:11 UTC 2016
pkgbase = python-maybe
pkgdesc = See what a program does before deciding whether you really want it to happen.
- pkgver = 0.2.1
+ pkgver = 0.3.0
pkgrel = 1
url = https://github.com/p-e-w/maybe
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-maybe
makedepends = python-pip
depends = python-blessings
depends = python-ptrace
- source = https://pypi.python.org/packages/source/m/maybe/maybe-0.2.1.tar.gz
- md5sums = 7eebbe47c1cf5f314153a45823e2a823
+ source = https://pypi.python.org/packages/source/m/maybe/maybe-0.3.0.tar.gz
+ md5sums = c0cc40374b4616413006a2158ebc1652
pkgname = python-maybe
diff --git a/PKGBUILD b/PKGBUILD
index fc6face86898..7c08f8b87657 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kpj <kpjkpjkpjkpjkpjkpj at gmail dot com>
pkgname='python-maybe'
-pkgver=0.2.1
+pkgver=0.3.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=('7eebbe47c1cf5f314153a45823e2a823')
+md5sums=('c0cc40374b4616413006a2158ebc1652')
build() {
cd "$srcdir/${pkgname#python-}-$pkgver"