summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072020-09-15 17:12:35 +0200
committersL1pKn072020-09-15 17:12:35 +0200
commit857c93f2159b44bcdb68f90212d3c7a67c679c08 (patch)
tree97701dfdc82024d09e680e1c5666d4245c174aef
parent6dde601e28515a01ee8be7c2f6a2e923214da61d (diff)
downloadaur-857c93f2159b44bcdb68f90212d3c7a67c679c08.tar.gz
Add missing wxcommon-light to wxbase-light depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db2fb6b0b34c..584e7c3e5121 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wxwidgets-light
pkgdesc = wxWidgets suite for Base and GTK2 and GTK3 toolkits (GNOME/GStreamer free!)
pkgver = 3.0.5.1
- pkgrel = 1
+ pkgrel = 2
url = http://wxwidgets.org
arch = x86_64
license = custom:wxWindows
@@ -20,6 +20,7 @@ pkgbase = wxwidgets-light
pkgname = wxbase-light
pkgdesc = wxWidgets Base (GNOME/GStreamer free!)
+ depends = wxcommon-light
depends = bash
depends = expat
depends = zlib
diff --git a/PKGBUILD b/PKGBUILD
index 663962e0c0a2..11a970620a38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=('wxbase-light'
'wxcommon-light'
)
pkgver=3.0.5.1
-pkgrel=1
+pkgrel=2
pkgdesc="wxWidgets suite for Base and GTK2 and GTK3 toolkits (GNOME/GStreamer free!)"
arch=('x86_64')
url='http://wxwidgets.org'
@@ -85,7 +85,8 @@ build() {
package_wxbase-light() {
pkgdesc="wxWidgets Base (GNOME/GStreamer free!)"
- depends=('bash'
+ depends=('wxcommon-light'
+ 'bash'
'expat'
'zlib'
)