summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Sandoval2022-05-18 15:34:12 -0700
committerOmar Sandoval2022-05-18 15:34:12 -0700
commit7b623376d8a06996ff0cbf9706f2a78a790bc3b5 (patch)
tree93a4d4fa801ce16a6fd25daeaac731f698eacd33
parent4ab4009a46cada4785a177b43af2260e93001a60 (diff)
downloadaur-7b623376d8a06996ff0cbf9706f2a78a790bc3b5.tar.gz
Update to 0.0.19
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d762c75ec28f..c4800450208d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = drgn
pkgdesc = Programmable debugger
- pkgver = 0.0.18
+ pkgver = 0.0.19
pkgrel = 1
url = https://github.com/osandov/drgn
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = drgn
depends = libelf
depends = libkdumpfile
depends = python
- source = https://files.pythonhosted.org/packages/source/d/drgn/drgn-0.0.18.tar.gz
- sha256sums = 2e2fec7ffa706bc6febf64dea8f5a9600d1e0f784b6e2f00f08e57cf38a4f36c
+ source = https://files.pythonhosted.org/packages/source/d/drgn/drgn-0.0.19.tar.gz
+ sha256sums = 03e764769cc4a93d5e2c76e3e614b9b68da82704e18471471857e1d688b5c7ca
pkgname = drgn
diff --git a/PKGBUILD b/PKGBUILD
index 78faeccd7dd1..dccdac11595b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Omar Sandoval <osandov at osandov dot com>
pkgname=drgn
-pkgver=0.0.18
+pkgver=0.0.19
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=('2e2fec7ffa706bc6febf64dea8f5a9600d1e0f784b6e2f00f08e57cf38a4f36c')
+sha256sums=('03e764769cc4a93d5e2c76e3e614b9b68da82704e18471471857e1d688b5c7ca')
build() {
cd "$pkgname-$pkgver"