summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohammadreza Abdollahzadeh2016-10-27 11:39:36 +0330
committerMohammadreza Abdollahzadeh2016-10-27 11:39:36 +0330
commit5da3c34b7508b79dbfa03ab78fbfe0d51e4ce3d9 (patch)
tree20fa06787467c4fb849fb4e6cf4f1ab86359c5e8
parent20c8fdadb78a254bf9b5109c6e24f72338ac6581 (diff)
downloadaur-5da3c34b7508b79dbfa03ab78fbfe0d51e4ce3d9.tar.gz
update to v2.0.0-beta
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8303c7f05997..43fa42a84e54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Fri Jan 29 16:11:12 UTC 2016
+# Thu Oct 27 08:08:27 UTC 2016
pkgbase = qcustomplot-qt5
pkgdesc = Plotting library for Qt5
- pkgver = 1.3.2
+ pkgver = 2.0.0_beta
pkgrel = 1
url = http://www.qcustomplot.com
arch = x86_64
arch = i686
license = GPL
depends = qt5-base
- source = http://www.qcustomplot.com/release/1.3.2/QCustomPlot.tar.gz
- source = http://www.qcustomplot.com/release/1.3.2/QCustomPlot-sharedlib.tar.gz
- md5sums = a86d447230f7a3966cfbd946f7a3d301
- md5sums = 82955a71538b18c23a320047ac32eace
+ 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
+ md5sums = a4196694eb08de800a794cc297e046dd
+ md5sums = 294fdf8834e8ef0fa2c1e830f936b7fc
pkgname = qcustomplot-qt5
diff --git a/PKGBUILD b/PKGBUILD
index c7888f640194..bf339bd38428 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
-# Maintainer: Mohammadreza Abdollahzadeh <morealaz@gmail.com>
+# Maintainer: Mohammadreza Abdollahzadeh <morealaz at gmail dot com>
pkgname=qcustomplot-qt5
-pkgver=1.3.2
+pkgver=2.0.0_beta
pkgrel=1
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")
-md5sums=('a86d447230f7a3966cfbd946f7a3d301'
- '82955a71538b18c23a320047ac32eace')
+source=("http://www.qcustomplot.com/release/${pkgver//_/-}/QCustomPlot.tar.gz"
+ "http://www.qcustomplot.com/release/${pkgver//_/-}/QCustomPlot-sharedlib.tar.gz")
+md5sums=('a4196694eb08de800a794cc297e046dd'
+ '294fdf8834e8ef0fa2c1e830f936b7fc')
build() {
cd "${srcdir}"