summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Delgado2021-09-29 12:50:55 -0400
committerDylan Delgado2021-09-29 12:50:55 -0400
commit8ca2580ef1e8f9956087e2407ad976da9e0e159d (patch)
treec8d1f02853154e2604cfff6a528274ae1c2f7be6
parent926f9e48961fe7c944751efca07e9b15b28b83b5 (diff)
downloadaur-8ca2580ef1e8f9956087e2407ad976da9e0e159d.tar.gz
Update to version 0.1.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30ae6d46f331..81d002035090 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-stack-data
pkgdesc = Python library that extracts data from stack frames and tracebacks
- pkgver = 0.1.0
- pkgrel = 2
+ pkgver = 0.1.1
+ pkgrel = 1
url = https://github.com/alexmojaki/stack_data
arch = any
license = MIT
@@ -9,8 +9,7 @@ pkgbase = python-stack-data
makedepends = python-pip
makedepends = git
depends = python
- source = git+https://github.com/alexmojaki/stack_data.git#tag=v0.1.0
+ source = git+https://github.com/alexmojaki/stack_data.git#tag=v0.1.1
sha256sums = SKIP
pkgname = python-stack-data
-
diff --git a/PKGBUILD b/PKGBUILD
index d16007429487..a6ca7cd0c35d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=stack_data
pkgname=python-stack-data
-pkgver=0.1.0
-pkgrel=2
+pkgver=0.1.1
+pkgrel=1
pkgdesc="Python library that extracts data from stack frames and tracebacks"
arch=('any')
url="https://github.com/alexmojaki/stack_data"
@@ -21,4 +21,4 @@ build() {
package() {
cd ${srcdir}/${_pkgname}
python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-} \ No newline at end of file
+}