summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Weimar2023-05-07 15:28:16 +0200
committerMarkus Weimar2023-05-07 15:28:16 +0200
commit677d49b7dab53c90e96ae2397a9eaa2936a5a394 (patch)
treeba0a6b846a7fabab6fa90d3e09b191e6fc6010b3
parent74e1b468abe3ce91414e222e7daf9b131e1f654e (diff)
downloadaur-677d49b7dab53c90e96ae2397a9eaa2936a5a394.tar.gz
Add `noto-fonts` to "provides" array.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1cacb37504e..dd4f88a08af4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = noto-fonts-main
pkgdesc = Google Noto for Latin, Greek, Cyrillic scripts.
pkgver = 20230428
- pkgrel = 1
+ pkgrel = 2
epoch = 2
url = https://fonts.google.com/noto
arch = any
license = OFL
+ provides = noto-fonts
conflicts = noto-fonts
conflicts = noto-fonts-extra
source = https://www.markusweimar.de/public/noto-fonts-main-20230428.tar.zst
diff --git a/PKGBUILD b/PKGBUILD
index ce1515c2cc07..a010a4a6cd2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Markus Weimar <mail@markusweimar.de>
pkgname=noto-fonts-main
pkgver=20230428
-pkgrel=1
+pkgrel=2
epoch=2
pkgdesc='Google Noto for Latin, Greek, Cyrillic scripts.'
arch=('any')
url='https://fonts.google.com/noto'
license=('OFL')
+provides=('noto-fonts')
conflicts=('noto-fonts'
'noto-fonts-extra')
source=("https://www.markusweimar.de/public/noto-fonts-main-${pkgver}.tar.zst")