summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e59d834eeb2..244a0344a337 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=dwarview-git
_gitname=dwarview
-pkgver=r26.79c4132
-pkgrel=1
+pkgver=r27.0e518cb
+pkgrel=2
pkgdesc="GUI program that displays DWARF debug info of a file"
arch=('i686' 'x86_64')
url="https://github.com/namhyung/dwarview.git"
@@ -12,7 +12,7 @@ depends=('libelf' 'gtk3')
source=(git+https://github.com/namhyung/dwarview.git
gladefile_path.patch)
sha1sums=('SKIP'
- 'ea99794a20a1d217d3365ba7369b1c3f2647a509')
+ '0cecc3d6baecea5b980870b9c27e0fc0bf1072dd')
pkgver() {
cd "${srcdir}/${_gitname}"