aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJavier Fernández2021-12-16 15:49:35 +0100
committerJavier Fernández2021-12-16 15:49:35 +0100
commit320d6cf7bea1e391ef079a5f88ef0d37ffe50fac (patch)
tree0813972a339307ce465121e322969f7f2fac2b2e /PKGBUILD
parent31d82e58c4445dd8bee60a38526aaf3bebcb4690 (diff)
downloadaur-320d6cf7bea1e391ef079a5f88ef0d37ffe50fac.tar.gz
Fixes license problems with pixeled-ttf due to license removal from the original zip package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb20571ce42c..5af32ac28eb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Pixeled font from http://www.dafont.com"
arch=(any)
url="http://www.dafont.com/es/pixeled.font"
-license=('custom:fontstruct')
+license=('unknown')
depends=('fontconfig' 'xorg-font-utils' 'unzip')
provides=('ttf-font')
source=("$pkgname.zip::http://dl.dafont.com/dl/?f=pixeled")
@@ -25,8 +25,4 @@ package() {
install -dm755 "$pkgdir/usr/share/fonts/TTF"
cp -dpr --no-preserve=ownership "$srcdir/$pkgname/"*.ttf "$pkgdir/usr/share/fonts/TTF/"
- # License
- cd $srcdir
- install -Dm644 "$srcdir/$pkgname/"license.txt \
- "$pkgdir/usr/share/licenses/$pkgname/license.txt"
}