summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaichi Shinozaki2017-03-23 02:38:31 +0000
committerDaichi Shinozaki2017-03-23 02:38:31 +0000
commit2d315f1467dc4a1efd44ad4c2eb53e4c1c6d73ee (patch)
tree3c64b82a679d61eb9d50f2ac8f55c9fc94d7fe5e
parentfc16dd7d2df880078196f6973b2631a1c2dd9e2c (diff)
downloadaur-ggtags.tar.gz
Bump version to 0.8.12
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11dc0b25fbef..4f9617b6d886 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Thu Mar 23 02:38:22 UTC 2017
pkgbase = ggtags
pkgdesc = Emacs frontend to GNU Global source code tagging system
- pkgver = 0.8.9
+ pkgver = 0.8.12
pkgrel = 1
url = https://github.com/leoliu/ggtags
install = ggtags.install
@@ -8,8 +10,8 @@ pkgbase = ggtags
license = GPL
depends = emacs
depends = ctags
- source = https://github.com/leoliu/ggtags/archive/0.8.9.tar.gz
- md5sums = 35a0587c5b354c80ca45dad85c751737
+ source = https://github.com/leoliu/ggtags/archive/0.8.12.tar.gz
+ md5sums = 0a846274e38c14040a3f4674a4d97ddf
pkgname = ggtags
diff --git a/PKGBUILD b/PKGBUILD
index 2097e03a7a87..fcc5c4544881 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=ggtags
-pkgver=0.8.9
+pkgver=0.8.12
pkgrel=1
pkgdesc="Emacs frontend to GNU Global source code tagging system"
arch=('any')
@@ -9,7 +9,7 @@ license=('GPL')
depends=('emacs' 'ctags')
install=$pkgname.install
source=("https://github.com/leoliu/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('35a0587c5b354c80ca45dad85c751737')
+md5sums=('0a846274e38c14040a3f4674a4d97ddf')
build() {
cd $srcdir/$pkgname-$pkgver