summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorten Linderud2017-09-04 10:44:12 +0200
committerMorten Linderud2017-09-04 10:44:12 +0200
commit1c2d09adac67f457cd141f66f06d391ea3187cd7 (patch)
treeca4192a425be29cea3405db2da7358be30a17057
parent5da3c34b7508b79dbfa03ab78fbfe0d51e4ce3d9 (diff)
downloadaur-1c2d09adac67f457cd141f66f06d391ea3187cd7.tar.gz
upgpkg: qcustomplot-qt5 2.0.0_beta-2
Fixed qcustomplot-qt5 Signed-off-by: Morten Linderud <morten@linderud.pw>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43fa42a84e54..c7f2744c91a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Oct 27 08:08:27 UTC 2016
+# Mon Sep 4 08:44:14 UTC 2017
pkgbase = qcustomplot-qt5
pkgdesc = Plotting library for Qt5
pkgver = 2.0.0_beta
- pkgrel = 1
+ pkgrel = 2
url = http://www.qcustomplot.com
arch = x86_64
arch = i686
license = GPL
depends = qt5-base
- source = http://www.qcustomplot.com/release/2.0.0-beta/QCustomPlot.tar.gz
- source = http://www.qcustomplot.com/release/2.0.0-beta/QCustomPlot-sharedlib.tar.gz
+ source = QCustomPlot-2.0.0_beta.tar.gz::http://www.qcustomplot.com/release/2.0.0-beta/QCustomPlot.tar.gz
+ source = QCustomPlot-sharedlib-2.0.0_beta.tar.gz::http://www.qcustomplot.com/release/2.0.0-beta/QCustomPlot-sharedlib.tar.gz
md5sums = a4196694eb08de800a794cc297e046dd
md5sums = 294fdf8834e8ef0fa2c1e830f936b7fc
diff --git a/PKGBUILD b/PKGBUILD
index bf339bd38428..413e7ef530b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
-# Maintainer: Mohammadreza Abdollahzadeh <morealaz at gmail dot com>
+# Maintainer: Morten Linderud <morten@linderud.pw>
+# Contibutor: Mohammadreza Abdollahzadeh <morealaz at gmail dot com>
pkgname=qcustomplot-qt5
pkgver=2.0.0_beta
-pkgrel=1
+pkgrel=2
pkgdesc="Plotting library for Qt5"
url="http://www.qcustomplot.com"
arch=('x86_64' 'i686')
license=('GPL')
depends=('qt5-base')
-source=("http://www.qcustomplot.com/release/${pkgver//_/-}/QCustomPlot.tar.gz"
- "http://www.qcustomplot.com/release/${pkgver//_/-}/QCustomPlot-sharedlib.tar.gz")
+source=("QCustomPlot-$pkgver.tar.gz::http://www.qcustomplot.com/release/${pkgver//_/-}/QCustomPlot.tar.gz"
+ "QCustomPlot-sharedlib-$pkgver.tar.gz::http://www.qcustomplot.com/release/${pkgver//_/-}/QCustomPlot-sharedlib.tar.gz")
md5sums=('a4196694eb08de800a794cc297e046dd'
'294fdf8834e8ef0fa2c1e830f936b7fc')