summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOmar Sandoval2021-06-08 10:18:35 -0700
committerOmar Sandoval2021-06-08 10:18:35 -0700
commitd5b5f998d9ac26c945cef062dc4c462873a0ba91 (patch)
treed835b8fab53ce03efe8991a940960e68ba4612b0 /PKGBUILD
parent66b1235de79be63a6e417a7926d12fca46760a60 (diff)
downloadaur-d5b5f998d9ac26c945cef062dc4c462873a0ba91.tar.gz
Update to 0.0.13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 720504565a00..c161c760749b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Omar Sandoval <osandov at osandov dot com>
pkgname=drgn
-pkgver=0.0.12
+pkgver=0.0.13
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=('2bb11a4144eea8ac957e666724359a5a426248e083944dd6bf52f3327b1f19fb')
+sha256sums=('b6d790681f6e6af17f522f033dc83f196134e48f814e664dfef1ac488ac6cdef')
build() {
cd "$pkgname-$pkgver"