diff options
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 f09805e96..a7d2e215c 100644 --- a/community/gummi/PKGBUILD +++ b/community/gummi/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: soeren <nonick@posteo.de> pkgname=gummi -pkgver=0.6.0 +pkgver=0.6.1 pkgrel=1 pkgdesc='Simple LaTex editor for GTK users' arch=('i686' 'x86_64') @@ -11,8 +11,8 @@ url='http://gummi.midnightcoding.org/' license=('MIT') depends=('texlive-core' 'gtkspell' 'gtksourceview2' 'poppler-glib') makedepends=('glib2' 'gtk2' 'pango' 'poppler' 'intltool') -source=("http://dev.midnightcoding.org/redmine/attachments/download/212/gummi-0.6.0.tar.gz") -md5sums=('45c727b815460e108a4442db27edd385') +source=("http://dev.midnightcoding.org/redmine/attachments/download/217/gummi-0.6.1.tar.gz") +md5sums=('f9a257a4cec208642028ccde6b6514e0') build() { cd ${pkgname}-${pkgver} |