summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD18
2 files changed, 11 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2404f12d5bd..54df5eb1843a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,12 @@
pkgbase = ttf-luculent
pkgdesc = Luculent is a family of scalable (vector), monospaced, geometric sans-serif screen fonts designed for programmers
pkgver = 2.0.0
- pkgrel = 1
+ pkgrel = 4
url = http://eastfarthing.com/luculent/
- install = ttf-luculent.install
arch = any
license = OFL
- depends = fontconfig
- depends = xorg-font-utils
source = http://eastfarthing.com/luculent/luculent.tar.xz
- md5sums = d24dbe89d6255115153b699b8e06501b
+ sha256sums = e8dc4b9d3067bc799351315adb05b402e28f11b0aacda590ca21559c5d2c06a5
pkgname = ttf-luculent
diff --git a/PKGBUILD b/PKGBUILD
index 0b9f6dccf024..1012dfe90e78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
-# Maintainer: Frederic Bezies < fredbezies at gmail dot com>
+# Contributor: Frederic Bezies < fredbezies at gmail dot com>
# Contributor: lorenzo at frenzart dot com
+# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
+
pkgname=ttf-luculent
pkgver=2.0.0
-pkgrel=1
+pkgrel=4
pkgdesc="Luculent is a family of scalable (vector), monospaced, geometric sans-serif screen fonts designed for programmers"
arch=('any')
url="http://eastfarthing.com/luculent/"
license=('OFL')
-depends=('fontconfig' 'xorg-font-utils')
-install='ttf-luculent.install'
source=(http://eastfarthing.com/luculent/luculent.tar.xz)
-md5sums=('d24dbe89d6255115153b699b8e06501b')
+sha256sums=('e8dc4b9d3067bc799351315adb05b402e28f11b0aacda590ca21559c5d2c06a5')
package() {
- cd "$srcdir/luculent"
- for f in luculentbi.ttf luculentb.ttf luculenti.ttf luculent.ttf; do
- install -Dm644 "$f" "${pkgdir}/usr/share/fonts/TTF/${f}"
- done
+ cd luculent
+ for f in luculentbi.ttf luculentb.ttf luculenti.ttf luculent.ttf; do
+ install -Dm644 "$f" "${pkgdir}/usr/share/fonts/TTF/${f}"
+ done
}