summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-07-01 18:41:16 +0200
committerhaawda2020-07-01 18:41:16 +0200
commit9a58218a4fe26ba0195cb21d1724208bd7403ead (patch)
tree50b7593c341a5f66238d8e88b36aeff32e5a005c
parent4a996bb8c13cd4c3e2c50ed0fc59e97be4d60aeb (diff)
downloadaur-9a58218a4fe26ba0195cb21d1724208bd7403ead.tar.gz
remove dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50e24c9efc9e..4c1418e533ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,10 @@
pkgbase = otf-bitter
pkgdesc = A font specially designed for comfortably reading on any computer or device.
pkgver = 1.300
- pkgrel = 2
+ pkgrel = 3
url = http://www.huertatipografica.com/fonts/bitter-ht
arch = any
license = custom:OFL
- makedepends = unzip
- depends = fontconfig
- depends = xorg-font-utils
conflicts = otf-google-fonts-hg
source = bitter.zip::http://www.fontsquirrel.com/fonts/download/bitter
sha256sums = SKIP
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/
}