[arch-commits] Commit in libgnome-games-support/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Jun 16 14:28:44 UTC 2017


    Date: Friday, June 16, 2017 @ 14:28:42
  Author: heftig
Revision: 298896

1.2.2-1

Modified:
  libgnome-games-support/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-16 13:12:02 UTC (rev 298895)
+++ PKGBUILD	2017-06-16 14:28:42 UTC (rev 298896)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=libgnome-games-support
-pkgver=1.2.0
+pkgver=1.2.2
 pkgrel=1
 pkgdesc="Code shared between GNOME games"
 url="https://git.gnome.org/browse/libgnome-games-support"
@@ -11,13 +11,13 @@
 depends=(libgee gtk3)
 makedepends=(vala git pkg-config autoconf-archive)
 groups=(gnome-extra)
-_commit=7efba9dcc3c8f3372bc7cf591171ccbbf091ae7a  # tags/1.2.0^0
-source=("git://git.gnome.org/libgnome-games-support#commit=$_commit")
+_commit=3d4fb4fde5ef3622fca23143a56487ab2b7c7f06  # tags/1.2.2-really^0
+source=("git+https://git.gnome.org/browse/libgnome-games-support#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/-really//;s/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list