diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-30 10:35:40 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-30 10:35:40 +0200 |
commit | 1addb62992395c33a9762e6b68259c59fa0c96f4 (patch) | |
tree | 00d001e3a93cfb3a3b1f27f9cd52fcb58bb70999 /community/gummi | |
parent | 2d0e587bd1c7ac060a95a0e20cfe00ab19db7e14 (diff) | |
parent | 263884f95012e159a0be10444ef96bbf56e70545 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/sword/PKGBUILD
extra/imagemagick/PKGBUILD
gnome-unstable/empathy/PKGBUILD
gnome-unstable/gcr/PKGBUILD
gnome-unstable/gnome-dictionary/PKGBUILD
gnome-unstable/gnome-keyring/PKGBUILD
gnome-unstable/gnome-screenshot/PKGBUILD
gnome-unstable/gnome-terminal/PKGBUILD
gnome-unstable/gucharmap/PKGBUILD
gnome-unstable/gucharmap/gucharmap.install
gnome-unstable/libgnome-keyring/PKGBUILD
gnome-unstable/librsvg/PKGBUILD
gnome-unstable/mousetweaks/PKGBUILD
gnome-unstable/pygobject/PKGBUILD
gnome-unstable/seahorse/PKGBUILD
testing/gcc/PKGBUILD
Diffstat (limited to 'community/gummi')
-rw-r--r-- | community/gummi/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/community/gummi/PKGBUILD b/community/gummi/PKGBUILD index 6cc2dfde7..1c9ac43ec 100644 --- a/community/gummi/PKGBUILD +++ b/community/gummi/PKGBUILD @@ -1,12 +1,11 @@ -# $Id: PKGBUILD 68113 2012-03-18 11:53:48Z arodseth $ - +# $Id: PKGBUILD 68592 2012-03-28 22:12:45Z 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.2 +pkgver=0.6.3 pkgrel=1 pkgdesc='Simple LaTex editor for GTK users' arch=('x86_64' 'i686' 'mips64el') @@ -15,8 +14,8 @@ license=('MIT') depends=('texlive-core' 'gtkspell' 'gtksourceview2' 'poppler-glib' 'desktop-file-utils') makedepends=('glib2' 'gtk2' 'pango' 'poppler' 'intltool') install=$pkgname.install -source=("http://dev.midnightcoding.org/attachments/download/258/$pkgname-$pkgver.tar.gz") -sha256sums=('1d886e6036a9a480662f9cf3ae8afa4d1129929c16cb78081755ad1d10be8277') +source=("http://dev.midnightcoding.org/projects/$pkgname/latest.tar.gz") +sha256sums=('d44196e56ed61e125bba01e5949be0928cf09919fdb80e62e6a41999a478f0ed') build() { cd "$pkgname-$pkgver" |