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

Brett Cornwall ainola at archlinux.org
Fri Oct 9 02:05:39 UTC 2020


    Date: Friday, October 9, 2020 @ 02:05:36
  Author: ainola
Revision: 722264

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-09 02:05:22 UTC (rev 722263)
+++ PKGBUILD	2020-10-09 02:05:36 UTC (rev 722264)
@@ -1,19 +0,0 @@
-# Maintainer: Brett Cornwall <ainola at archlinux.org>
-# Contributor: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=ttf-ionicons
-pkgver=5.0.0
-pkgrel=1
-pkgdesc='Font from the Ionic mobile framework'
-arch=('any')
-license=('MIT')
-url='https://ionicons.com/'
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ionic-team/ionicons/archive/${pkgver/_/-}.tar.gz")
-sha256sums=('8a92b14554cecb043d371351590b66d8f848655c1ad9187ca0458e2017601572')
-
-package() {
-    cd "ionicons-${pkgver/_/-}"
-    install -Dm644 docs/fonts/ionicons.ttf -t "$pkgdir/usr/share/fonts/TTF/"
-    install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: ttf-ionicons/repos/community-any/PKGBUILD (from rev 722263, ttf-ionicons/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-09 02:05:36 UTC (rev 722264)
@@ -0,0 +1,19 @@
+# Maintainer: Brett Cornwall <ainola at archlinux.org>
+# Contributor: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=ttf-ionicons
+pkgver=5.2.3
+pkgrel=1
+pkgdesc='Font from the Ionic mobile framework'
+arch=('any')
+license=('MIT')
+url='https://ionicons.com/'
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ionic-team/ionicons/archive/v${pkgver/_/-}.tar.gz")
+sha256sums=('432a06fe7f79f165fea84bd069a1572f2c7ce66e255bd7494130ace7e202cb3c')
+
+package() {
+    cd "ionicons-${pkgver/_/-}"
+    install -Dm644 docs/fonts/ionicons.ttf -t "$pkgdir/usr/share/fonts/TTF/"
+    install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}



More information about the arch-commits mailing list