diff options
author | Mattias Andrée <maandree@kth.se> | 2016-12-03 00:39:26 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-12-03 00:39:26 +0100 |
commit | 0992065d2c3176581174bdc684f73da203a38579 (patch) | |
tree | 76a00f210eafea9aca9ffefc5d46dd154eb56f89 /libclut/PKGBUILD | |
parent | Update libclut (diff) | |
download | aur-packages-0992065d2c3176581174bdc684f73da203a38579.tar.gz aur-packages-0992065d2c3176581174bdc684f73da203a38579.tar.bz2 aur-packages-0992065d2c3176581174bdc684f73da203a38579.tar.xz |
Update libclut
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | libclut/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libclut/PKGBUILD b/libclut/PKGBUILD index 93aff11..14ae5a9 100644 --- a/libclut/PKGBUILD +++ b/libclut/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> pkgname=libclut -pkgver=1.0 +pkgver=1.1 pkgrel=1 pkgdesc="C library for manipulating colour lookup tables" arch=(i686 x86_64) @@ -11,7 +11,7 @@ depends=(glibc) makedepends=(glibc make coreutils gcc 'texinfo>=4.11') install=$pkgname.install source=($url/archive/$pkgver.tar.gz) -sha256sums=(824bedc72e0ffd3d5f501b5c060abfb2da9b29d2f514972a2f9c7389b691c06b) +sha256sums=(195e45742c49bb587d756726410dab80f2a5e4a8427f7bb4b318f8cda71f4cda) build() { |