diff options
author | root <root@rshg054.dnsready.net> | 2012-06-27 00:01:57 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-06-27 00:01:57 +0000 |
commit | c77c7fc60c48c9aaa8f915eb112405e8879e46aa (patch) | |
tree | 46509cb375dc9d89676ab0d115c35629fc7326ae /community/gummi/PKGBUILD | |
parent | 9a6b691757346035549dbd12d1323301d04a6675 (diff) |
Wed Jun 27 00:01:57 UTC 2012
Diffstat (limited to 'community/gummi/PKGBUILD')
-rw-r--r-- | community/gummi/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gummi/PKGBUILD b/community/gummi/PKGBUILD index e0f58ec7c..7d4a125d4 100644 --- a/community/gummi/PKGBUILD +++ b/community/gummi/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 68592 2012-03-28 22:12:45Z arodseth $ +# $Id: PKGBUILD 72952 2012-06-25 13:05:56Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: Sergio A. Morales <sergiomorales@archlinux.cl> # Contributor: soeren <nonick@posteo.de> pkgname=gummi -pkgver=0.6.3 +pkgver=0.6.4 pkgrel=1 pkgdesc='Simple LaTex editor for GTK users' arch=('x86_64' 'i686') @@ -15,7 +15,7 @@ depends=('texlive-core' 'gtkspell' 'gtksourceview2' 'poppler-glib' 'desktop-file makedepends=('glib2' 'gtk2' 'pango' 'poppler' 'intltool') install=$pkgname.install source=("http://dev.midnightcoding.org/projects/$pkgname/latest.tar.gz") -sha256sums=('d44196e56ed61e125bba01e5949be0928cf09919fdb80e62e6a41999a478f0ed') +sha256sums=('ac5c1de476f8689040a185b01515544a5e53da45ff4e10a072b8944e9de8a6ff') build() { cd "$pkgname-$pkgver" |