summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08ee7bc6b4c7..507fcbb2cab2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,11 @@
pkgbase = ttf-raleway
pkgdesc = An elegant sans-serif font, designed in a single thin weight.
pkgver = 20160215
- pkgrel = 3
+ pkgrel = 4
url = http://theleagueofmoveabletype.com/raleway
arch = any
groups = lmt-fonts
license = custom:OFL
- depends = fontconfig
- depends = xorg-fonts-encodings
- depends = xorg-font-utils
conflicts = otf-raleway
source = ttf-raleway-20160215.zip::https://github.com/theleagueof/raleway/archive/master.zip
md5sums = 147dff2149b4d910023e459de8b260bb
diff --git a/PKGBUILD b/PKGBUILD
index b9e38267141e..98802bc06b63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,12 @@
_fnt_name=raleway
pkgname=ttf-${_fnt_name}
pkgver=20160215
-pkgrel=3
+pkgrel=4
pkgdesc="An elegant sans-serif font, designed in a single thin weight."
arch=('any')
url="http://theleagueofmoveabletype.com/${_fnt_name}"
license=('custom:OFL')
groups=('lmt-fonts')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
conflicts=('otf-raleway')
source=("$pkgname-$pkgver.zip::https://github.com/theleagueof/${_fnt_name}/archive/master.zip")
md5sums=('147dff2149b4d910023e459de8b260bb')