diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-03-16 21:10:42 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-03-16 21:10:42 -0300 |
commit | 846ec2ab218d28aa24dee75503909f9337d67e46 (patch) | |
tree | 012f9c67757ff9638b3b27cfb7a8c8c6c44a92cf /community/yagf | |
parent | f24ad15758f8eebcc46cb0c210f888491869d3f0 (diff) | |
parent | 9a940818cc3edb82afac4d73a6474e6e3374f987 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/chmsee/PKGBUILD
extra/kdepim/PKGBUILD
gnome-unstable/gnome-color-manager/PKGBUILD
gnome-unstable/seahorse/PKGBUILD
libre/pacman/PKGBUILD
testing/libreoffice/PKGBUILD
testing/util-linux/PKGBUILD
testing/xf86-input-synaptics/PKGBUILD
Diffstat (limited to 'community/yagf')
-rw-r--r-- | community/yagf/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/yagf/PKGBUILD b/community/yagf/PKGBUILD index 5b7944a45..830d41838 100644 --- a/community/yagf/PKGBUILD +++ b/community/yagf/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 60972 2011-12-19 21:35:06Z spupykin $ +# $Id: PKGBUILD 67880 2012-03-15 16:16:37Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: das-ich <das-ich@yandex.ru> pkgname=yagf -pkgver=0.8.9 +pkgver=0.9 pkgrel=1 pkgdesc="QT4-based GUI for Cuneiform OCR" arch=(i686 x86_64 'mips64el') @@ -14,7 +14,7 @@ optdepends=('xsane: acquire images from a scanner into YAGF directly') makedepends=('cmake') install=yagf.install source=(http://symmetrica.net/cuneiform-linux/${pkgname}-${pkgver}.tar.gz) -md5sums=('1ccb66b978162366fb608dbc31b4a946') +md5sums=('47ddc8dfe9539242073312dcf098fa86') build() { cd "${srcdir}/${pkgname}-${pkgver}" |