[arch-commits] Commit in libertinus-font/repos/community-any (PKGBUILD PKGBUILD)

Caleb Maclennan alerque at gemini.archlinux.org
Thu Feb 24 19:44:14 UTC 2022


    Date: Thursday, February 24, 2022 @ 19:44:14
  Author: alerque
Revision: 1136473

archrelease: copy trunk to community-any

Added:
  libertinus-font/repos/community-any/PKGBUILD
    (from rev 1136472, libertinus-font/trunk/PKGBUILD)
Deleted:
  libertinus-font/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-24 19:43:59 UTC (rev 1136472)
+++ PKGBUILD	2022-02-24 19:44:14 UTC (rev 1136473)
@@ -1,24 +0,0 @@
-# Maintainer: Ivy Foster <iff at archlinux.org>
-# Reference: PKGBUILD(5)
-
-pkgname=libertinus-font
-pkgver=7.040
-pkgrel=1
-pkgdesc='Fonts based on Linux Libertine/Biolinum, with extended math support'
-url=https://github.com/alerque/libertinus
-license=(custom:OFL)
-
-provides=(otf-libertinus)
-replaces=(otf-libertinus)
-
-arch=(any)
-source=("https://github.com/alerque/libertinus/releases/download/v$pkgver/Libertinus-$pkgver.tar.xz")
-# Warning: checksums provided by packager, not upstream
-sha256sums=(7fe9f022722d1c1cc67dc2c28a110b3bb55bae3575196160d2422c89333b3850)
-
-package() {
-	cd "Libertinus-$pkgver"
-	install -d "$pkgdir/usr/share/fonts/libertinus"
-	install -m644 -t "$pkgdir/usr/share/fonts/libertinus" static/OTF/*.otf
-	install -Dm644 OFL.txt "$pkgdir/usr/share/licenses/libertinus-font/OFL.txt"
-}

Copied: libertinus-font/repos/community-any/PKGBUILD (from rev 1136472, libertinus-font/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-24 19:44:14 UTC (rev 1136473)
@@ -0,0 +1,24 @@
+# Maintainer: Ivy Foster <iff at archlinux.org>
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+
+pkgname=libertinus-font
+pkgver=7.040
+pkgrel=2
+pkgdesc='Fonts based on Linux Libertine/Biolinum, with extended math support'
+url=https://github.com/alerque/libertinus
+license=(custom:OFL)
+
+provides=(otf-libertinus)
+replaces=(otf-libertinus)
+
+arch=(any)
+source=("https://github.com/alerque/libertinus/releases/download/v$pkgver/Libertinus-$pkgver.tar.xz")
+# Warning: checksums provided by packager, not upstream
+sha256sums=('7fe9f022722d1c1cc67dc2c28a110b3bb55bae3575196160d2422c89333b3850')
+
+package() {
+	cd "Libertinus-$pkgver"
+	install -d "$pkgdir/usr/share/fonts/libertinus"
+	install -m644 -t "$pkgdir/usr/share/fonts/libertinus" static/OTF/*.otf
+	install -Dm644 OFL.txt "$pkgdir/usr/share/licenses/libertinus-font/OFL.txt"
+}



More information about the arch-commits mailing list