summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwestpain2023-09-17 15:26:28 +0300
committerwestpain2023-09-17 15:26:28 +0300
commit44c9c6f7521189e9613853bc022a205cad758c6f (patch)
tree9f7b60e0f1f445e79e387dd1d593245c987b7398
parentee310dabb3d400300c78b84619006f5b7694076a (diff)
downloadaur-ttf-segoe-fluent-icons.tar.gz
did everything wrong, using mv now
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32ffddfcf2d5..bf06cc0e41f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ttf-segoe-fluent-icons
pkgdesc = Font containing a collection of icons that used in Windows.
pkgver = 1.0
- pkgrel = 2
+ pkgrel = 3
url = https://docs.microsoft.com/windows/apps/design/downloads/#fonts
arch = any
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 1caa1b86020c..9d2b13b429b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: westpain <homicide@disroot.org>
pkgname=ttf-segoe-fluent-icons
pkgver=1.0
-pkgrel=2
+pkgrel=3
pkgdesc='Font containing a collection of icons that used in Windows.'
arch=('any')
license=('custom')
@@ -10,6 +10,7 @@ source=("https://aka.ms/SegoeFluentIcons")
sha256sums=('87208b9543ad17383a1b1b292fe9133c546ba20b2bc824975be372a4851b3e44')
package() {
- install -Dm644 -t "$pkgdir/usr/share/fonts/TTF/Segoe-Fluent-Icons.ttf" "$srcdir/Segoe Fluent Icons.ttf"
+ mv "$srcdir/Segoe Fluent Icons.ttf" "$srcdir/Segoe-Fluent-Icons.ttf"
+ install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" "$srcdir/Segoe-Fluent-Icons.ttf"
install -Dm644 "$srcdir/EULA.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}