summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072020-09-15 17:12:35 +0200
committersL1pKn072020-09-15 17:12:35 +0200
commit857c93f2159b44bcdb68f90212d3c7a67c679c08 (patch)
tree97701dfdc82024d09e680e1c5666d4245c174aef /PKGBUILD
parent6dde601e28515a01ee8be7c2f6a2e923214da61d (diff)
downloadaur-857c93f2159b44bcdb68f90212d3c7a67c679c08.tar.gz
Add missing wxcommon-light to wxbase-light depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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'
)