Date: Wednesday, January 18, 2023 @ 16:58:34
Author: blakkheim
Revision: 1386912
archrelease: copy trunk to community-any
Added:
ttf-ubuntumono-nerd/repos/community-any/PKGBUILD
(from rev 1386911, ttf-ubuntumono-nerd/trunk/PKGBUILD)
Deleted:
ttf-ubuntumono-nerd/repos/community-any/PKGBUILD
----------+
PKGBUILD | 50 ++++++++++++++++++++++++--------------------------
1 file changed, 24 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-18 16:58:11 UTC (rev 1386911)
+++ PKGBUILD 2023-01-18 16:58:34 UTC (rev 1386912)
@@ -1,26 +0,0 @@
-# Maintainer: T.J. Townsend <[email protected]>
-# Contributor: Agustin Carrasco <asermax at gmail dot com>
-
-pkgname=ttf-ubuntumono-nerd
-pkgver=2.2.2
-pkgrel=3
-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"
- "LICENSE-${pkgver}::${url}/raw/v${pkgver}/LICENSE")
-sha256sums=('6a5b0cf6ec7c20c93d3854d0ffa1f0944ad18d11b6574d057b401ece63f64c56'
- '245b522abb5aba0d8e84898bf6d5e95102620637626106bfd0061189a2370360')
-
-prepare() {
- find "${srcdir}" -name '*Windows*' -delete
-}
-
-package() {
- install -Dm644 *.ttf -t "${pkgdir}/usr/share/fonts/TTF"
- install -Dm644 LICENSE-${pkgver}
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
Copied: ttf-ubuntumono-nerd/repos/community-any/PKGBUILD (from rev 1386911,
ttf-ubuntumono-nerd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-18 16:58:34 UTC (rev 1386912)
@@ -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.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"
+}