summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabioLolix2022-07-07 13:32:48 +0200
committerFabioLolix2022-07-07 13:32:48 +0200
commit923dbb3f781629d5f2e0dc11981017d5e959e264 (patch)
treee58ce951ee0194503a9d11dd275a752427a50690 /PKGBUILD
parent1b9ce56b3ae11175dba3f8f382dd4bc74ec1414c (diff)
downloadaur-923dbb3f781629d5f2e0dc11981017d5e959e264.tar.gz
change branch: 3.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e7c23b33c04..7799a341b86b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Peter Mattern <pmattern at arcor dot de>
pkgname=wxgtk-git
-pkgver=3.1.5.r1546.g1c5e66a12c
+pkgver=3.2.0.r3.gdeffbf1623
pkgrel=1
pkgdesc="GTK+3 implementation of wxWidgets API for GUI"
arch=(x86_64)
@@ -12,7 +12,7 @@ depends=(gtk3 gst-plugins-bad libnotify libsecret)
makedepends=(git glu)
provides=(wxgtk3 wxgtk-common)
conflicts=(wxgtk3 wxgtk-common wxgtk2)
-source=("wxwidgets::git+https://github.com/wxWidgets/wxWidgets.git"
+source=("wxwidgets::git+https://github.com/wxWidgets/wxWidgets.git#branch=3.2"
"git+https://github.com/wxWidgets/Catch.git"
"git+https://github.com/wxWidgets/pcre.git"
"git+https://github.com/wxWidgets/nanosvg")
@@ -64,6 +64,5 @@ build() {
package() {
cd wxwidgets
make DESTDIR="$pkgdir" install
-
install -D -m644 docs/licence.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
}