summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authora8212024-03-25 19:31:56 +0100
committera8212024-03-25 19:31:56 +0100
commit8e7913b84ad89b7b83a6231f90ef2db37b3a4fe1 (patch)
tree68367584f9ee5f98e9fd177448328565694af49f
parente1b6ea20b8ea78d9aec8e2968e906ceef9859d3a (diff)
downloadaur-cairo-git.tar.gz
update license
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e53a659c9fd7..40ee65597dc7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = cairo-git
pkgdesc = 2D graphics library with support for multiple output devices
- pkgver = 1.18.0.r10.gf9de19ad7
+ pkgver = 1.18.0.r29.g057a949bb
pkgrel = 1
url = https://cairographics.org/
arch = x86_64
- license = LGPL
- license = MPL
+ license = LGPL-2.1-only OR MPL-1.1
makedepends = git
makedepends = gtk-doc
makedepends = meson
diff --git a/PKGBUILD b/PKGBUILD
index e30bdb868723..d43bf331bba9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,15 +6,12 @@
pkgbase=cairo-git
pkgname=(cairo-git cairo-docs-git)
-pkgver=1.18.0.r10.gf9de19ad7
+pkgver=1.18.0.r29.g057a949bb
pkgrel=1
pkgdesc="2D graphics library with support for multiple output devices"
url="https://cairographics.org/"
arch=(x86_64)
-license=(
- LGPL
- MPL
-)
+license=('LGPL-2.1-only OR MPL-1.1')
depends=(
fontconfig
freetype2