summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris P2015-10-13 19:09:14 +0200
committerChris P2015-10-13 19:09:14 +0200
commitd32ae5ad09e5691070babaf21f52c520efd469f7 (patch)
treeeb282413c7efc99e7fc5e8c743bd9a89d7cd1f9d /PKGBUILD
parent8a45420ef2105856c0017aaff2e447b59ecc9935 (diff)
downloadaur-d32ae5ad09e5691070babaf21f52c520efd469f7.tar.gz
Move gettext to builddeps; split elfutils in binutils and libelf
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"