From f926e1902f62f5135c357e9594638da25076558e Mon Sep 17 00:00:00 2001 From: xpamych Date: Sun, 8 Jan 2023 13:41:59 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=B8=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {neofetch => neofetch-bin}/lure.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename {neofetch => neofetch-bin}/lure.sh (57%) diff --git a/neofetch/lure.sh b/neofetch-bin/lure.sh similarity index 57% rename from neofetch/lure.sh rename to neofetch-bin/lure.sh index e970890..c6ac862 100755 --- a/neofetch/lure.sh +++ b/neofetch-bin/lure.sh @@ -1,4 +1,4 @@ -name='neofetch' +name='neofetch-bin' 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/${name}/archive/refs/tags/${version}.tar.gz") +sources=("https://github.com/dylanaraps/${provides}/archive/refs/tags/${version}.tar.gz") checksums=('SKIP') package() { - install -Dm755 "${srcdir}/${name}-${version}/neofetch" "${pkgdir}/usr/bin/neofetch" - install -Dm755 "${srcdir}/${name}-${version}/neofetch.1" "${pkgdir}/usr/man1/neofetch.1" + install -Dm755 "${srcdir}/${provides}-${version}/neofetch" "${pkgdir}/usr/bin/neofetch" + install -Dm755 "${srcdir}/${provides}-${version}/neofetch.1" "${pkgdir}/usr/man1/neofetch.1" }