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 17cdedccf9e5..002a90b68607 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Matthias Meulien orontee@gmail.com
pkgname=global
-pkgver=6.4
+pkgver=6.5
pkgrel=1
pkgdesc="A source code tag system"
arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@ optdepends=('idutils' 'ctags' 'python2-pygments')
options=(!emptydirs !libtool)
install=global.install
source=(http://tamacom.com/global/${pkgname}-${pkgver}.tar.gz)
-md5sums=('34987ce863661bfceddc1ac016d19195')
-sha256sums=('315bf69bf2b4dbe661ff2800967e5f1171edfb83a0f17424612baa673aff248e')
+md5sums=('dfec818b4f53d91721e247cf7b218078')
+sha256sums=('4afd12db1aa600277b39113cc2d61dc59bd6c6b4ee8033da8bb6dd0c39a4c6a9')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"