summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2019-03-20 06:49:03 -0400
committergraysky2019-03-20 06:49:03 -0400
commit6952bc531fdb7de4a6ce1292b455506d27ea006c (patch)
tree2c239ba17159848cbd69ded8dcf2c280e46055b9
parentf9ee68a59a36de3fea207f700527b64e28f82218 (diff)
downloadaur-6952bc531fdb7de4a6ce1292b455506d27ea006c.tar.gz
Update to 4.19.15-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33a78fcb462c..377ad3f24fbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Mon Feb 18 20:59:14 UTC 2019
+# Wed Mar 20 10:49:02 UTC 2019
pkgbase = python-sip-pyqt4
- pkgver = 4.19.14
+ pkgver = 4.19.15
pkgrel = 1
url = http://www.riverbankcomputing.com/software/sip/intro
arch = x86_64
license = custom:"sip"
makedepends = python
- source = https://www.riverbankcomputing.com/static/Downloads/sip/sip-4.19.14.tar.gz
- sha256sums = 0ef3765dbcc3b8131f83e60239f49508f82205b33cae5408c405e2e2f2d0af87
+ source = https://www.riverbankcomputing.com/static/Downloads/sip/sip-4.19.15.tar.gz
+ sha256sums = 2b5c0b2c0266b467b365c21376d50dde61a3236722ab87ff1e8dacec283eb610
pkgname = python-sip-pyqt4
pkgdesc = Python 3.x SIP bindings for C and C++ libraries (PyQt4 version)
diff --git a/PKGBUILD b/PKGBUILD
index 6b07f716bfba..557b651be56e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
# based on https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/sip
pkgname=('python-sip-pyqt4')
-pkgver=4.19.14
+pkgver=4.19.15
pkgrel=1
arch=('x86_64')
url='http://www.riverbankcomputing.com/software/sip/intro'
license=('custom:"sip"')
makedepends=('python')
source=("https://www.riverbankcomputing.com/static/Downloads/sip/sip-$pkgver.tar.gz")
-sha256sums=('0ef3765dbcc3b8131f83e60239f49508f82205b33cae5408c405e2e2f2d0af87')
+sha256sums=('2b5c0b2c0266b467b365c21376d50dde61a3236722ab87ff1e8dacec283eb610')
prepare() {
mkdir -p build-pyqt4