summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2020-07-01 18:41:16 +0200
committerhaawda2020-07-01 18:41:16 +0200
commit9a58218a4fe26ba0195cb21d1724208bd7403ead (patch)
tree50b7593c341a5f66238d8e88b36aeff32e5a005c /PKGBUILD
parent4a996bb8c13cd4c3e2c50ed0fc59e97be4d60aeb (diff)
downloadaur-otf-bitter.tar.gz
remove dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 567b86515a38..a5524e01bfbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,19 +4,17 @@
_fontname=bitter
pkgname=otf-${_fontname}
pkgver=1.300
-pkgrel=2
+pkgrel=3
pkgdesc='A font specially designed for comfortably reading on any computer or device.'
arch=('any')
url="http://www.huertatipografica.com/fonts/${_fontname}-ht"
license=('custom:OFL')
-depends=('fontconfig' 'xorg-font-utils')
-makedepends=('unzip')
conflicts=('otf-google-fonts-hg')
source=("${_fontname}.zip::http://www.fontsquirrel.com/fonts/download/${_fontname}")
sha256sums=('SKIP')
package() {
- install -Dm644 "SIL Open Font License.txt" "$pkgdir"/usr/share/licenses/${pkgname}/OFL
+ install -Dm644 "SIL Open Font License.txt" "$pkgdir"/usr/share/licenses/${pkgname}/SIL_Open_Font_License.txt
install -d "$pkgdir"/usr/share/fonts/OTF/
install -m644 *.otf "$pkgdir"/usr/share/fonts/OTF/
}