summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2022-07-07 13:32:48 +0200
committerFabioLolix2022-07-07 13:32:48 +0200
commit923dbb3f781629d5f2e0dc11981017d5e959e264 (patch)
treee58ce951ee0194503a9d11dd275a752427a50690
parent1b9ce56b3ae11175dba3f8f382dd4bc74ec1414c (diff)
downloadaur-923dbb3f781629d5f2e0dc11981017d5e959e264.tar.gz
change branch: 3.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9813f1c4359..d90ba9a4e9a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wxgtk-git
pkgdesc = GTK+3 implementation of wxWidgets API for GUI
- pkgver = 3.1.5.r1546.g1c5e66a12c
+ pkgver = 3.2.0.r3.gdeffbf1623
pkgrel = 1
url = https://www.wxwidgets.org
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = wxgtk-git
conflicts = wxgtk3
conflicts = wxgtk-common
conflicts = wxgtk2
- source = wxwidgets::git+https://github.com/wxWidgets/wxWidgets.git
+ source = wxwidgets::git+https://github.com/wxWidgets/wxWidgets.git#branch=3.2
source = git+https://github.com/wxWidgets/Catch.git
source = git+https://github.com/wxWidgets/pcre.git
source = git+https://github.com/wxWidgets/nanosvg
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
}