diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-17 21:06:42 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-17 21:06:42 +0200 |
commit | dd209a7f2e4719ee72abda68cf6bee8419871f3c (patch) | |
tree | 2360767c57f3bc40aaea788b8e90931c808d6c93 /dist | |
parent | fix TLS error (diff) | |
download | pylibgamma-dd209a7f2e4719ee72abda68cf6bee8419871f3c.tar.gz pylibgamma-dd209a7f2e4719ee72abda68cf6bee8419871f3c.tar.bz2 pylibgamma-dd209a7f2e4719ee72abda68cf6bee8419871f3c.tar.xz |
update dist
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'dist')
-rw-r--r-- | dist/archlinux/stable/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD index 17c726d..6fc1334 100644 --- a/dist/archlinux/stable/PKGBUILD +++ b/dist/archlinux/stable/PKGBUILD @@ -1,16 +1,16 @@ # Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> pkgname=pylibgamma -pkgver=1.0 +pkgver=1.1 pkgrel=1 pkgdesc="Display server abstraction layer for gamma ramps and Python 3" arch=(i686 x86_64) url="https://github.com/maandree/pylibgamma" license=('GPL3') -depends=(python3 'libgamma>=0.3' glibc) -makedepends=(python3 'libgamma>=0.3' glibc make gcc cython coreutils pkg-config) +depends=(python3 'libgamma>=0.6' glibc) +makedepends=(python3 'libgamma>=0.6' glibc make gcc cython coreutils pkg-config) source=($url/archive/$pkgver.tar.gz) -sha256sums=(201eefe11f7e592bf439590752ffe1a4b376c577ae56f8ff3f58294422379108) +sha256sums=(51274db5645d6fec25fe61dd0d31af07354cb5d98cff8fc2d731258bea4552f3) build() { |