diff options
author | root <root@rshg054.dnsready.net> | 2011-11-11 23:15:00 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-11-11 23:15:00 +0000 |
commit | e0f64ccb05c467785eaf68b42c3e302c44aa3324 (patch) | |
tree | e6cdb653ce50a1a2e3fd5ac74a46c1bbc33441bc /community/simple-scan | |
parent | 4141f5b04aab597f88a617a82649a404c773469a (diff) |
Fri Nov 11 23:15:00 UTC 2011
Diffstat (limited to 'community/simple-scan')
-rw-r--r-- | community/simple-scan/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/simple-scan/PKGBUILD b/community/simple-scan/PKGBUILD index bc08d2ef9..78b42754c 100644 --- a/community/simple-scan/PKGBUILD +++ b/community/simple-scan/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com> pkgname=simple-scan -pkgver=3.2.0 +pkgver=3.2.1 pkgrel=1 pkgdesc='Simple scanning utility' arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ depends=('sane' 'dconf' 'gtk3' 'colord' 'hicolor-icon-theme') makedepends=('gnome-doc-utils' 'intltool') install=simple-scan.install source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('175a852f132f85e861ded99d546137fb4299ad9ce2836eaac9d645fbfcbefbac') +sha256sums=('10fba94b60cd5159d54d3491f228ac9fe83ac0ab02b983d7cd8390aa26cf2ecc') build() { cd "$srcdir/$pkgname-$pkgver" |