diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-12-07 17:00:41 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-12-07 17:00:41 -0300 |
commit | 3734b1ff855a5738195c6ff3def244d7b2e23e50 (patch) | |
tree | a4afb881617539f17c75b0ddc58902569d847809 /extra/libksane/PKGBUILD | |
parent | d4eb5f4f523f90878c8d5ab59e6012ca401ca355 (diff) | |
parent | 7de07e40e2c0c078a35c5092e1f2defb65d1741e (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/znc/PKGBUILD
extra/hugin/PKGBUILD
extra/kdeplasma-addons/PKGBUILD
extra/postgresql/PKGBUILD
extra/talloc/PKGBUILD
Diffstat (limited to 'extra/libksane/PKGBUILD')
-rw-r--r-- | extra/libksane/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libksane/PKGBUILD b/extra/libksane/PKGBUILD index fad920edf..4bdc637f9 100644 --- a/extra/libksane/PKGBUILD +++ b/extra/libksane/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 170603 2012-11-09 08:26:38Z andrea $ +# $Id: PKGBUILD 172817 2012-12-06 08:19:54Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libksane -pkgver=4.9.3 +pkgver=4.9.4 pkgrel=1 pkgdesc="An image scanning library" url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane" @@ -14,7 +14,7 @@ replaces=('kdegraphics-libs') conflicts=('kdegraphics-libs') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('2ca77dc024bf5254a7bd7ebd22c3b83bab4e07cc') +sha1sums=('6e6dd688b9cae1e809754d527327770c8a4caad0') build() { cd "${srcdir}" |