summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Perez de Castro2017-09-15 13:48:50 +0300
committerAdrian Perez de Castro2017-09-15 13:48:50 +0300
commitdce6444c6a09b389c11dfa54eaa598417ef8326c (patch)
tree8cbc2f4f36f3fded06091e96d5251065241c8e4a /PKGBUILD
parent544ec57d0003ef9d6481e35c73c675cd9d6ee5ae (diff)
downloadaur-dce6444c6a09b389c11dfa54eaa598417ef8326c.tar.gz
Remove unneeded font.install script
Pacman uses hooks nowadays for this kind of thing, the script is not needed anymore.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 79157a9568c3..6ed98e65114e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,13 @@ _encodings='uni i15'
pkgname='uw-ttyp0-font'
pkgdesc='Bitmap monospaced font with unicode support and Powerline symbols'
pkgver='1.3'
-pkgrel='4'
+pkgrel='5'
arch=('any')
url='http://people.mpi-inf.mpg.de/~uwe/misc/uw-ttyp0'
source=("${url}/uw-ttyp0-${pkgver}.tar.gz")
license=('custom')
makedepends=('xorg-mkfontscale' 'xorg-mkfontdir')
makedepends=('xorg-bdftopcf' 'perl')
-install=font.install
sha512sums=('193966b826cafa313384f20e225d4a0b0057364ed23c2beaf27a59095fdb9079281fdc1d292592038512a56ec0387e531a28449344e2960f0ecd3e64c7a6f6e7')
prepare () {