summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1d3513bf3f6..b428a8362ab7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# $Id: PKGBUILD 266875 2017-11-15 14:29:11Z foutrelis $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=gtkdatabox
-pkgver=0.9.2.0
-pkgrel=2
-pkgdesc="A widget for the Gtk+ library designed to display large amounts of numerical data"
+pkgver=0.9.3.1
+pkgrel=1
+pkgdesc="widget for the Gtk+ library designed to display large amounts of numerical data"
arch=(x86_64)
url="http://sourceforge.net/projects/gtkdatabox/"
license=("LGPL")
@@ -13,7 +13,7 @@ depends=('gtk2' 'libglade')
makedepends=('gtk-doc')
options=('docs')
source=(http://downloads.sourceforge.net/project/gtkdatabox/gtkdatabox/$pkgver/gtkdatabox-$pkgver.tar.gz)
-md5sums=('99c1fe9a918ee94e2b6f967cd22a6f5b')
+md5sums=('46c64813080a06a9a3111e283c62e4f2')
build() {
cd "$srcdir"/gtkdatabox-$pkgver