diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-31 20:50:20 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-31 20:50:20 -0300 |
commit | c2c1ccf4572396b4fe156135b995f5a0be3fe063 (patch) | |
tree | 7f8ae18c61d5b36d4d04c84ab5a03f4856f6ec08 /community/neofetch | |
parent | 4b071ca78ad8b4d34dc77449b93236e1580881b3 (diff) | |
download | aports-c2c1ccf4572396b4fe156135b995f5a0be3fe063.tar.bz2 aports-c2c1ccf4572396b4fe156135b995f5a0be3fe063.tar.xz |
community/neofetch: upgrade to 6.1.0
Diffstat (limited to 'community/neofetch')
-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" |