summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOmar Sandoval2021-12-09 15:39:33 -0800
committerOmar Sandoval2021-12-09 15:39:33 -0800
commit905c8c449f56a6b5b81505c22dd57cee19f7fcfc (patch)
tree7f060fdee659945b5871d122a33b8ce666763107 /PKGBUILD
parent92e714db235a95f056eab07a5f4db7553afaff2b (diff)
downloadaur-905c8c449f56a6b5b81505c22dd57cee19f7fcfc.tar.gz
Update to 0.0.16
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fbe94349683b..0869268184b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Omar Sandoval <osandov at osandov dot com>
pkgname=drgn
-pkgver=0.0.15
+pkgver=0.0.16
pkgrel=1
pkgdesc='Programmable debugger'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('libelf' 'libkdumpfile' 'python')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('a27b5203cf014ced148fe6169e889c4228ca7d66085f949ed16d6cf2f09bd730')
+sha256sums=('a6b50233c8c415a1948736294f68a6bdf32dfe9e3752b28c0468f84043dcfd94')
build() {
cd "$pkgname-$pkgver"