summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")