summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2019-06-10 14:26:01 +0200
committerChristopher Arndt2019-06-10 14:26:01 +0200
commit141396987c2d2e1d3426abf226d11db93529e9c7 (patch)
tree769298113fb403250daeed35d32b8edc505d1f8a
parentbea2399acd72dab002f9c8eb9527a4cfa5381f90 (diff)
downloadaur-141396987c2d2e1d3426abf226d11db93529e9c7.tar.gz
* New upstream version 5.12
* Update source URL
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88272290d34c..402852ba0083 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pyqtchart
pkgdesc = Python bindings for the Qt Charts library
- pkgver = 5.11.3
- pkgrel = 2
+ pkgver = 5.12
+ pkgrel = 1
url = https://www.riverbankcomputing.com/software/pyqtchart/
arch = i686
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = python-pyqtchart
depends = python-pyqt5
depends = qt5-charts
depends = sip
- source = https://sourceforge.net/projects/pyqt/files/PyQtChart/PyQtChart-5.11.3/PyQtChart_gpl-5.11.3.tar.gz
- sha256sums = 89abf5e48c79c4db42a01f80433bb97d64b117f801be5e4cb0b9839efc99472f
+ source = https://www.riverbankcomputing.com/static/Downloads/PyQtChart/5.12/PyQtChart_gpl-5.12.tar.gz
+ sha256sums = aceac6a09f81dfb1a58bb571ac87ce5284237b1204c4030f63ab6bab273bc0d7
pkgname = python-pyqtchart
diff --git a/PKGBUILD b/PKGBUILD
index 61ba9d1095f3..49da93a4539e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Contributor: sebfry <sebfry -at- gmail -dot- com>
pkgname=python-pyqtchart
-pkgver=5.11.3
-pkgrel=2
+pkgver=5.12
+pkgrel=1
pkgdesc="Python bindings for the Qt Charts library"
url="https://www.riverbankcomputing.com/software/pyqtchart/"
depends=('python-pyqt5' 'qt5-charts' 'sip')
license=('GPL3')
arch=('i686' 'x86_64')
source=(
- "https://sourceforge.net/projects/pyqt/files/PyQtChart/PyQtChart-$pkgver/PyQtChart_gpl-$pkgver.tar.gz"
+ "https://www.riverbankcomputing.com/static/Downloads/PyQtChart/$pkgver/PyQtChart_gpl-$pkgver.tar.gz"
)
-sha256sums=('89abf5e48c79c4db42a01f80433bb97d64b117f801be5e4cb0b9839efc99472f')
+sha256sums=('aceac6a09f81dfb1a58bb571ac87ce5284237b1204c4030f63ab6bab273bc0d7')
build() {