summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Sandoval2022-10-12 12:47:54 -0700
committerOmar Sandoval2022-10-12 12:47:54 -0700
commit589b02ce2a934cf155a79e5342a432520f2a9c5e (patch)
tree965a95be2cc6adc6fa45d341f6c9ae114929f786
parent5c7d7cf09f44cb9c853c016458975e6962791ae1 (diff)
downloadaur-589b02ce2a934cf155a79e5342a432520f2a9c5e.tar.gz
Update to 0.0.21
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff2223bf3837..fd9a506804e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = drgn
pkgdesc = Programmable debugger
- pkgver = 0.0.20
- pkgrel = 2
+ pkgver = 0.0.21
+ pkgrel = 1
url = https://github.com/osandov/drgn
arch = x86_64
license = GPL3
@@ -9,7 +9,7 @@ pkgbase = drgn
depends = libelf
depends = libkdumpfile
depends = python
- source = https://files.pythonhosted.org/packages/source/d/drgn/drgn-0.0.20.tar.gz
- sha256sums = 92f9a6b7327091d4d86a8a0f2b564ccff082869dae0471b1f9b6220a7fe2a13a
+ source = https://files.pythonhosted.org/packages/source/d/drgn/drgn-0.0.21.tar.gz
+ sha256sums = 305a6276033b52a9db3bf742e84dc946ff2e28be015b6c04a2d894c4eebf894f
pkgname = drgn
diff --git a/PKGBUILD b/PKGBUILD
index 7eeab88c1654..af99a558d00f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Omar Sandoval <osandov at osandov dot com>
pkgname=drgn
-pkgver=0.0.20
-pkgrel=2
+pkgver=0.0.21
+pkgrel=1
pkgdesc='Programmable debugger'
arch=('x86_64')
url='https://github.com/osandov/drgn'
@@ -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=('92f9a6b7327091d4d86a8a0f2b564ccff082869dae0471b1f9b6220a7fe2a13a')
+sha256sums=('305a6276033b52a9db3bf742e84dc946ff2e28be015b6c04a2d894c4eebf894f')
build() {
cd "$pkgname-$pkgver"