diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-10-12 05:52:06 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-10-12 05:52:06 +0200 |
commit | ed10c6ceffc8c7945a20aa2270c76bb7737a65a8 (patch) | |
tree | 6332c80fcbd20b23713687fdd8feb4a1577ac2b1 | |
parent | add info manual and completion (diff) | |
download | orphan-reaper-ed10c6ceffc8c7945a20aa2270c76bb7737a65a8.tar.gz orphan-reaper-ed10c6ceffc8c7945a20aa2270c76bb7737a65a8.tar.bz2 orphan-reaper-ed10c6ceffc8c7945a20aa2270c76bb7737a65a8.tar.xz |
update dist and deps
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | DEPENDENCIES | 3 | ||||
-rw-r--r-- | dist/archlinux/stable/PKGBUILD | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index 1b2a9af..2e32b8a 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -8,6 +8,9 @@ BUILD DEPENDENCIES: libc cc make + texinfo (opt-out, for manuals) + texlive-core (opt-in, for pdf, ps and dvi manuals) + auto-auto-complete (opt-out, for shell tab-completion) INSTALL DEPENDENCIES: diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD index 5d3f772..143e142 100644 --- a/dist/archlinux/stable/PKGBUILD +++ b/dist/archlinux/stable/PKGBUILD @@ -1,16 +1,16 @@ # Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> pkgname=orphan-reaper -pkgver=1 +pkgver=2 pkgrel=1 pkgdesc="Place subreapers in your process tree to keep it structured" arch=(i686 x86_64) url="https://github.com/maandree/orphan-reaper" license=('GPL3') depends=(glibc 'linux>=3.4') -makedepends=(glibc gcc make coreutils) +makedepends=(glibc gcc make coreutils texinfo auto-auto-complete) source=($url/archive/$pkgver.tar.gz) -sha256sums=(63c4f50272e5faf325dd4931977a5216afb5493e66609096198bd5032d42060d) +sha256sums=(bd03e7d103f865744818e7cbf14075ade2922e7610f53686323efe2fa40e72dd) build() { |