summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormathieui2015-07-03 21:22:13 +0200
committermathieui2015-07-03 21:22:13 +0200
commit03a5d7bc43a5e7b5d54f1e4685888b818d64e5a8 (patch)
tree4f5ef7aaf5db7794f03e20577b6ffbe8e4a835c7
parent5d4d2a7383f6dc3dcd9b8c3ad411ef61396e9f22 (diff)
downloadaur-03a5d7bc43a5e7b5d54f1e4685888b818d64e5a8.tar.gz
Do not require sphinx
-rw-r--r--PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f232accbd18c..babbf4380822 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=poezio-git
_pkgname=poezio
pkgrel=1
-pkgver=20150104.70536f4
+pkgver=20150629.be9f447
pkgdesc="A full-featured command-line irc-like (muc-centered) jabber client (git)"
arch=('i686' 'x86_64')
url="http://poez.io"
@@ -11,12 +11,11 @@ conflicts=('poezio')
provides=('poezio')
license=('zlib')
depends=('python' 'python-setuptools' 'python-slixmpp-git')
-makedepends=('git')
+makedepends=('git' 'python-sphinx')
optdepends=('pure-python-otr-git: OTR plugin'
- 'python-pyinotify: Autoaway screen plugin'
'gnupg: GPG plugin'
- 'figlet: ASCII art plugin'
- 'python-sphinx: Generating documentation')
+ 'python-pyinotify: screen/tmux detach plugin'
+ 'figlet: ASCII art plugin')
source=("git://git.poez.io/poezio/")
md5sums=('SKIP')
@@ -28,7 +27,7 @@ pkgver() {
build() {
cd "$srcdir/$_pkgname"
- make DESTDIR="$pkgdir/" prefix=/usr
+ make
}
package() {