summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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/
}