Date: Saturday, January 21, 2023 @ 19:36:45
  Author: ainola
Revision: 1387511

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-21 19:36:24 UTC (rev 1387510)
+++ PKGBUILD    2023-01-21 19:36:45 UTC (rev 1387511)
@@ -1,19 +0,0 @@
-# Maintainer: Brett Cornwall <[email protected]>
-# Contributor: Alexander F. Rødseth <[email protected]>
-# Contributor: Andrea Scarpino <[email protected]>
-
-pkgname=ttf-ionicons
-pkgver=6.1.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/v${pkgver/_/-}.tar.gz";)
-sha256sums=('6c76ca57bc6c98d98981ef18344fbf619fc42e5bb8e740fd01cc2e6392776a4f')
-
-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 1387510, 
ttf-ionicons/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-21 19:36:45 UTC (rev 1387511)
@@ -0,0 +1,19 @@
+# Maintainer: Brett Cornwall <[email protected]>
+# Contributor: Alexander F. Rødseth <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=ttf-ionicons
+pkgver=6.1.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=('e80d754ddc63d731a51cbd701ea028ae1fbe5771824d7de2fd73d8d30a40bd71')
+
+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