summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-12-27 20:00:16 +0100
committerhaawda2019-12-27 20:00:16 +0100
commit683f55052479061eae571f59170a07959c88ac63 (patch)
treef7c2a2b78a0c56f5a44602ae156045b649c3e74f
parent277345724451f872baeedc669bb2d0389528834c (diff)
downloadaur-683f55052479061eae571f59170a07959c88ac63.tar.gz
adopted
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD16
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63be17ee0f0a..d3a9b53e13aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Thu May 19 17:36:46 UTC 2016
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 = 2
+ pkgrel = 3
url = http://eastfarthing.com/luculent/
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 551eae7058d2..968dcc0d8edf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,22 @@
-# 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=2
+pkgrel=3
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')
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
}