summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOmar Sandoval2020-04-27 16:54:50 -0700
committerOmar Sandoval2020-04-27 16:54:50 -0700
commit44824a8509149b8bb7fa514e210af2ec9ab3dde1 (patch)
tree50e93c8bbf54d07235550aa8e9fead3358d3d6d0 /PKGBUILD
parent90820c54d59d35203131f263915dfc7d3156fa40 (diff)
downloadaur-44824a8509149b8bb7fa514e210af2ec9ab3dde1.tar.gz
Update to 0.0.4
I wanted to include the examples and tools in this release, but I forgot to add them to MANIFEST.in. Oh well.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35f8deeb8852..2467ef5fcf3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Omar Sandoval <osandov at osandov dot com>
pkgname=drgn
-pkgver=0.0.3
+pkgver=0.0.4
pkgrel=1
pkgdesc='Scriptable debugger library'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('bzip2' 'libkdumpfile' 'python' 'python-setuptools' 'xz' 'zlib')
makedepends=('gawk')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('986477ee3d381ee8280e018644c8c3874e49e716f1487557f9fd28c30f78793b')
+sha256sums=('845d30a8944f367f3277f55ae3c9058ef42d8146dc5a105410dd81481f968797')
build() {
cd "$pkgname-$pkgver"