summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Sandoval2022-07-25 17:32:16 -0700
committerOmar Sandoval2022-07-25 17:32:16 -0700
commit3f4893fe8f44f6265c1448d32e3fbd87380592da (patch)
tree5397c3d4e9c7e94208f7d60c7035c9c7404aec09
parent7b623376d8a06996ff0cbf9706f2a78a790bc3b5 (diff)
downloadaur-3f4893fe8f44f6265c1448d32e3fbd87380592da.tar.gz
Update to 0.0.20
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4800450208d..d091b3c5ae45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = drgn
pkgdesc = Programmable debugger
- pkgver = 0.0.19
+ pkgver = 0.0.20
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.19.tar.gz
- sha256sums = 03e764769cc4a93d5e2c76e3e614b9b68da82704e18471471857e1d688b5c7ca
+ source = https://files.pythonhosted.org/packages/source/d/drgn/drgn-0.0.20.tar.gz
+ sha256sums = 92f9a6b7327091d4d86a8a0f2b564ccff082869dae0471b1f9b6220a7fe2a13a
pkgname = drgn
diff --git a/PKGBUILD b/PKGBUILD
index dccdac11595b..9bb44187cfab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Omar Sandoval <osandov at osandov dot com>
pkgname=drgn
-pkgver=0.0.19
+pkgver=0.0.20
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=('03e764769cc4a93d5e2c76e3e614b9b68da82704e18471471857e1d688b5c7ca')
+sha256sums=('92f9a6b7327091d4d86a8a0f2b564ccff082869dae0471b1f9b6220a7fe2a13a')
build() {
cd "$pkgname-$pkgver"