diff options
author | Mattias Andrée <maandree@kth.se> | 2017-06-10 15:52:06 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-06-10 15:52:06 +0200 |
commit | 7c6261cc4d3da681b925ec688cb51737da0030b9 (patch) | |
tree | 2ff7894bd10e6acfcf87907baded7c7618520687 /libcolour/PKGBUILD | |
parent | Update libcolour (diff) | |
download | aur-packages-7c6261cc4d3da681b925ec688cb51737da0030b9.tar.gz aur-packages-7c6261cc4d3da681b925ec688cb51737da0030b9.tar.bz2 aur-packages-7c6261cc4d3da681b925ec688cb51737da0030b9.tar.xz |
Update libcolour
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libcolour/PKGBUILD')
-rw-r--r-- | libcolour/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcolour/PKGBUILD b/libcolour/PKGBUILD index 70f0a1c..612dd63 100644 --- a/libcolour/PKGBUILD +++ b/libcolour/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> pkgname=libcolour -pkgver=2.0 +pkgver=2.1 pkgrel=1 pkgdesc="A C colour space library" arch=(i686 x86_64) @@ -10,7 +10,7 @@ license=('ISC') depends=(glibc) makedepends=(glibc make coreutils gcc) source=($url/archive/$pkgver.tar.gz) -sha256sums=(a113cca035cf1c0b34ce611b316ac0582368adf9100e964a592d58c0210e5602) +sha256sums=(cf8aa366267066bd3f84c99777ba4e3a8264c62fb1f5e5ee578d5e3bbf4c4c89) build() { |