summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMirko Scholz2022-01-18 13:22:06 +0100
committerMirko Scholz2022-01-18 13:22:06 +0100
commitbb90300b7d41ab1ed0a84780265fd713ec1d45ff (patch)
treea14cb1d712e8899a7f5d83aef161b67fce7cec47
parentf9d7ebca9562f45ebafb37baa24d248bf7f6f5b7 (diff)
downloadaur-bb90300b7d41ab1ed0a84780265fd713ec1d45ff.tar.gz
upgpkg: qwt5-qt5 5.2.3.4-2
fix for chroot build which seems to strip the static library
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ccdef69c3d1..7d63b4ad46f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = qwt5-qt5
pkgdesc = Qwt library (version 5.2.3) updated to work with Qt5.
pkgver = 5.2.3.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/gbm19/qwt5-qt5
arch = x86_64
license = custom
depends = qt5-base
depends = qt5-svg
+ options = staticlibs
+ options = !strip
source = qwt5-qt5-5.2.3.4.zip::https://github.com/gbm19/qwt5-qt5/archive/a2b11e3f7c83dcba30a9bfac86a54ccb8305691d.zip
source = qwtconfig-archlinux.pri
sha1sums = 5550f97767e4424188de7260b295b1b32b303288
diff --git a/PKGBUILD b/PKGBUILD
index 394ae2cc50e0..2af2fb965400 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname=qwt5-qt5
_commit=a2b11e3f7c83dcba30a9bfac86a54ccb8305691d
pkgver=5.2.3.4
-pkgrel=1
+pkgrel=2
pkgdesc='Qwt library (version 5.2.3) updated to work with Qt5.'
arch=('x86_64')
license=('custom')
depends=('qt5-base' 'qt5-svg')
+options=(staticlibs !strip)
url='https://github.com/gbm19/qwt5-qt5'
source=(
"qwt5-qt5-${pkgver}.zip::https://github.com/gbm19/qwt5-qt5/archive/${_commit}.zip"