From eead92f3856c63d55f91d4201e6842540d19b4bb Mon Sep 17 00:00:00 2001 From: kth5 Date: Thu, 15 Aug 2024 06:40:32 +0200 Subject: [PATCH] * update ttf-carlito to 20230509-2 --- ttf-carlito/.SRCINFO | 15 +++++++++++++++ ttf-carlito/.nvchecker.toml | 4 ++++ ttf-carlito/PKGBUILD | 4 ++-- 3 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 ttf-carlito/.SRCINFO create mode 100644 ttf-carlito/.nvchecker.toml diff --git a/ttf-carlito/.SRCINFO b/ttf-carlito/.SRCINFO new file mode 100644 index 0000000000..f962be23ee --- /dev/null +++ b/ttf-carlito/.SRCINFO @@ -0,0 +1,15 @@ +pkgbase = ttf-carlito + pkgdesc = Google's Carlito font + pkgver = 20230509 + pkgrel = 2 + url = https://fonts.google.com/specimen/Carlito + arch = any + license = LicenseRef-OFL + makedepends = git + provides = google-crosextra-carlito-fonts + source = git+https://github.com/googlefonts/carlito#commit=3a810cab78ebd6e2e4eed42af9e8453c4f9b850a + source = 62-carlito.conf + sha256sums = SKIP + sha256sums = 31a74cd8044c8c8644f1555c06f406559f2e14334dd671a608145431a4299bd3 + +pkgname = ttf-carlito diff --git a/ttf-carlito/.nvchecker.toml b/ttf-carlito/.nvchecker.toml new file mode 100644 index 0000000000..1b21d768f4 --- /dev/null +++ b/ttf-carlito/.nvchecker.toml @@ -0,0 +1,4 @@ +[ttf-carlito] +source = "git" +git = "https://github.com/googlefonts/carlito.git" +use_commit = true diff --git a/ttf-carlito/PKGBUILD b/ttf-carlito/PKGBUILD index 6cfb7bdac7..b6020379d0 100644 --- a/ttf-carlito/PKGBUILD +++ b/ttf-carlito/PKGBUILD @@ -6,10 +6,10 @@ pkgname=ttf-carlito pkgver=20230509 _commit=3a810cab78ebd6e2e4eed42af9e8453c4f9b850a -pkgrel=1 +pkgrel=2 pkgdesc="Google's Carlito font" arch=(any) -license=(custom:OFL) +license=('LicenseRef-OFL') url='https://fonts.google.com/specimen/Carlito' makedepends=('git') provides=(google-crosextra-carlito-fonts)