Date: Tuesday, April 10, 2018 @ 17:13:37 Author: heftig Revision: 321480
3.28.1-1 Modified: gnome-session/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-04-10 17:13:34 UTC (rev 321479) +++ PKGBUILD 2018-04-10 17:13:37 UTC (rev 321480) @@ -2,8 +2,8 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=gnome-session -pkgver=3.28.0 -pkgrel=2 +pkgver=3.28.1 +pkgrel=1 pkgdesc="The GNOME Session Handler" url="https://git.gnome.org/browse/gnome-session" arch=(x86_64) @@ -12,7 +12,7 @@ json-glib libgl libsm libxtst systemd) makedepends=(mesa gtk-doc xtrans git python xmlto docbook-xsl meson) groups=(gnome) -_commit=7b33ab3db3ac6a1402232b547611a0dd86a4b8ec # tags/3.28.0^0 +_commit=98f8e15621006e069a4c886b6084a80aa4c27663 # tags/3.28.1^0 source=("git+https://git.gnome.org/browse/gnome-session#commit=$_commit") sha256sums=('SKIP') @@ -23,9 +23,6 @@ prepare() { cd $pkgname - - # XTRANS support - git cherry-pick -n 1ece66e683258a0bfa044d074becfe207d04a748 } build() {
