diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-10-25 21:34:48 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-10-25 21:34:48 +0200 |
commit | 3e43e79fcbddced28661254382caf035c559aca1 (patch) | |
tree | 60eef4289dc2a9f27b9d1e79eec33eb19866c6d0 | |
parent | bump version (diff) | |
download | libgamma-3e43e79fcbddced28661254382caf035c559aca1.tar.gz libgamma-3e43e79fcbddced28661254382caf035c559aca1.tar.bz2 libgamma-3e43e79fcbddced28661254382caf035c559aca1.tar.xz |
update dist
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | dist/archlinux/stable/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD index 8dee508..5395954 100644 --- a/dist/archlinux/stable/PKGBUILD +++ b/dist/archlinux/stable/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> pkgname=libgamma -pkgver=0.6 +pkgver=0.7 pkgrel=1 pkgdesc="Display server abstraction layer for gamma ramps" arch=(i686 x86_64) @@ -11,7 +11,7 @@ depends=(glibc libxcb libx11 libxxf86vm libdrm) makedepends=(glibc libxcb libx11 libxxf86vm libdrm sh make grep sed coreutils gcc general-preprocessor python3 texinfo bash pkg-config) install=libgamma.install source=($url/archive/$pkgver.tar.gz) -sha256sums=(52e02952f3508e4b063f94e4047dea1ae15e28a76599fd5d54fee27b6080c733) +sha256sums=(cb44238e08f67f8b6ca1a2615a0ff8914ff6dd3816132885bbf5d3828207cf74) build() { |