Date: Friday, February 10, 2023 @ 00:12:48
Author: ainola
Revision: 1399291
archrelease: copy trunk to community-any
Added:
ttf-ionicons/repos/community-any/PKGBUILD
(from rev 1399290, ttf-ionicons/trunk/PKGBUILD)
Deleted:
ttf-ionicons/repos/community-any/PKGBUILD
----------+
PKGBUILD | 38 +++++++++++++++++++-------------------
1 file changed, 19 insertions(+), 19 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-10 00:12:27 UTC (rev 1399290)
+++ PKGBUILD 2023-02-10 00:12:48 UTC (rev 1399291)
@@ -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.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/"
-}
Copied: ttf-ionicons/repos/community-any/PKGBUILD (from rev 1399290,
ttf-ionicons/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-10 00:12:48 UTC (rev 1399291)
@@ -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.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=('511e9977eae5d81e1f08d49b5c93b1f477fd6e47c746aef76dc984ec27fa4e25')
+
+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/"
+}