[arch-commits] Commit in gdk-pixbuf-xlib/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Nov 13 16:00:37 UTC 2020


    Date: Friday, November 13, 2020 @ 16:00:37
  Author: heftig
Revision: 400755

2.40.2-1

Modified:
  gdk-pixbuf-xlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-13 15:03:52 UTC (rev 400754)
+++ PKGBUILD	2020-11-13 16:00:37 UTC (rev 400755)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 
 pkgname=gdk-pixbuf-xlib
-pkgver=0+23
+pkgver=2.40.2
 pkgrel=1
 pkgdesc="Deprecated Xlib integration for GdkPixbuf"
 arch=(x86_64)
@@ -9,14 +9,13 @@
 license=(LGPL2.1)
 depends=(gdk-pixbuf2 libx11)
 makedepends=(gtk-doc git meson)
-_commit=3116b8ae55501cf48d16970aa2b50a5530e15223  # master
+_commit=c142b818801e0affceea4a2139cf5630a283e54e  # tags/2.40.2^0
 source=("git+$url.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  #git describe --tags | sed 's/-/+/g'
-  echo "0+$(git rev-list --count HEAD)"
+  git describe --tags | sed 's/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list