summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGábor Dobra2016-12-02 02:50:13 +0100
committerGábor Dobra2016-12-02 02:51:04 +0100
commit6c19c045b933a94a09074e80b8367bdae2ecce8d (patch)
tree5464452930584a6a80cf5e509ffb88f8a8a67d85
parent3813ece187216aacc7172119572e7c9391660651 (diff)
downloadaur-6c19c045b933a94a09074e80b8367bdae2ecce8d.tar.gz
Fix
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a05bc2097a11..a07dfe436742 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,13 +4,12 @@ pkgbase = ccsh-shell-git
pkgrel = 1
url = https://github.com/cpp-ftw/ccsh
arch = any
- groups = ccsh-git
license = GPL3
makedepends = git
makedepends = cmake
makedepends = make
depends = boost
- depends = ccsh-lib-git
+ depends = ccsh-git
depends = cling-git
source = git+https://github.com/cpp-ftw/ccsh.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 62b0db0304aa..b14566f61230 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='C++ shell'
arch=('any')
url='https://github.com/cpp-ftw/ccsh'
license=('GPL3')
-depends=('boost' 'ccsh-lib-git' 'cling-git')
+depends=('boost' 'ccsh-git' 'cling-git')
makedepends=('git' 'cmake' 'make')
source=("git+https://github.com/cpp-ftw/ccsh.git")
md5sums=(SKIP)