From 9ebdc209fa2afd1d6dd274adcf7f93d4c1ccdafd Mon Sep 17 00:00:00 2001 From: xpamych Date: Sun, 8 Jan 2023 13:50:06 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BE=D1=82=D0=BC=D0=B5=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {neofetch-bin => neofetch}/lure.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename {neofetch-bin => neofetch}/lure.sh (57%) diff --git a/neofetch-bin/lure.sh b/neofetch/lure.sh similarity index 57% rename from neofetch-bin/lure.sh rename to neofetch/lure.sh index c6ac862..e970890 100755 --- a/neofetch-bin/lure.sh +++ b/neofetch/lure.sh @@ -1,4 +1,4 @@ -name='neofetch-bin' +name='neofetch' version='7.1.0' release='1' desc='Neofetch displays information about your operating system, software and hardware in an aesthetic and visually pleasing way.' @@ -10,10 +10,10 @@ provides=('neofetch') conflicts=('neofetch') deps=('bash') -sources=("https://github.com/dylanaraps/${provides}/archive/refs/tags/${version}.tar.gz") +sources=("https://github.com/dylanaraps/${name}/archive/refs/tags/${version}.tar.gz") checksums=('SKIP') package() { - install -Dm755 "${srcdir}/${provides}-${version}/neofetch" "${pkgdir}/usr/bin/neofetch" - install -Dm755 "${srcdir}/${provides}-${version}/neofetch.1" "${pkgdir}/usr/man1/neofetch.1" + install -Dm755 "${srcdir}/${name}-${version}/neofetch" "${pkgdir}/usr/bin/neofetch" + install -Dm755 "${srcdir}/${name}-${version}/neofetch.1" "${pkgdir}/usr/man1/neofetch.1" }