summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2021-09-07 00:16:29 +0200
committerMichal Wojdyla2021-09-07 00:16:29 +0200
commite5c13d931273ce2f56b60de62f4cefceb79c5029 (patch)
tree53622dbe46be0dbedc91d3589b6a39db8c502854
parent4f9e5a253ff5fa90704306ea13566f09535c70e1 (diff)
downloadaur-e5c13d931273ce2f56b60de62f4cefceb79c5029.tar.gz
update to 2.1.0
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD17
2 files changed, 14 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aeada83c331f..b77be5abdb98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by makepkg 4.2.1
-# Sat Jun 6 20:41:53 UTC 2015
pkgbase = mingw-w64-qcustomplot-qt5
pkgdesc = Plotting library for Qt5 (mingw-w64)
- pkgver = 1.3.1
+ pkgver = 2.1.0
pkgrel = 1
url = http://www.qcustomplot.com
arch = any
@@ -13,10 +11,9 @@ pkgbase = mingw-w64-qcustomplot-qt5
options = !strip
options = !buildflags
options = staticlibs
- source = http://www.qcustomplot.com/release/1.3.1/QCustomPlot-sharedlib.tar.gz
- source = http://www.qcustomplot.com/release/1.3.1/QCustomPlot-source.tar.gz
- md5sums = 05c3c32a28116b63e09213c8ed2b7055
- md5sums = 4448e2e3efbe92ea226fc21a5a1bde55
+ source = https://www.qcustomplot.com/release/2.1.0fixed/QCustomPlot-sharedlib.tar.gz
+ source = https://www.qcustomplot.com/release/2.1.0fixed/QCustomPlot-source.tar.gz
+ md5sums = 5a401eb55eab6417f129529bff4d6a62
+ md5sums = ecb2d59b440a52c38c5c3425eb7afa05
pkgname = mingw-w64-qcustomplot-qt5
-
diff --git a/PKGBUILD b/PKGBUILD
index d31830f6a2f8..b3d51cd77e70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: ant32 <antreimer@gmail.com>
+# Maintainer: Michal Wojdyla < micwoj9292 at gmail dot com >
+# Contributor: ant32 <antreimer@gmail.com>
pkgname=mingw-w64-qcustomplot-qt5
-pkgver=1.3.1
+pkgver=2.1.0
pkgrel=1
pkgdesc="Plotting library for Qt5 (mingw-w64)"
arch=('any')
@@ -10,10 +11,10 @@ license=('GPL')
makedepends=('mingw-w64-gcc')
depends=('mingw-w64-crt' 'mingw-w64-qt5-base')
options=('!strip' '!buildflags' 'staticlibs')
-source=("http://www.qcustomplot.com/release/${pkgver}/QCustomPlot-sharedlib.tar.gz"
- "http://www.qcustomplot.com/release/${pkgver}/QCustomPlot-source.tar.gz")
-md5sums=('05c3c32a28116b63e09213c8ed2b7055'
- '4448e2e3efbe92ea226fc21a5a1bde55')
+source=("https://www.qcustomplot.com/release/${pkgver}fixed/QCustomPlot-sharedlib.tar.gz"
+ "https://www.qcustomplot.com/release/${pkgver}fixed/QCustomPlot-source.tar.gz")
+md5sums=('5a401eb55eab6417f129529bff4d6a62'
+ 'ecb2d59b440a52c38c5c3425eb7afa05')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
@@ -37,8 +38,8 @@ package() {
for _arch in ${_architectures}; do
cd "${srcdir}/build-${_arch}/release"
mkdir -p "${pkgdir}/usr/${_arch}/"{bin,lib,include}
- cp qcustomplot1.dll "$pkgdir/usr/${_arch}/bin"
- cp libqcustomplot1.dll.a "${pkgdir}/usr/${_arch}/lib/"
+ cp qcustomplot2.dll "$pkgdir/usr/${_arch}/bin"
+ cp libqcustomplot2.dll.a "${pkgdir}/usr/${_arch}/lib/"
cp "${srcdir}/qcustomplot-source/qcustomplot.h" "${pkgdir}/usr/${_arch}/include"
${_arch}-strip --strip-unneeded "${pkgdir}/usr/${_arch}/bin/"*.dll
${_arch}-strip --strip-unneeded "${pkgdir}/usr/${_arch}/lib/"*.a