summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLightDot2018-02-22 15:40:26 +0100
committerLightDot2018-02-22 15:40:26 +0100
commit2805a5d4c667620d90cc4b7c88b33598e96fd7d5 (patch)
tree383dfdc77eb691fa688eb82e6bff2e02f879b134
parentc6c3af583fb2675ce7ec6654b67a4088e8c03e8b (diff)
downloadaur-2805a5d4c667620d90cc4b7c88b33598e96fd7d5.tar.gz
PKGBUILD cleanup
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
-rw-r--r--ttf-blackout.install13
3 files changed, 10 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d11005703f0..1fa3de76711f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ttf-blackout
- pkgdesc = A bad-ass, unholy-mother-shut-your-mouth stencil sans-serif.
+ pkgdesc = Eats holes for breakfast lunch and dinner. Inspired by filling in sans-serif newspaper headlines. Continually updated with coffee and music. Makes your work louder than the next person’s.
pkgver = 20160215
- pkgrel = 2
+ pkgrel = 3
url = http://theleagueofmoveabletype.com/blackout
- install = ttf-blackout.install
arch = any
groups = lmt-fonts
license = custom:OFL
depends = fontconfig
+ depends = xorg-fonts-encodings
depends = xorg-font-utils
- source = https://github.com/theleagueof/blackout/archive/master.zip
+ source = ttf-blackout-20160215.zip::https://github.com/theleagueof/blackout/archive/master.zip
md5sums = 23ec5900abd2b9f9196cec94ae505315
pkgname = ttf-blackout
diff --git a/PKGBUILD b/PKGBUILD
index 64ff4ecbb77b..0c2af5e4720d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
-# Maintainer: samæ <samæ at marvid dot fr>
+# Maintainer: LightDot <lightdot -a-t- g m a i l>
+# Contributor: samæ <samæ at marvid dot fr>
_fnt_name=blackout
pkgname=ttf-${_fnt_name}
pkgver=20160215
-pkgrel=2
-pkgdesc="A bad-ass, unholy-mother-shut-your-mouth stencil sans-serif."
+pkgrel=3
+pkgdesc="Eats holes for breakfast lunch and dinner. Inspired by filling in sans-serif newspaper headlines. Continually updated with coffee and music. Makes your work louder than the next person’s."
arch=('any')
url="http://theleagueofmoveabletype.com/${_fnt_name}"
license=('custom:OFL')
groups=('lmt-fonts')
-depends=('fontconfig' 'xorg-font-utils')
-source=("https://github.com/theleagueof/${_fnt_name}/archive/master.zip")
-install=${pkgname}.install
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+source=("$pkgname-$pkgver.zip::https://github.com/theleagueof/${_fnt_name}/archive/master.zip")
md5sums=('23ec5900abd2b9f9196cec94ae505315')
package() {
diff --git a/ttf-blackout.install b/ttf-blackout.install
deleted file mode 100644
index 2125904e5000..000000000000
--- a/ttf-blackout.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -s > /dev/null
- echo "done."
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}