aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DEPENDENCIES3
-rw-r--r--dist/archlinux/stable/PKGBUILD6
2 files changed, 6 insertions, 3 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES
index 3c9b67e..bcd52df 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 24bd295..7057975 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=slack
-pkgver=1
+pkgver=2
pkgrel=1
pkgdesc="Control your timer slack"
arch=(i686 x86_64)
url="https://github.com/maandree/slack"
license=('GPL3')
depends=(glibc 'linux>=2.6.28')
-makedepends=(glibc gcc make coreutils)
+makedepends=(glibc gcc make coreutils texinfo auto-auto-complete)
source=($url/archive/$pkgver.tar.gz)
-sha256sums=(4e0411e331651b080242f02d21befd1a5955d9c9a8db5847d0eeb41ec212896c)
+sha256sums=(efddb15b70187044c15d323b1988619c4b573121e085f084773c12a51f402624)
build() {