summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 399c7953addc..79865edb61d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = python2-cairo
pkgdesc = Python bindings for the cairo graphics library
pkgver = 1.19.1
- pkgrel = 1
+ pkgrel = 2
url = https://pycairo.readthedocs.io/en/latest/
arch = x86_64
license = LGPL2.1
license = MPL
- makedepends = git
depends = cairo
depends = python2
source = https://github.com/pygobject/pycairo/releases/download/v1.19.1/pycairo-1.19.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index c04e00894d17..9f91b1ecadcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,12 @@
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=python2-cairo
pkgver=1.19.1
-pkgrel=1
+pkgrel=2
pkgdesc="Python bindings for the cairo graphics library"
arch=('x86_64')
url="https://pycairo.readthedocs.io/en/latest/"
license=('LGPL2.1' 'MPL')
depends=(cairo python2)
-makedepends=(git)
_github='https://github.com/pygobject/pycairo'
source=("$_github/releases/download/v$pkgver/pycairo-$pkgver.tar.gz")
sha256sums=('2c143183280feb67f5beb4e543fd49990c28e7df427301ede04fc550d3562e84')