summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2023-09-27 20:15:30 +0800
committerpingplug2023-09-27 20:15:30 +0800
commitfc07738e581da7930f36e4ee25f014f0b2a7c5b8 (patch)
tree7e22df2ce9fb1688b7a3c575ff03798656041c8b
parent95717e86e9bd7f017ef0f1f1a5318eaf2642d3c0 (diff)
downloadaur-fc07738e581da7930f36e4ee25f014f0b2a7c5b8.tar.gz
updated to 1.18.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06814589e0d5..7d92aa2632da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-cairo
pkgdesc = 2D graphics library with support for multiple output devices (mingw-w64)
- pkgver = 1.17.8
+ pkgver = 1.18.0
pkgrel = 1
url = https://cairographics.org
arch = any
@@ -20,7 +20,7 @@ pkgbase = mingw-w64-cairo
options = !strip
options = !buildflags
options = staticlibs
- source = git+https://gitlab.freedesktop.org/cairo/cairo.git#commit=c3b672634f0635af1ad0ffa8c15b34fc7c1035cf
+ source = git+https://gitlab.freedesktop.org/cairo/cairo.git#commit=3909090108bb2db55330e3eb148aebe664735363
source = 0026-create-argb-fonts.all.patch
sha256sums = SKIP
sha256sums = 6db6c44fbdb4926d09afa978fe80430186c4b7b7d255059602b1f94c6a079975
diff --git a/PKGBUILD b/PKGBUILD
index 95cb057c59b8..4506d10fc2e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
# Contributor: Xiao-Long Chen < chenxiaolong at cxl dot epac dot to >
-_commit=c3b672634f0635af1ad0ffa8c15b34fc7c1035cf # tags/1.17.8^0
+_commit=3909090108bb2db55330e3eb148aebe664735363 # tags/1.18.0^0
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-cairo
-pkgver=1.17.8
+pkgver=1.18.0
pkgrel=1
pkgdesc="2D graphics library with support for multiple output devices (mingw-w64)"
arch=('any')