summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOmar Sandoval2021-06-07 09:47:01 -0700
committerOmar Sandoval2021-06-07 09:47:01 -0700
commit66b1235de79be63a6e417a7926d12fca46760a60 (patch)
tree254ea3753177cac76bc5aa4f32fb828439cdadc4 /PKGBUILD
parent9ccd83b78640be479d0dc171d89558765e17bd52 (diff)
downloadaur-66b1235de79be63a6e417a7926d12fca46760a60.tar.gz
Update to 0.0.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1cda0331968e..720504565a00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Omar Sandoval <osandov at osandov dot com>
pkgname=drgn
-pkgver=0.0.11
+pkgver=0.0.12
pkgrel=1
pkgdesc='Scriptable debugger library'
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=('ab37189a7ba57ace668b44e8ad2175172d0ba97d2847c224cab69a3794ba021f')
+sha256sums=('2bb11a4144eea8ac957e666724359a5a426248e083944dd6bf52f3327b1f19fb')
build() {
cd "$pkgname-$pkgver"