summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorakepinski2018-04-23 10:39:04 +0200
committerakepinski2018-04-23 10:39:04 +0200
commit4a3e251b1ba9e734665d638106f66d180e523119 (patch)
tree3f3f9ceb6a61c3b255bd9baf0d9741de4b719edb
parent193cb3ae81084087acd03ed4a6d75e8b3ce50e6a (diff)
downloadaur-4a3e251b1ba9e734665d638106f66d180e523119.tar.gz
fixed typo
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f596a58bab87..d69f76869307 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = archfetch
pkgdesc = Simple CLI system information tool for Arch Linux.
pkgver = 1.0.6
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/xxczaki/archfetch/
arch = i686
arch = x86_64
license = MIT
+ makedepends = git
pkgname = archfetch
diff --git a/PKGBUILD b/PKGBUILD
index f69d3b6690a2..02b6aaf83eef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Antoni Kepinski <hello[at]akepinski[dot]me>
pkgname=archfetch
pkgver=1.0.6
-pkgrel=3
+pkgrel=4
pkgdesc="Simple CLI system information tool for Arch Linux."
url="https://github.com/xxczaki/archfetch/"
arch=('i686' 'x86_64')
license=('MIT')
-makedepens=('git')
+makedepends=('git')
_gitroot="git://github.com/xxczaki/archfetch.git"
_gitname="archfetch"