summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDylan Araps2017-07-13 17:08:23 +1000
committerDylan Araps2017-07-13 17:08:23 +1000
commit351b7217054758d03ade73d5b8aeefab1e16a2bb (patch)
treee4c15471a22ea92e82ef013261ffbfb68b235c5d /PKGBUILD
parent3754ad3498df1cf896a4c854bd942a87fcf6c267 (diff)
downloadaur-neofetch-git.tar.gz
fix build.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 48103ef3b439..2f13ec2f81c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dylan Araps <dyl@tfwno.gf>
pkgname=neofetch-git
_pkgname=neofetch
-pkgver=3.2.0.r28.g2eca41d
+pkgver=3.2.0.r47.gc3c6404
pkgrel=1
pkgdesc="A CLI system information tool written in BASH that supports displaying images."
arch=('any')
@@ -35,6 +35,6 @@ pkgver() {
package() {
cd $pkgname
- DESTDIR="${pkgdir}" ./install.sh
+ make DESTDIR="$pkgdir" install
install -D -m644 LICENSE.md "$pkgdir/usr/share/licenses/neofetch/LICENSE.md"
}