[arch-commits] Commit in ttf-junicode/repos/community-any (PKGBUILD PKGBUILD)

Caleb Maclennan alerque at gemini.archlinux.org
Wed Jan 12 21:52:31 UTC 2022


    Date: Wednesday, January 12, 2022 @ 21:52:30
  Author: alerque
Revision: 1101768

archrelease: copy trunk to community-any

Added:
  ttf-junicode/repos/community-any/PKGBUILD
    (from rev 1101766, ttf-junicode/trunk/PKGBUILD)
Deleted:
  ttf-junicode/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-12 21:52:22 UTC (rev 1101767)
+++ PKGBUILD	2022-01-12 21:52:30 UTC (rev 1101768)
@@ -1,20 +0,0 @@
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Firmicus <francois.archlinux.org>
-
-pkgname=ttf-junicode
-pkgver=1.003
-pkgrel=1
-pkgdesc='Junius-Unicode: Font for Medievalists'
-url='https://github.com/psb1558/Junicode-font/'
-license=('custom:OFL')
-arch=(any)
-source=("ttf-junicode-$pkgver::https://github.com/psb1558/Junicode-font/archive/refs/tags/v$pkgver.tar.gz")
-# N.B.: checksum provided by packager, not upstream
-sha256sums=(cc68f8be8836f49389e1f9957089cdfb4c23c6b5f5645c72ce6fdb2167d941c3)
-
-package() {
-	cd "Junicode-font-$pkgver"
-	install -Dm644 legacy/*.ttf -t "$pkgdir/usr/share/fonts/junicode"
-	install -Dm644 docs/Junicode.pdf "$pkgdir/usr/share/doc/ttf-junicode/Junicode.pdf"
-	install -Dm644 OFL.txt "$pkgdir/usr/share/licenses/ttf-junicode/OFL.txt"
-}

Copied: ttf-junicode/repos/community-any/PKGBUILD (from rev 1101766, ttf-junicode/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-12 21:52:30 UTC (rev 1101768)
@@ -0,0 +1,20 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Firmicus <francois.archlinux.org>
+
+pkgname=ttf-junicode
+pkgver=1.003
+pkgrel=2
+pkgdesc='Junius-Unicode: Font for Medievalists'
+url='https://github.com/psb1558/Junicode-font/'
+license=('custom:OFL')
+arch=(any)
+source=("ttf-junicode-$pkgver.tar.gz::https://github.com/psb1558/Junicode-font/archive/refs/tags/v$pkgver.tar.gz")
+# N.B.: checksum provided by packager, not upstream
+sha256sums=('cc68f8be8836f49389e1f9957089cdfb4c23c6b5f5645c72ce6fdb2167d941c3')
+
+package() {
+	cd "Junicode-font-$pkgver"
+	install -Dm644 legacy/*.ttf -t "$pkgdir/usr/share/fonts/junicode"
+	install -Dm644 docs/Junicode.pdf "$pkgdir/usr/share/doc/ttf-junicode/Junicode.pdf"
+	install -Dm644 OFL.txt "$pkgdir/usr/share/licenses/ttf-junicode/OFL.txt"
+}



More information about the arch-commits mailing list