Date: Monday, December 27, 2021 @ 20:01:30 Author: heftig Revision: 433173
41-1 Modified: gitg/trunk/PKGBUILD ----------+ PKGBUILD | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-27 19:25:04 UTC (rev 433172) +++ PKGBUILD 2021-12-27 20:01:30 UTC (rev 433173) @@ -1,17 +1,18 @@ # Contributor: Eric Bélanger <[email protected]> pkgname=gitg -pkgver=3.32.1+r23+g33bb5d2d -pkgrel=2 +pkgver=41 +pkgrel=1 epoch=2 pkgdesc="GNOME GUI client to view git repositories" url="https://wiki.gnome.org/Apps/Gitg" arch=(x86_64) license=(GPL) -depends=(gtksourceview3 git libgit2-glib libgee webkit2gtk libpeas gtkspell3 - python-gobject libdazzle) -makedepends=(gobject-introspection git meson vala) -_commit=33bb5d2d896fcf2fc9a2ed50b236b727c5364895 # gnome-3-32 +depends=(glib2 gtk3 gtksourceview4 gobject-introspection-runtime libgit2-glib + libgee json-glib gsettings-desktop-schemas libpeas gspell libdazzle + libsecret libxml2) +makedepends=(git meson gobject-introspection vala python-gobject) +_commit=1adffb6b3ce97626f2ed23885d6d0e44a2764cbe # tags/v41^0 source=("git+https://gitlab.gnome.org/GNOME/gitg.git#commit=$_commit") sha256sums=('SKIP') @@ -22,9 +23,6 @@ prepare() { cd gitg - - # fix tests - git cherry-pick -n b9f102c760adaee8185567007bcbe3b6604754f2 } build() {
