summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTabulateJarl82021-04-30 22:12:52 -0400
committerTabulateJarl82021-04-30 22:12:52 -0400
commit900095c58e3b7640c744908dae03ed7365d32a73 (patch)
treeace271e56da0f80cbaf91a57178fd5663a1f6ed5
parent95ba96c638974712c18cd313a2d2e5007e0ef818 (diff)
downloadaur-900095c58e3b7640c744908dae03ed7365d32a73.tar.gz
fix dependencies
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 136e0e45f154..489af9265fce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index d7e4322f4d26..8e25239d303d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')