summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"