summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormathieui2015-07-31 23:31:59 +0200
committermathieui2015-07-31 23:31:59 +0200
commite6eb61ceb6b941b16aaacf2c03b1be6dcf7c2889 (patch)
tree0bd4f70b5d21d34ae275c0439d8c6563565df988
parent6f01ce154c6dfb1a191a101258ba9a610edc195d (diff)
downloadaur-e6eb61ceb6b941b16aaacf2c03b1be6dcf7c2889.tar.gz
Poezio 0.9
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb4b6a56f349..8c7d7fb22d51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,21 +2,21 @@
pkgname=poezio
pkgrel=1
-pkgver=0.8.1
+pkgver=0.9
pkgdesc="A full-featured command-line irc-like xmpp (jabber) client"
arch=('i686' 'x86_64')
url="http://poez.io"
license=('zlib')
-depends=('python' 'python-sleekxmpp' 'python-dnspython')
+depends=('python>=3.4' 'python-slixmpp')
makedepends=('setuptools')
-source=("http://dev.louiz.org/attachments/download/52/$pkgname-$pkgver.tar.xz")
+source=("http://dev.louiz.org/attachments/download/91/$pkgname-$pkgver.tar.xz")
optdepends=('python-pyinotify: Autoaway with screen plugin'
'gnupg: GPG plugin'
'figlet: ASCII art plugin'
'pure-python-otr-git: OTR plugin'
'python-sphinx: Generating documentation')
-sha512sums=('b9ca0c9ef5474180962f1c8ff2d2f5d6d5edbfdeefa5a0470e5d597d4122cf625060e270765c0f0a30e0b9f626b24edfbb135cfe66d1502aef27b6ee9996905c')
+sha512sums=('a6743dcd268abe2472da218b797a065936bfa52d5406275141dd5783aef2f9aba6396e3973c8a151702601a512f5f3959a7116b2171530bc7381701c6970fdfd')
build() {
cd $srcdir/$pkgname-$pkgver