summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072017-08-05 16:46:27 +0200
committersL1pKn072017-08-05 16:46:27 +0200
commit4cdca8c8ef04b2801fa881067d439a79f2861413 (patch)
tree1df01bc9ffe1b9cd766874a791fee6347234d498
parent1911db7d62fcc820224dbfea0879e65df006ebf5 (diff)
downloadaur-4cdca8c8ef04b2801fa881067d439a79f2861413.tar.gz
ops
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cfea88bfdcc..335f635ff62e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Aug 5 14:37:24 UTC 2017
+# Sat Aug 5 14:46:22 UTC 2017
pkgbase = wxwidgets-light
pkgdesc = wxWidgets suite for Base and GTK2 and GTK3 toolkits (GNOME/GStreamer free!)
pkgver = 3.0.3
@@ -38,6 +38,7 @@ pkgname = wxgtk2-light
provides = wxgtk
provides = wxgtk2
conflicts = wxgtk
+ conflicts = wxgtk2
options = !emptydirs
pkgname = wxgtk3-light
@@ -56,5 +57,6 @@ pkgname = wxcommon-light
provides = wxcommon
provides = wxgtk-common
conflicts = wxcommon
+ conflicts = wxgtk-common
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 7b02d7c8cb29..b8aba26f4797 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -109,7 +109,9 @@ package_wxgtk2-light() {
provides=('wxgtk'
'wxgtk2'
)
- conflicts=('wxgtk')
+ conflicts=('wxgtk'
+ 'wxgtk2'
+ )
options=('!emptydirs')
make -C build-gtk2 DESTDIR="${pkgdir}" install
@@ -151,7 +153,9 @@ package_wxcommon-light() {
provides=('wxcommon'
'wxgtk-common'
)
- conflicts=('wxcommon')
+ conflicts=('wxcommon'
+ 'wxgtk-common'
+ )
options=('!emptydirs')
make -C build-gtk2 DESTDIR="${pkgdir}" install