summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormdraw2017-05-24 14:56:43 +0200
committermdraw2017-05-24 14:56:43 +0200
commitcb83b9867bd42d78cd38c594a9b216513b429aac (patch)
tree8f87cc5babcfb4b5b6e1375eaffd9b2fd2d1ca4b
parentf276b8d8fa240fb53541382fd2bb067dbc9801bf (diff)
downloadaur-cb83b9867bd42d78cd38c594a9b216513b429aac.tar.gz
0.1.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3e67be662cc..685222ea29d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Thu May 11 20:42:11 UTC 2017
+# Wed May 24 12:55:50 UTC 2017
pkgbase = python-better-exceptions
pkgdesc = Pretty and useful exceptions in Python, automatically
- pkgver = 0.1.7
+ pkgver = 0.1.8
pkgrel = 1
url = https://github.com/Qix-/better-exceptions
arch = any
license = MIT
- source = https://github.com/Qix-/better-exceptions/archive/0.1.7.tar.gz
- sha256sums = d98d98ba38a2cab8d849f4b5685ba684a4cef503f362077839c7dfcc4f69dcb5
+ source = https://github.com/Qix-/better-exceptions/archive/0.1.8.tar.gz
+ sha256sums = 8272fafb38e09d98e136149cda2cf9ff09af3041500520f2a76db3892d91e2e3
pkgname = python-better-exceptions
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 04d0cdc03ce1..6573dca94c32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_pkgbase='better-exceptions'
pkgbase='python-better-exceptions'
pkgname=('python-better-exceptions' 'python2-better-exceptions')
-pkgver='0.1.7'
+pkgver='0.1.8'
pkgrel=1
pkgdesc="Pretty and useful exceptions in Python, automatically"
arch=('any')
url='https://github.com/Qix-/better-exceptions'
license=('MIT')
source=("https://github.com/Qix-/better-exceptions/archive/${pkgver}.tar.gz")
-sha256sums=('d98d98ba38a2cab8d849f4b5685ba684a4cef503f362077839c7dfcc4f69dcb5')
+sha256sums=('8272fafb38e09d98e136149cda2cf9ff09af3041500520f2a76db3892d91e2e3')
package_python-better-exceptions() {
depends=('python')