Date: Wednesday, January 18, 2023 @ 16:55:59
Author: blakkheim
Revision: 1386908
archrelease: copy trunk to community-any
Added:
ttf-sourcecodepro-nerd/repos/community-any/PKGBUILD
(from rev 1386907, ttf-sourcecodepro-nerd/trunk/PKGBUILD)
Deleted:
ttf-sourcecodepro-nerd/repos/community-any/PKGBUILD
----------+
PKGBUILD | 50 ++++++++++++++++++++++++--------------------------
1 file changed, 24 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-18 16:55:36 UTC (rev 1386907)
+++ PKGBUILD 2023-01-18 16:55:59 UTC (rev 1386908)
@@ -1,26 +0,0 @@
-# Maintainer: T.J. Townsend <[email protected]
-# Contributor: P Sherbet <psherbet at psherbet dot com>
-
-pkgname=ttf-sourcecodepro-nerd
-pkgver=2.2.2
-pkgrel=1
-pkgdesc="Patched font Source Code Pro from nerd-fonts library"
-arch=("any")
-url="https://github.com/ryanoasis/nerd-fonts"
-license=("MIT")
-provides=(ttf-font-nerd)
-conflicts=(nerd-fonts-source-code-pro)
-replaces=(nerd-fonts-source-code-pro)
-source=("sourcecodepro-${pkgver}.zip::${url}/releases/download/v${pkgver}/SourceCodePro.zip"
-
"https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v${pkgver}/LICENSE")
-sha256sums=('a736448f04c73bdefefc356c024a5d9250ec086a0621c84179fc44587650c731'
- '245b522abb5aba0d8e84898bf6d5e95102620637626106bfd0061189a2370360')
-
-prepare() {
- find "${srcdir}" -name '*Windows*' -delete
-}
-
-package() {
- install -Dm644 *.ttf -t "${pkgdir}/usr/share/fonts/TTF"
- install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
Copied: ttf-sourcecodepro-nerd/repos/community-any/PKGBUILD (from rev 1386907,
ttf-sourcecodepro-nerd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-18 16:55:59 UTC (rev 1386908)
@@ -0,0 +1,24 @@
+# Maintainer: T.J. Townsend <[email protected]
+# Contributor: P Sherbet <psherbet at psherbet dot com>
+
+pkgname=ttf-sourcecodepro-nerd
+pkgver=2.3.0
+pkgrel=1
+pkgdesc="Patched font Source Code Pro from nerd-fonts library"
+arch=("any")
+url="https://github.com/ryanoasis/nerd-fonts"
+license=("MIT")
+provides=(ttf-font-nerd)
+conflicts=(nerd-fonts-source-code-pro)
+replaces=(nerd-fonts-source-code-pro)
+source=("sourcecodepro-${pkgver}.zip::${url}/releases/download/v${pkgver}/SourceCodePro.zip")
+sha256sums=('9f0d196e9edec1b9fa6f11edc67b4600ab3e3ebd008d641a3135a9297247be7d')
+
+prepare() {
+ find "${srcdir}" -name '*Windows*' -delete
+}
+
+package() {
+ install -Dm644 *.ttf -t "${pkgdir}/usr/share/fonts/TTF"
+ install -Dm644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+}