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" }