summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Minnocci2020-08-18 21:24:03 +0200
committerFrancesco Minnocci2020-08-18 21:24:03 +0200
commit2396089961c9494ba87495852e5be16c459487fb (patch)
treeb8e8de507fa7da5fcacd4e33fd9be88e21469650
parentdee918679b0335f54344728538771fd0163a7e12 (diff)
downloadaur-2396089961c9494ba87495852e5be16c459487fb.tar.gz
Remove already expected `bash` dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0673a0a6cef..c621a2f2b9bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = mimi-bachoseven-git
arch = any
license = GPL2
makedepends = git
- depends = bash
provides = xdg-utils
conflicts = xdg-utils
source = git+https://github.com/BachoSeven/mimi.git
diff --git a/PKGBUILD b/PKGBUILD
index 601756c9717d..050bad1805d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,6 @@ pkgdesc="Mantained fork of mimi, a minimal and lightweight xdg-open drop-in repl
url='https://github.com/BachoSeven/mimi'
arch=('any')
license=('GPL2')
-depends=('bash')
makedepends=('git')
source=("git+${url}.git")
md5sums=('SKIP')