diff options
author | root <root@rshg054.dnsready.net> | 2013-04-20 01:29:42 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-20 01:29:42 -0700 |
commit | 1f9776d421ac40faa59f797893033e99e4f919eb (patch) | |
tree | fd7420e8e8d3b090730fcc01a8ff25d13ad09442 /extra/colord | |
parent | 1fedf1f5d5351aefd88268cba7353c79adac9b8a (diff) |
Sat Apr 20 01:28:56 PDT 2013
Diffstat (limited to 'extra/colord')
-rw-r--r-- | extra/colord/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/colord/PKGBUILD b/extra/colord/PKGBUILD index 04cba601c..8b78e733e 100644 --- a/extra/colord/PKGBUILD +++ b/extra/colord/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 180560 2013-03-23 09:51:07Z heftig $ +# $Id: PKGBUILD 183240 2013-04-19 01:14:07Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Ionut Biru <ibiru@archlinux.org> pkgname=colord -pkgver=0.1.31 +pkgver=0.1.33 pkgrel=1 pkgdesc="System daemon for managing color devices" arch=(i686 x86_64) @@ -16,7 +16,7 @@ options=('!libtool') install=colord.install backup=(etc/colord.conf) source=($url/releases/$pkgname-$pkgver.tar.xz) -sha1sums=('f4a00282aaae0fb8a5d24abfc78377e010261e75') +sha1sums=('41888fc853e033302c59539777b09317a7e1ab3d') build() { cd $pkgname-$pkgver |