diff options
Diffstat (limited to 'dist/archlinux/stable/PKGBUILD')
-rw-r--r-- | dist/archlinux/stable/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD index 2d02b17..61b3ad9 100644 --- a/dist/archlinux/stable/PKGBUILD +++ b/dist/archlinux/stable/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> pkgname=pylibgamma -pkgver=1.1 -pkgrel=2 +pkgver=1.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" @@ -10,7 +10,7 @@ license=('GPL3') 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=(51274db5645d6fec25fe61dd0d31af07354cb5d98cff8fc2d731258bea4552f3) +sha256sums=(a9b89ebd1a8496da5d0bee10c2c0bc6408ac76fc448e7fab299c7e83b1a1146a) build() { |