Date: Sunday, December 30, 2018 @ 14:38:01
  Author: ainola
Revision: 419241

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-12-30 14:37:43 UTC (rev 419240)
+++ PKGBUILD    2018-12-30 14:38:01 UTC (rev 419241)
@@ -1,19 +0,0 @@
-# Maintainer: Alexander F. Rødseth <[email protected]>
-# Contributor: Andrea Scarpino <[email protected]>
-
-pkgname=ttf-ionicons
-pkgver=4.5.0
-pkgrel=1
-pkgdesc='Font from Ionic 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=('b901663b01a1434a98d6ca53cbbb027fb39d222a65dc75075d32d6755539de74')
-
-package() {
-  cd "ionicons-$pkgver"
-  install -Dm644 docs/fonts/ionicons.ttf \
-    "$pkgdir/usr/share/fonts/TTF/ionicons.ttf"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ttf-ionicons/repos/community-any/PKGBUILD (from rev 419240, 
ttf-ionicons/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-12-30 14:38:01 UTC (rev 419241)
@@ -0,0 +1,19 @@
+# Contributor: Ainola <[email protected]>
+# Contributor: Alexander F. Rødseth <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=ttf-ionicons
+pkgver=4.5.1
+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=('6125a684e7981b3b9a302850a63bbea428de9876f6ff83da4f50786210450143')
+
+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/"
+}

Reply via email to