summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"
}