summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Kuehler2019-09-17 21:04:51 -0700
committerKevin Kuehler2019-09-17 21:04:51 -0700
commit71b5ed7483b958ae63bce233b6bdb5cdc8ee9188 (patch)
treec42a67d623171aadf40c105c28e2872ce246a791
parentbcbe3df4a1d5e6000f9e8df82fab068d99da13cc (diff)
downloadaur-71b5ed7483b958ae63bce233b6bdb5cdc8ee9188.tar.gz
Add proper dependencies per the project README
Thank you to aexl for reporting this issue!
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD11
2 files changed, 15 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 585d3c718be0..9d3b201be047 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,16 @@
pkgbase = git-quick-stats
pkgdesc = `git-quick-stats` is a simple and efficient way to access various statistics in git repository.
pkgver = 2.0.9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/arzzen/git-quick-stats
arch = x86_64
license = MIT
depends = git
+ depends = gawk
+ depends = coreutils
+ depends = util-linux
+ depends = grep
+ depends = ncurses
provides = git-quick-stats
conflicts = git-quick-stats
source = git-quick-stats::git+https://github.com/arzzen/git-quick-stats#tag=2.0.9
diff --git a/PKGBUILD b/PKGBUILD
index f91be0fc4d1c..35b20e2b8065 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,19 @@
pkgname='git-quick-stats'
pkgver='2.0.9'
-pkgrel=1
+pkgrel=2
pkgdesc='`git-quick-stats` is a simple and efficient way to access various statistics in git repository.'
arch=('x86_64')
url="https://github.com/arzzen/$pkgname"
license=('MIT')
-depends=('git')
+depends=(
+ 'git'
+ 'gawk'
+ 'coreutils'
+ 'util-linux'
+ 'grep'
+ 'ncurses'
+)
makedepends=()
provides=('git-quick-stats')
conflicts=('git-quick-stats')