summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilienLIX2015-09-05 21:43:38 +0200
committerMaximilienLIX2015-09-05 21:43:38 +0200
commit87f9b92745304fa7ea041afc92e81287898378bf (patch)
tree658af936cabb7808554da3a29d5718e39728ab5a
parent9de3c92db1095186de4caa97b542d894f85cf9b3 (diff)
downloadaur-87f9b92745304fa7ea041afc92e81287898378bf.tar.gz
depends update
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d32afe8598cf..d45fc6e987cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = probuild-git
license = LGPL3
makedepends = git
depends = gcc
- depends = bash
source = git+https://gitlab.com/MaximilienLIX/probuild.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 79eaa23ffaaf..0bc88e621aa9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,7 @@ pkgdesc="An amelioration of GCC compiler which allow to compile a program withou
arch=('any')
url="https://gitlab.com/MaximilienLIX/probuild"
license=('LGPL3')
-depends=('gcc' 'bash')
-
+depends=('gcc')
makedepends=('git')
source=("git+https://gitlab.com/MaximilienLIX/probuild.git")
md5sums=('SKIP')