summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2020-07-22 00:13:59 +0300
committerAdrian Perez de Castro2020-07-22 00:14:12 +0300
commitb8fef68b443c6d91dc0865b1d5ad36e67a2987fc (patch)
tree779a67458d52e8d32c2266d0fc49dfa6977c64f3
parentdce6444c6a09b389c11dfa54eaa598417ef8326c (diff)
downloadaur-b8fef68b443c6d91dc0865b1d5ad36e67a2987fc.tar.gz
Misc fixes to PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD13
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc0e0c6a601f..c66b216eea77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = uw-ttyp0-font
pkgdesc = Bitmap monospaced font with unicode support and Powerline symbols
pkgver = 1.3
- pkgrel = 5
+ pkgrel = 6
url = http://people.mpi-inf.mpg.de/~uwe/misc/uw-ttyp0
arch = any
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 6ed98e65114e..a89ae88d4af0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,14 @@ _dotted_zero=false
_centered_tilde=true
_encodings='uni i15'
-pkgname='uw-ttyp0-font'
+pkgname=uw-ttyp0-font
pkgdesc='Bitmap monospaced font with unicode support and Powerline symbols'
-pkgver='1.3'
-pkgrel='5'
+pkgver=1.3
+pkgrel=6
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')
sha512sums=('193966b826cafa313384f20e225d4a0b0057364ed23c2beaf27a59095fdb9079281fdc1d292592038512a56ec0387e531a28449344e2960f0ecd3e64c7a6f6e7')
@@ -33,12 +32,12 @@ prepare () {
fi >> VARIANTS.dat
fi
- if [[ -f ${SRCDEST}/ENCODINGS.dat ]] ; then
- cp "${SRCDEST}/ENCODINGS.dat" .
+ if [[ -f ${SRCDEST}/TARGETS.dat ]] ; then
+ cp "${SRCDEST}/TARGETS.dat" .
else
if [[ -n ${_encodings} ]] ; then
echo "ENCODINGS = ${_encodings}"
- fi >> ENCODINGS.dat
+ fi >> TARGETS.dat
fi
}