Date: Wednesday, January 18, 2023 @ 21:19:38
Author: blakkheim
Revision: 1386948
archrelease: copy trunk to community-any
Added:
ttf-ubuntumono-nerd/repos/community-any/PKGBUILD
(from rev 1386947, ttf-ubuntumono-nerd/trunk/PKGBUILD)
Deleted:
ttf-ubuntumono-nerd/repos/community-any/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-18 21:19:15 UTC (rev 1386947)
+++ PKGBUILD 2023-01-18 21:19:38 UTC (rev 1386948)
@@ -1,24 +0,0 @@
-# Maintainer: T.J. Townsend <[email protected]>
-# Contributor: Agustin Carrasco <asermax at gmail dot com>
-
-pkgname=ttf-ubuntumono-nerd
-pkgver=2.3.0
-pkgrel=1
-pkgdesc="Patched font Ubuntu Mono from nerd-fonts library"
-arch=("any")
-url="https://github.com/ryanoasis/nerd-fonts"
-license=("MIT")
-provides=(ttf-font-nerd)
-conflicts=(nerd-fonts-ubuntu-mono)
-replaces=(nerd-fonts-ubuntu-mono)
-source=("ubuntumono-${pkgver}.zip::${url}/releases/download/v${pkgver}/UbuntuMono.zip")
-sha256sums=('f8dfd23f9f214f083d7ecdeb68b04bf5eb038a984c9c40000b6eef3c8b30ed67')
-
-prepare() {
- find "${srcdir}" -name '*Windows*' -delete
-}
-
-package() {
- install -Dm644 *.ttf -t "${pkgdir}/usr/share/fonts/TTF"
- install -Dm644 LICENCE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
Copied: ttf-ubuntumono-nerd/repos/community-any/PKGBUILD (from rev 1386947,
ttf-ubuntumono-nerd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-18 21:19:38 UTC (rev 1386948)
@@ -0,0 +1,24 @@
+# Maintainer: T.J. Townsend <[email protected]>
+# Contributor: Agustin Carrasco <asermax at gmail dot com>
+
+pkgname=ttf-ubuntumono-nerd
+pkgver=2.3.1
+pkgrel=1
+pkgdesc="Patched font Ubuntu Mono from nerd-fonts library"
+arch=("any")
+url="https://github.com/ryanoasis/nerd-fonts"
+license=("MIT")
+provides=(ttf-font-nerd)
+conflicts=(nerd-fonts-ubuntu-mono)
+replaces=(nerd-fonts-ubuntu-mono)
+source=("ubuntumono-${pkgver}.zip::${url}/releases/download/v${pkgver}/UbuntuMono.zip")
+sha256sums=('f8dfd23f9f214f083d7ecdeb68b04bf5eb038a984c9c40000b6eef3c8b30ed67')
+
+prepare() {
+ find "${srcdir}" -name '*Windows*' -delete
+}
+
+package() {
+ install -Dm644 *.ttf -t "${pkgdir}/usr/share/fonts/TTF"
+ install -Dm644 LICENCE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}