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

Bruno Pagani archange at archlinux.org
Wed Nov 7 07:25:14 UTC 2018


    Date: Wednesday, November 7, 2018 @ 07:25:13
  Author: archange
Revision: 402482

archrelease: copy trunk to community-any

Added:
  cormorant/repos/community-any/PKGBUILD
    (from rev 402481, cormorant/trunk/PKGBUILD)
Deleted:
  cormorant/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-07 07:24:58 UTC (rev 402481)
+++ PKGBUILD	2018-11-07 07:25:13 UTC (rev 402482)
@@ -1,25 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgbase=cormorant
-pkgname=("otf-${pkgbase}" "ttf-${pkgbase}")
-pkgver=3.504
-pkgrel=1
-pkgdesc="Open-source display font family"
-arch=('any')
-url="https://github.com/CatharsisFonts/Cormorant"
-license=('custom:OFL')
-depends=('fontconfig')
-source=(${pkgbase}-${pkgver}.tar.gz::"https://github.com/CatharsisFonts/Cormorant/archive/v${pkgver}.tar.gz")
-sha256sums=('9477119b6274cd7e8a119eaabe04d5644f4c17abca58c6904992fd1036dbc2c8')
-
-package_otf-cormorant() {
-    cd ${pkgbase^}-${pkgver}
-    install -Dm644 "2. OpenType Files/"*.otf -t "${pkgdir}"/usr/share/fonts/OTF/
-    install -Dm644 OFL.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}
-
-package_ttf-cormorant() {
-    cd ${pkgbase^}-${pkgver}
-    install -Dm644 "1. TrueType Font Files/"*.ttf -t "${pkgdir}"/usr/share/fonts/TTF/
-    install -Dm644 OFL.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: cormorant/repos/community-any/PKGBUILD (from rev 402481, cormorant/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-07 07:25:13 UTC (rev 402482)
@@ -0,0 +1,25 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgbase=cormorant
+pkgname=("otf-${pkgbase}" "ttf-${pkgbase}")
+pkgver=3.601
+pkgrel=1
+pkgdesc="Open-source display font family"
+arch=('any')
+url="https://github.com/CatharsisFonts/Cormorant"
+license=('custom:OFL')
+depends=('fontconfig')
+source=(${pkgbase}-${pkgver}.tar.gz::"https://github.com/CatharsisFonts/Cormorant/archive/v${pkgver}.tar.gz")
+sha256sums=('0cfcbf79b2079339d10b1a78a6a4f14cad799187ef5c020c51adc237e5ffc17a')
+
+package_otf-cormorant() {
+    cd ${pkgbase^}-${pkgver}
+    install -Dm644 "2. OpenType Files/"*.otf -t "${pkgdir}"/usr/share/fonts/OTF/
+    install -Dm644 OFL.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}
+
+package_ttf-cormorant() {
+    cd ${pkgbase^}-${pkgver}
+    install -Dm644 "1. TrueType Font Files/"*.ttf -t "${pkgdir}"/usr/share/fonts/TTF/
+    install -Dm644 OFL.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}



More information about the arch-commits mailing list