Date: Friday, March 24, 2023 @ 00:39:08
  Author: ainola
Revision: 1427482

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-24 00:38:36 UTC (rev 1427481)
+++ PKGBUILD    2023-03-24 00:39:08 UTC (rev 1427482)
@@ -1,19 +0,0 @@
-# Maintainer: Brett Cornwall <ain...@archlinux.org>
-# Contributor: Alexander F. Rødseth <xypr...@archlinux.org>
-# Contributor: Andrea Scarpino <and...@archlinux.org>
-
-pkgname=ttf-ionicons
-pkgver=7.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/v${pkgver/_/-}.tar.gz";)
-sha256sums=('9b5beb51144e3d7450e67085b5ccb81e72dcbccd3c9c1588cb8fedc13c6f73c0')
-
-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 1427481, 
ttf-ionicons/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-24 00:39:08 UTC (rev 1427482)
@@ -0,0 +1,19 @@
+# Maintainer: Brett Cornwall <ain...@archlinux.org>
+# Contributor: Alexander F. Rødseth <xypr...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=ttf-ionicons
+pkgver=7.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=('18a4a32ae7726fe21e041914179d1c91d7f90b2cc66d9391ddef3cb8b3075e73')
+
+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