diff options
-rw-r--r-- | community/neofetch/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/community/neofetch/APKBUILD b/community/neofetch/APKBUILD index 3acaebdef4..0864057725 100644 --- a/community/neofetch/APKBUILD +++ b/community/neofetch/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Dawid Dziurla <dawidd0811@gmail.com> # Maintainer: Dawid Dziurla <dawidd0811@gmail.com> pkgname=neofetch -pkgver=6.0.0 +pkgver=6.1.0 pkgrel=0 pkgdesc="A CLI system information tool written in Bash that supports displaying images" url="https://github.com/dylanaraps/neofetch" @@ -12,11 +12,9 @@ makedepends="make" options="!check" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz" -builddir="$srcdir/$pkgname-$pkgver" package() { - cd "$builddir" make DESTDIR="$pkgdir" install } -sha512sums="2613bbc3bd50fb11fb511dd2d3d37f8e86891c9abab5f25e5956f4458c43abd555ff7d129a24f7e5ff4ed76f7c69235b696a77326bce11d81dd81eb414ab3a8d neofetch-6.0.0.tar.gz" +sha512sums="a68b5021d02d217ae5bc67f3d542afe4aebf1cc891f083e276b58847b1dff4419e036dbd7694b7c49c19c615b13eb54c22db3e69e6143c3f10f3fc1966a22a2e neofetch-6.1.0.tar.gz" |