summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3a91add47b18..1cda0331968e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Omar Sandoval <osandov at osandov dot com>
pkgname=drgn
-pkgver=0.0.10
+pkgver=0.0.11
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=('91a0eec19f1569dffd764b200906e0bd5ea553faa2f4060184a6c0a41675c022')
+sha256sums=('ab37189a7ba57ace668b44e8ad2175172d0ba97d2847c224cab69a3794ba021f')
build() {
cd "$pkgname-$pkgver"