summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLightDot2020-07-15 02:58:49 +0200
committerLightDot2020-07-15 02:58:49 +0200
commit99beefe324faea1379e52a96f8d256b2ee939498 (patch)
treec0001bcf7bbc4655e8bab89ab4d2da03ca85c2d0
parentab4f8819c05f0eb1fbef7e01b24f6a7b781eff49 (diff)
downloadaur-ttf-raleway.tar.gz
PKGBUILD cleanup
-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')