Date: Monday, October 14, 2019 @ 20:19:56
  Author: heftig
Revision: 364821

2.46.2-1

Modified:
  librsvg/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-10-14 20:09:03 UTC (rev 364820)
+++ PKGBUILD    2019-10-14 20:19:56 UTC (rev 364821)
@@ -1,7 +1,7 @@
 # Maintainer: Jan de Groot <[email protected]>
 
 pkgname=librsvg
-pkgver=2.46.1
+pkgver=2.46.2
 pkgrel=1
 epoch=2
 pkgdesc="SVG rendering library"
@@ -10,7 +10,7 @@
 license=(LGPL)
 depends=(gdk-pixbuf2 pango libcroco)
 makedepends=(gobject-introspection vala gtk-doc git rust)
-_commit=7ee553d5f99ceb741d4e1751e39fef345107b4f4  # librsvg-2.46
+_commit=fbf5f6d127575ee71eb18fd1538369e9ddd2f669  # tags/2.46.2^0
 source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -22,9 +22,6 @@
 prepare() {
   cd $pkgname
 
-  # Fixup missing tag
-  git tag -f 2.46.1 7ee553d5f99ceb741d4e1751e39fef345107b4f4
-
   NOCONFIGURE=1 ./autogen.sh
 }
 

Reply via email to