summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM. Scholz2020-05-09 21:19:16 +0200
committerM. Scholz2020-05-09 21:19:16 +0200
commite0ec3d997863d4fedf554fcdf379c985c0542384 (patch)
tree92de29f83c96a25f28da92e97c407d18edf211c0
parentddbe9ab84552303e75bea22e94babdca2fd2d734 (diff)
downloadaur-e0ec3d997863d4fedf554fcdf379c985c0542384.tar.gz
changed to static build to make it a build dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--qwtconfig-archlinux.pri2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdc44a3a6007..f1cd30dd49e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qwt5-qt5
pkgdesc = Qwt library (version 5.2.3) updated to work with Qt5.
pkgver = 5.2.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/gbm19/qwt5-qt5
arch = x86_64
license = custom
@@ -10,7 +10,7 @@ pkgbase = qwt5-qt5
source = qwt5-qt5-5.2.3.1.zip::https://github.com/gbm19/qwt5-qt5/archive/eeacc4497738de159ca6f352d0c8ada353831b53.zip
source = qwtconfig-archlinux.pri
sha1sums = 74adb1f1eb56895e7a40bbdcb8b4a205d7e9f16f
- sha1sums = 23209de530c9604a0b2fa6df32b6beabe28a9e58
+ sha1sums = f78e1dd11f7e5dedf0b62370485688729cb344ad
pkgname = qwt5-qt5
diff --git a/PKGBUILD b/PKGBUILD
index bd78d13ef7f5..04da0e4b34f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=qwt5-qt5
_commit=eeacc4497738de159ca6f352d0c8ada353831b53
pkgver=5.2.3.1
-pkgrel=1
+pkgrel=2
pkgdesc='Qwt library (version 5.2.3) updated to work with Qt5.'
arch=('x86_64')
license=('custom')
@@ -13,7 +13,7 @@ source=(
"qwtconfig-archlinux.pri"
)
sha1sums=('74adb1f1eb56895e7a40bbdcb8b4a205d7e9f16f'
- '23209de530c9604a0b2fa6df32b6beabe28a9e58')
+ 'f78e1dd11f7e5dedf0b62370485688729cb344ad')
prepare() {
install -Dm644 "qwtconfig-archlinux.pri" "${srcdir}/qwt5-qt5-${_commit}/qwtconfig.pri"
diff --git a/qwtconfig-archlinux.pri b/qwtconfig-archlinux.pri
index ccfb2c7b2b9c..b8f126127aad 100644
--- a/qwtconfig-archlinux.pri
+++ b/qwtconfig-archlinux.pri
@@ -88,7 +88,7 @@ win32 {
# it will be a static library.
######################################################################
-CONFIG += QwtDll
+# CONFIG += QwtDll
######################################################################
# QwtPlot enables all classes, that are needed to use the QwtPlot