summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJose Riha2021-11-19 22:20:08 +0100
committerJose Riha2021-11-19 22:20:08 +0100
commit350a8a3e2cae7f127c890fe6df0cb37fd21d5d2a (patch)
tree43b5760b477b61dc5153b090833102800342886d /PKGBUILD
parentf543eef49a0cc92f20fedff37b66ce2ca5cbb5f9 (diff)
downloadaur-350a8a3e2cae7f127c890fe6df0cb37fd21d5d2a.tar.gz
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2862877213e..be1039a5109d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-birdseye
_module=birdseye
-pkgver=0.9.0
-pkgrel=3
+pkgver=0.9.3
+pkgrel=1
pkgdesc="Graphical Python debugger which lets you view the values of all evaluated expressions"
url="http://github.com/alexmojaki/birdseye"
depends=(python-littleutils python-flask-humanize python-humanize python-flask-humanize python-cheap_repr python-outdated python-sqlalchemy python-cached-property python-future python-asttokens)
@@ -11,7 +11,7 @@ makedepends=('python-setuptools')
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=('c24bbce229b52104554148153bf62cc63096a2cb2b19d4093bb677cd841a9335')
+sha256sums=('8a43008afe6c7d54c59a117fe6c818bc8cdd895bb8aa0b0949514073cbe809c0')
build() {
cd "${srcdir}/${_module}-${pkgver}"