summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorakepinski2018-04-02 21:34:19 +0200
committerakepinski2018-04-02 21:34:19 +0200
commitce2359fbe7a695eb64485e988061f19ed71552f6 (patch)
tree6b80530d3c04e95c0bfed3d0f706b4c1678fca51
parent0e862e02856894310547cf0241f62fe04ee1b60f (diff)
downloadaur-ce2359fbe7a695eb64485e988061f19ed71552f6.tar.gz
Better PKGBUILD (1.0.5)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8138d157d8a..4a0e120f502b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = archfetch
pkgdesc = Neofetch, but simplified. For Arch Linux.
- pkgver = 1.0.4
- pkgrel = 7
+ pkgver = 1.0.5
+ pkgrel = 1
url = https://github.com/xxczaki/archfetch/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 0fb6eaff25f5..f62d00b94068 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Antoni Kepinski <hello[at]akepinski[dot]me>
pkgname=archfetch
-pkgver=1.0.4
-pkgrel=7
+pkgver=1.0.5
+pkgrel=1
pkgdesc="Neofetch, but simplified. For Arch Linux."
url="https://github.com/xxczaki/archfetch/"
arch=('i686' 'x86_64')
@@ -23,4 +23,3 @@ package() {
sudo install -Dm755 archfetch "${PKG}/usr/bin/archfetch"
}
-