Date: Wednesday, January 18, 2023 @ 16:53:58
  Author: blakkheim
Revision: 1386906

archrelease: copy trunk to community-any

Added:
  ttf-iosevka-nerd/repos/community-any/PKGBUILD
    (from rev 1386905, ttf-iosevka-nerd/trunk/PKGBUILD)
Deleted:
  ttf-iosevka-nerd/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   59 ++++++++++++++++++++++++++++-------------------------------
 1 file changed, 28 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-18 16:53:34 UTC (rev 1386905)
+++ PKGBUILD    2023-01-18 16:53:58 UTC (rev 1386906)
@@ -1,31 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: Tommaso Sardelli <[email protected]>
-# Contributor: Sri Harsha <[email protected]>
-
-pkgname=ttf-iosevka-nerd
-pkgver=2.2.2
-pkgrel=1
-pkgdesc='Typeface family designed for coding, terminal use and technical 
documents (Nerd Fonts)'
-arch=(any)
-url=https://github.com/ryanoasis/nerd-fonts
-license=(MIT)
-provides=(ttf-font-nerd)
-conflicts=(nerd-fonts-iosevka)
-replaces=(nerd-fonts-iosevka)
-source=(
-  
"Iosevka-nerd-v${pkgver}.zip::https://github.com/ryanoasis/nerd-fonts/releases/download/v${pkgver}/Iosevka.zip";
-  "https://github.com/ryanoasis/nerd-fonts/raw/v${pkgver}/LICENSE";
-)
-b2sums=('04fe963c0e2c4bc076854c1b6d7382a4e9222ead92e320ad369a230c771be9c88300cd2f2cd4d8b4bfbe9a66d76577390fa750e46735be993b51eb0f9e87631e'
-        
'ece38b21e41c31a10260b2a99ea23661a945c11b5edbcb625b0e317be59050cc3bc04d72d4b36f94d89c263fd742d31b55f449057ad54a7e912cd1b472a38a84')
-
-prepare() {
-  find "${srcdir}" -name '*Windows*' -delete
-}
-
-package() {
-  install -Dm 644 *.ttf -t "${pkgdir}"/usr/share/fonts/TTF/
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/ttf-iosevka-nerd/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ttf-iosevka-nerd/repos/community-any/PKGBUILD (from rev 1386905, 
ttf-iosevka-nerd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-18 16:53:58 UTC (rev 1386906)
@@ -0,0 +1,28 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Maintainer: T.J. Townsend <[email protected]>
+# Contributor: Tommaso Sardelli <[email protected]>
+# Contributor: Sri Harsha <[email protected]>
+
+pkgname=ttf-iosevka-nerd
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='Typeface family designed for coding, terminal use and technical 
documents (Nerd Fonts)'
+arch=(any)
+url=https://github.com/ryanoasis/nerd-fonts
+license=(MIT)
+provides=(ttf-font-nerd)
+conflicts=(nerd-fonts-iosevka)
+replaces=(nerd-fonts-iosevka)
+source=("iosevka-${pkgver}.zip::${url}/releases/download/v${pkgver}/Iosevka.zip")
+sha256sums=('75e1a1a9d2a9440cbe4d475654a2b837598e21b66b60c24b89bb43e03658ebc8')
+
+prepare() {
+  find "${srcdir}" -name '*Windows*' -delete
+}
+
+package() {
+  install -Dm644 *.ttf -t "${pkgdir}"/usr/share/fonts/TTF/
+  install -Dm644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to