[arch-commits] Commit in ttf-iosevka-nerd/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Tue Sep 6 12:22:26 UTC 2022
Date: Tuesday, September 6, 2022 @ 12:22:26
Author: alucryd
Revision: 1294432
archrelease: copy trunk to community-any
Added:
ttf-iosevka-nerd/repos/community-any/PKGBUILD
(from rev 1294431, ttf-iosevka-nerd/trunk/PKGBUILD)
Deleted:
ttf-iosevka-nerd/repos/community-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-06 12:22:16 UTC (rev 1294431)
+++ PKGBUILD 2022-09-06 12:22:26 UTC (rev 1294432)
@@ -1,31 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Tommaso Sardelli <lacapannadelloziotom at gmail.com>
-# Contributor: Sri Harsha <toletysriharsha9 at gmail.com>
-
-pkgname=ttf-iosevka-nerd
-pkgver=2.1.0
-pkgrel=2
-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=('2de67d3aa61bc4c81b8dd6fe0a38d27363bd254e05237b491decfac3bdad7fce9ab9fac8138f8b20f8345a4059b17b13311ffc6897404c91fe8b5f1e1f9de056'
- '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 1294431, ttf-iosevka-nerd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-06 12:22:26 UTC (rev 1294432)
@@ -0,0 +1,31 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Tommaso Sardelli <lacapannadelloziotom at gmail.com>
+# Contributor: Sri Harsha <toletysriharsha9 at gmail.com>
+
+pkgname=ttf-iosevka-nerd
+pkgver=2.2.1
+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=('0bd0b08064d037cc22fdd4e9ecad748808d2d42913a7cdaa307ac6efd60ac23cfa829def3e8e2392c21e8606d6a124b1cb9e2e2d24233eadee5b6b6e1f4d5510'
+ '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:
More information about the arch-commits
mailing list