summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormdraw2019-03-27 21:09:21 +0100
committermdraw2019-03-27 21:09:21 +0100
commitd07aa5fc9a154e52f5966ca8df387a8207b8ec20 (patch)
treeaf9326994037b200cd97a658ee53b2ca37ad3945
parentcb83b9867bd42d78cd38c594a9b216513b429aac (diff)
downloadaur-d07aa5fc9a154e52f5966ca8df387a8207b8ec20.tar.gz
Update to 0.2.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 685222ea29d7..a137fbfb0f5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Wed May 24 12:55:50 UTC 2017
+# Wed Mar 27 20:07:27 UTC 2019
pkgbase = python-better-exceptions
pkgdesc = Pretty and useful exceptions in Python, automatically
- pkgver = 0.1.8
+ pkgver = 0.2.2
pkgrel = 1
url = https://github.com/Qix-/better-exceptions
arch = any
license = MIT
- source = https://github.com/Qix-/better-exceptions/archive/0.1.8.tar.gz
- sha256sums = 8272fafb38e09d98e136149cda2cf9ff09af3041500520f2a76db3892d91e2e3
+ source = https://github.com/Qix-/better-exceptions/archive/0.2.2.tar.gz
+ sha256sums = 92fdf2cd1a39b1db2564ea43da41a8d0de985f1cc3a755a81d74173d9260cfbc
pkgname = python-better-exceptions
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 6573dca94c32..a451404bb731 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.8'
+pkgver='0.2.2'
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=('8272fafb38e09d98e136149cda2cf9ff09af3041500520f2a76db3892d91e2e3')
+sha256sums=('92fdf2cd1a39b1db2564ea43da41a8d0de985f1cc3a755a81d74173d9260cfbc')
package_python-better-exceptions() {
depends=('python')