summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44b11e4befe2..f21849c1381e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = wxqt-dev
pkgdesc = Qt implementation of wxWidgets API for GUI
pkgver = 3.1.4
- pkgrel = 1
+ pkgrel = 2
url = https://wxwidgets.org
arch = x86_64
license = custom:wxWindows
+ makedepends = glu
depends = libsecret
depends = qt5-base
conflicts = wxgtk-common
diff --git a/PKGBUILD b/PKGBUILD
index 664478326c8b..44e3e4de0ee0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=wxqt-dev
pkgver=3.1.4
-pkgrel=1
+pkgrel=2
pkgdesc='Qt implementation of wxWidgets API for GUI'
arch=('x86_64')
url="https://wxwidgets.org"
license=('custom:wxWindows')
depends=('libsecret' 'qt5-base')
+makedepends=('glu')
conflicts=('wxgtk-common')
source=("https://github.com/wxWidgets/wxWidgets/releases/download/v${pkgver}/wxWidgets-${pkgver}.tar.bz2")
sha1sums=('f8c77e6336b5f6414b07e27baa489fb8abc620c4')