summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 684ae87e23cf..7d718bd9103b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Mar 27 19:58:30 UTC 2017
+# Wed Mar 29 13:40:47 UTC 2017
pkgbase = python-better-exceptions
pkgdesc = Pretty and useful exceptions in Python, automatically
- pkgver = 0.1.5
+ pkgver = 0.1.6
pkgrel = 1
url = https://github.com/Qix-/better-exceptions
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-better-exceptions
makedepends = python2-setuptools
depends = python
conflicts = python-better-exceptions-git
- source = https://github.com/Qix-/better-exceptions/archive/0.1.5.tar.gz
- sha256sums = 3004dc50446731db317cf2ef97047f03c51b329fae0c06a27b5338415bea03d8
+ source = https://github.com/Qix-/better-exceptions/archive/0.1.6.tar.gz
+ sha256sums = 81dde2a736c336cc632b8ba9669435be4ef89fa4f6a754f457bd81420c72e499
pkgname = python-better-exceptions
diff --git a/PKGBUILD b/PKGBUILD
index 63e311ad3cd2..f648d9d53a32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase='better-exceptions'
pkgbase='python-better-exceptions'
pkgname=('python-better-exceptions' 'python2-better-exceptions')
-pkgver='0.1.5'
+pkgver='0.1.6'
pkgrel=1
pkgdesc="Pretty and useful exceptions in Python, automatically"
arch=('any')
@@ -13,7 +13,7 @@ depends=('python')
makedepends=('python-setuptools' 'python2-setuptools')
conflicts=('python-better-exceptions-git')
source=("https://github.com/Qix-/better-exceptions/archive/${pkgver}.tar.gz")
-sha256sums=('3004dc50446731db317cf2ef97047f03c51b329fae0c06a27b5338415bea03d8')
+sha256sums=('81dde2a736c336cc632b8ba9669435be4ef89fa4f6a754f457bd81420c72e499')
package_python-better-exceptions() {
cd "${srcdir}/${_pkgbase}-${pkgver}"