diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-09-13 10:28:49 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-09-13 10:28:49 +0200 |
commit | 81dced2a29e3d4cb05f004e5efe3bd2abe207b15 (patch) | |
tree | 9772090003f7b9871a0a4d19f65f8fa32c9409c8 /community/yagf/PKGBUILD | |
parent | 1f5072dbfe77090d9ea49bdd7501f21892729d88 (diff) | |
parent | 843685ce9dd76d37a4c7b0230eacb6d26bdf30dd (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community-staging/happy/PKGBUILD
community-staging/haskell-dataenc/PKGBUILD
community-staging/haskell-quickcheck/PKGBUILD
community/gnonlin/PKGBUILD
extra/bochs/PKGBUILD
Diffstat (limited to 'community/yagf/PKGBUILD')
-rw-r--r-- | community/yagf/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/yagf/PKGBUILD b/community/yagf/PKGBUILD index df7a08afa..9321c6902 100644 --- a/community/yagf/PKGBUILD +++ b/community/yagf/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 71934 2012-06-03 20:48:28Z spupykin $ +# $Id: PKGBUILD 76111 2012-09-11 14:07:51Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: das-ich <das-ich@yandex.ru> pkgname=yagf -pkgver=0.9.1 +pkgver=0.9.2 pkgrel=1 pkgdesc="QT4-based GUI for Cuneiform OCR" arch=(i686 x86_64 'mips64el') @@ -14,10 +14,10 @@ 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=('501946bd993c29b23b54d114727ccafb') +md5sums=('13592e52006d20f71c0094aafb13ed0e') build() { - cd "${srcdir}/${pkgname}" + cd "${srcdir}/${pkgname}-$pkgver" cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release . make make DESTDIR=${pkgdir} install |