old-st

[ARCHIVED] my build of st
git clone git://git.ckyln.com/~cem/old-st.git
Log | Files | Refs | README | LICENSE

commit ec7c036b7bad9c4330a17678ded2ce3a5e270d72
parent 708082212bbc6d8c2a9945fe957472f06a8db5fd
Author: Cem Keylan <cem@ckyln.com>
Date:   Wed, 19 Jun 2019 12:25:42 +0300

Fixed PKGBUILD

Diffstat:
MPKGBUILD | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD @@ -1,6 +1,6 @@ -# Maintainer: Cem Keylan +# Maintainer: Cem Keylan <cem at ckyln dot com> -pkgname=st-ckyln +pkgname=st-ckyln-git _pkgname=st pkgrel=1 pkgver=v20190618.2.gb454b64 @@ -31,4 +31,3 @@ package() { install -Dm644 LICENSE "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README" } -