[arch-commits] Commit in glade/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sat Nov 21 19:48:48 UTC 2020
Date: Saturday, November 21, 2020 @ 19:48:48
Author: heftig
Revision: 401649
3.38.2-1
Modified:
glade/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-21 19:48:01 UTC (rev 401648)
+++ PKGBUILD 2020-11-21 19:48:48 UTC (rev 401649)
@@ -2,8 +2,8 @@
# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
pkgname=glade
-pkgver=3.38.1
-pkgrel=3
+pkgver=3.38.2
+pkgrel=1
pkgdesc="User Interface Builder for GTK+ applications"
url="https://glade.gnome.org/"
arch=(x86_64)
@@ -15,7 +15,7 @@
optdepends=('devhelp: development help')
groups=(gnome-extra)
provides=(libgladeui-2.so)
-_commit=9b3f55387f03920e1bf1cea9b7e9c911421cbb3e # tags/GLADE_3_38_1^0
+_commit=152031927c60c167ae7b035a78fca4d70678775c # glade-3-38
source=("git+https://gitlab.gnome.org/GNOME/glade.git#commit=$_commit"
python-dep.diff)
sha256sums=('SKIP'
@@ -29,6 +29,9 @@
prepare() {
cd $pkgname
+ # Add missing tag
+ git tag -f GLADE_3_38_2 152031927c60c167ae7b035a78fca4d70678775c
+
# Fix build with Python 3.9
git apply -3 ../python-dep.diff
}
More information about the arch-commits
mailing list