summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a061bb5d2ebf..7b3ccc93ab96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Jul 1 11:18:59 UTC 2017
+# Thu Jul 13 07:06:50 UTC 2017
pkgbase = neofetch-git
pkgdesc = A CLI system information tool written in BASH that supports displaying images.
pkgver = 3.2.0.r28.g2eca41d
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"
}