summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Horwell2021-04-11 19:12:08 +0100
committerLuke Horwell2021-04-11 19:12:08 +0100
commitaeec1838b7be4bccb5387265a1dc20f7e73b589c (patch)
treeeb6fd45bc90973efd217c9b8240dc506a5fa9116
parente59fed421574e471f09e0e8be991b2d7272f8eca (diff)
downloadaur-aeec1838b7be4bccb5387265a1dc20f7e73b589c.tar.gz
Bump release, add notebook_wheel_scroll.patch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 670c8ebfde41..87fe647649e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gtk3-classic
pkgdesc = GTK3 patched to provide a more classic experience
pkgver = 3.24.28
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/lah7/gtk3-classic
install = gtk3.install
arch = x86_64
@@ -69,7 +69,7 @@ pkgbase = gtk3-classic
conflicts = gtk3
conflicts = gtk3-typeahead
conflicts = gtk3-print-backends
- source = git+https://github.com/lah7/gtk3-classic.git#commit=ed8470be4939999902fd643d8c281619dd31add1
+ source = git+https://github.com/lah7/gtk3-classic.git#commit=66b65775822c46e07f5b2f30036010d06dbcbad4
source = https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.28.tar.xz
source = settings.ini::https://git.archlinux.org/svntogit/packages.git/plain/trunk/settings.ini?h=packages/gtk3&id=408873e9af613dc26f6d434fe489735fb8c5de75
source = gtk-query-immodules-3.0.hook::https://git.archlinux.org/svntogit/packages.git/plain/trunk/gtk-query-immodules-3.0.hook?h=packages/gtk3&id=408873e9af613dc26f6d434fe489735fb8c5de75
diff --git a/PKGBUILD b/PKGBUILD
index 9a8d95ffa93e..6b07d562909e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ _gtkver=3.24.28
pkgbase=gtk3-classic
pkgname=($pkgbase lib32-$pkgbase)
pkgver=${_gtkver}
-pkgrel=2
+pkgrel=3
pkgdesc="GTK3 patched to provide a more classic experience"
url="https://github.com/lah7/gtk3-classic"
conflicts=(gtk3 gtk3-typeahead gtk3-print-backends)
@@ -34,7 +34,7 @@ makedepends=(
)
install=gtk3.install
source=(
- git+$url.git#commit=ed8470be4939999902fd643d8c281619dd31add1
+ git+$url.git#commit=66b65775822c46e07f5b2f30036010d06dbcbad4
"https://download.gnome.org/sources/gtk+/${pkgver%.*}/gtk+-$_gtkver.tar.xz"
"settings.ini::https://git.archlinux.org/svntogit/packages.git/plain/trunk/settings.ini?h=packages/gtk3&id=$__arch_pkg_commit"
"gtk-query-immodules-3.0.hook::https://git.archlinux.org/svntogit/packages.git/plain/trunk/gtk-query-immodules-3.0.hook?h=packages/gtk3&id=$__arch_pkg_commit"