summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée2015-08-10 20:13:56 +0200
committerMattias Andrée2015-08-10 20:13:56 +0200
commitfa6d1a023efab9bae39e907c6fbc395c04c50d14 (patch)
treed11f6c815cedd921b4aef72415284f5fc2def146
parentbaa009f351d46f0a0aba3c40dea13f14a616af84 (diff)
downloadaur-fa6d1a023efab9bae39e907c6fbc395c04c50d14.tar.gz
Update to 1.1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a85e02961202..10abacbca3ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pylibgamma
pkgdesc = Display server abstraction layer for gamma ramps and Python 3
- pkgver = 1.1
- pkgrel = 2
+ pkgver = 1.1.1
+ pkgrel = 1
url = https://github.com/maandree/pylibgamma
arch = i686
arch = x86_64
@@ -17,8 +17,8 @@ pkgbase = pylibgamma
depends = python3
depends = libgamma>=0.6
depends = glibc
- source = https://github.com/maandree/pylibgamma/archive/1.1.tar.gz
- sha256sums = 51274db5645d6fec25fe61dd0d31af07354cb5d98cff8fc2d731258bea4552f3
+ source = https://github.com/maandree/pylibgamma/archive/1.1.1.tar.gz
+ sha256sums = a9b89ebd1a8496da5d0bee10c2c0bc6408ac76fc448e7fab299c7e83b1a1146a
pkgname = pylibgamma
diff --git a/PKGBUILD b/PKGBUILD
index 2d02b179c52e..61b3ad994424 100644
--- a/PKGBUILD
+++ b/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() {