summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorakepinski2018-03-21 21:25:41 +0000
committerakepinski2018-03-21 21:25:41 +0000
commitc34b9f2ad5c6137128aa34a3ac7bbd33b800d097 (patch)
tree3c331c35a646252063e3daecca333b676e1558d9
parent1c5861f1ba59ab7fc58724a882f31228974a60c1 (diff)
downloadaur-c34b9f2ad5c6137128aa34a3ac7bbd33b800d097.tar.gz
1.0.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 273682edd559..f50f01cb2c79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = archfetch
pkgdesc = Neofetch, but simplified. For Arch Linux.
- pkgver = 1.0.1
- pkgrel = 1
+ pkgver = 1.0.2
+ pkgrel = 2
url = https://github.com/xxczaki/archfetch/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 8e42255edda0..2c805ea52935 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Antoni Kepinski <hello[at]akepinski[dot]me>
pkgname=archfetch
-pkgver=1.0.1
-pkgrel=1
+pkgver=1.0.2
+pkgrel=2
pkgdesc="Neofetch, but simplified. For Arch Linux."
url="https://github.com/xxczaki/archfetch/"
arch=('i686' 'x86_64')
@@ -23,5 +23,5 @@ package() {
cd "${pkgname}"
fi
- install -Dm755 archfetch "${PKG}/usr/bin/archfetch"
+ sudo install -Dm755 archfetch "${PKG}/usr/bin/archfetch"
}