summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-12-22 17:19:18 +0100
committerMartchus2018-12-22 17:19:18 +0100
commitf7b5f08cfe8b9ed7ab7972d49f143f6273bab2ba (patch)
treeeb833b9f22cd66d6a50f4ef858240f64ee1f4855
parent3d49c4fabc7260e3af7ebcc0085a514dc099358b (diff)
downloadaur-f7b5f08cfe8b9ed7ab7972d49f143f6273bab2ba.tar.gz
Fix use of static libraries with CMake
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86200e35baec..58dbaff00db4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-qt5-svg
pkgdesc = Classes for displaying the contents of SVG files (mingw-w64)
pkgver = 5.12.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.qt.io/
arch = any
groups = mingw-w64-qt5
diff --git a/PKGBUILD b/PKGBUILD
index f06b8065f0ca..8fbb41100acc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_qt_module=qtsvg
pkgname="mingw-w64-qt5-svg"
pkgver=5.12.0
-pkgrel=1
+pkgrel=2
arch=('any')
pkgdesc="Classes for displaying the contents of SVG files (mingw-w64)"
depends=('mingw-w64-qt5-base')