summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris P2015-10-13 19:09:14 +0200
committerChris P2015-10-13 19:09:14 +0200
commitd32ae5ad09e5691070babaf21f52c520efd469f7 (patch)
treeeb282413c7efc99e7fc5e8c743bd9a89d7cd1f9d
parent8a45420ef2105856c0017aaff2e447b59ecc9935 (diff)
downloadaur-d32ae5ad09e5691070babaf21f52c520efd469f7.tar.gz
Move gettext to builddeps; split elfutils in binutils and libelf
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bc58b76a9cb..f918dd15de81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,11 +9,12 @@ pkgbase = rmlint-git
makedepends = git
makedepends = scons
makedepends = python-sphinx
+ makedepends = gettext
depends = glibc
depends = glib2>=2.31
depends = libutil-linux
- depends = elfutils
- depends = gettext
+ depends = libelf
+ depends = binutils
depends = json-glib
optdepends = pygobject-devel: for the graphical user interface
optdepends = gtk3: for the graphical user interface
diff --git a/PKGBUILD b/PKGBUILD
index fc5de3c33c25..2a5b7c531d8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,14 @@ pkgdesc="Tool to remove duplicates and other lint, being much faster than fdupes
arch=('i686' 'x86_64')
url="https://github.com/sahib/rmlint"
license=('GPL3')
-depends=('glibc' 'glib2>=2.31' 'libutil-linux' 'elfutils' 'gettext' 'json-glib')
-makedepends=('git' 'scons' 'python-sphinx')
+depends=('glibc' 'glib2>=2.31' 'libutil-linux' 'libelf' 'binutils' 'json-glib')
+makedepends=('git' 'scons' 'python-sphinx' 'gettext')
conflicts=("${_pkgname}")
provides=("$_pkgname")
source=("$pkgname"::"git+https://github.com/sahib/${_pkgname}.git")
-md5sums=('SKIP')
optdepends=('pygobject-devel: for the graphical user interface'
'gtk3: for the graphical user interface')
+md5sums=('SKIP')
pkgver() {
cd "${srcdir}/${pkgname}"