diff options
author | TabulateJarl8 | 2021-04-30 22:12:52 -0400 |
---|---|---|
committer | TabulateJarl8 | 2021-04-30 22:12:52 -0400 |
commit | 900095c58e3b7640c744908dae03ed7365d32a73 (patch) | |
tree | ace271e56da0f80cbaf91a57178fd5663a1f6ed5 | |
parent | 95ba96c638974712c18cd313a2d2e5007e0ef818 (diff) | |
download | aur-900095c58e3b7640c744908dae03ed7365d32a73.tar.gz |
fix dependencies
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 5 deletions
@@ -1,14 +1,15 @@ pkgbase = ugit pkgdesc = ugit helps you undo your last git command with grace. Your damage control git buddy pkgver = 1.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/Bhupesh-V/ugit arch = any groups = license = MIT depends = bash - depends = coreutils - depends = fzf + depends = awk + depends = grep + depends = ncurses options = !strip options = !emptydirs source = ugit::https://github.com/Bhupesh-V/ugit/releases/latest/download/ugit @@ -2,13 +2,13 @@ pkgname=ugit pkgver=1.0 -pkgrel=1 +pkgrel=2 pkgdesc="ugit helps you undo your last git command with grace. Your damage control git buddy" arch=('any') url="https://github.com/Bhupesh-V/ugit" license=('MIT') groups=('') -depends=('bash' 'coreutils' 'fzf') +depends=('bash' 'awk' 'grep' 'ncurses') options=('!strip' '!emptydirs') source=("ugit::https://github.com/Bhupesh-V/ugit/releases/latest/download/ugit") sha512sums=('2707641cf42e4ca34618ec25ab6b13dabdc994ee51cc67bc7d6302296f93de80d05f072933b342a32439f082f3757773f6886f0bf1db91c73791f9846b5c8e1d') |