summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Oppenlander2021-02-26 09:12:04 +1100
committerPatrick Oppenlander2021-02-26 09:12:04 +1100
commite65529c92bb9c919a6c93bdf883c1ad2ebd319c3 (patch)
treec23bbc2642af0f7fb0d3353eadccb6f9eb1dc502
parent9911968b0a9b034d5a6b8f33e3bcbbdff42878d3 (diff)
downloadaur-e65529c92bb9c919a6c93bdf883c1ad2ebd319c3.tar.gz
upgpkg: cairo-minimal 1.17.4-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 863ef0c75be7..db85c5ce3860 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cairo-minimal
pkgdesc = A vector graphics library - build with minimal dependencies
- pkgver = 1.17.2+25+gaee96d175
+ pkgver = 1.17.4
pkgrel = 1
url = https://cairographics.org/
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = cairo-minimal
depends = lzo
provides = cairo
replaces = cairo
- source = git+https://gitlab.freedesktop.org/cairo/cairo.git#commit=aee96d175d8349945a6d1948a56abd4b4ec6ad84
+ source = git+https://gitlab.freedesktop.org/cairo/cairo.git#commit=156cd3eaaebfd8635517c2baf61fcf3627ff7ec2
sha1sums = SKIP
pkgname = cairo-minimal
diff --git a/PKGBUILD b/PKGBUILD
index 846806d90ca3..5114e0c566ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Patrick Oppenlander <patrick.oppenlander@gmail.com>
pkgname=cairo-minimal
-pkgver=1.17.2+25+gaee96d175
+pkgver=1.17.4
pkgrel=1
pkgdesc="A vector graphics library - build with minimal dependencies"
url="https://cairographics.org/"
@@ -10,7 +10,7 @@ license=(LGPL MPL)
depends=(libpng fontconfig pixman glib2 lzo)
provides=(cairo)
replaces=(cairo)
-_commit=aee96d175d8349945a6d1948a56abd4b4ec6ad84
+_commit=156cd3eaaebfd8635517c2baf61fcf3627ff7ec2
source=("git+https://gitlab.freedesktop.org/cairo/cairo.git#commit=$_commit")
sha1sums=('SKIP')