diff options
Diffstat (limited to '')
-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() { |