summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2019-07-15 08:57:32 +0200
committerNicola Murino2019-07-15 08:57:32 +0200
commit13edad0676fa7ac51c790152131ab9789a9c562b (patch)
treede51510c52b3d620e57ab5c10b52d2096da8078b
parent0e58f8002a3d8ea98cd22175a8a740842a399ee2 (diff)
downloadaur-13edad0676fa7ac51c790152131ab9789a9c562b.tar.gz
update to 0.6.13-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13928c97a6b4..30247fee3eed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Wed May 17 02:18:43 UTC 2017
pkgbase = mingw-w64-libcroco
pkgdesc = GNOME CSS2 parsing and manipulation toolkit (mingw-w64)
- pkgver = 0.6.12+4+g9ad7287
- pkgrel = 2
- url = http://www.gnome.org/browse/libcroco
+ pkgver = 0.6.13
+ pkgrel = 1
+ url = https://gitlab.gnome.org/GNOME/libcroco
arch = any
license = LGPL
makedepends = mingw-w64-configure
@@ -16,7 +14,7 @@ pkgbase = mingw-w64-libcroco
options = staticlibs
options = !strip
options = !buildflags
- source = git+https://git.gnome.org/browse/libcroco#commit=9ad72875e9f08e4c519ef63d44cdbd94aa9504f7
+ source = git+https://gitlab.gnome.org/GNOME/libcroco.git#commit=7e15ca6c2c29a4b78367e6efa6195b331a92b2a7
sha256sums = SKIP
pkgname = mingw-w64-libcroco
diff --git a/PKGBUILD b/PKGBUILD
index 9a34593591dc..1ae2fc94bc1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
pkgname=mingw-w64-libcroco
-pkgver=0.6.12+4+g9ad7287
-pkgrel=2
+pkgver=0.6.13
+pkgrel=1
pkgdesc="GNOME CSS2 parsing and manipulation toolkit (mingw-w64)"
arch=(any)
-url="http://www.gnome.org/browse/libcroco"
+url="https://gitlab.gnome.org/GNOME/libcroco"
license=("LGPL")
makedepends=(mingw-w64-configure intltool git gtk-doc)
depends=(mingw-w64-glib2 mingw-w64-libxml2)
options=(staticlibs !strip !buildflags)
-_commit=9ad72875e9f08e4c519ef63d44cdbd94aa9504f7 # master
-source=("git+https://git.gnome.org/browse/libcroco#commit=$_commit")
+_commit=7e15ca6c2c29a4b78367e6efa6195b331a92b2a7 # tags/0.6.13^0
+source=("git+https://gitlab.gnome.org/GNOME/libcroco.git#commit=$_commit")
sha256sums=('SKIP')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"