summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormathieui2017-01-31 00:54:59 +0100
committermathieui2017-01-31 00:54:59 +0100
commitf26fa813e23624748ae93769dc5cd11579ca6194 (patch)
treeaa6e6116612cd200d2368943254bb4495f7bdce3 /PKGBUILD
parent7687a8ad9eaa6a727dfdb91672c2420253e60e90 (diff)
downloadaur-f26fa813e23624748ae93769dc5cd11579ca6194.tar.gz
Update to 0.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a0a7dc7e07b1..ee50167d553c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,22 @@
# Maintainer: mathieui <mathieui[at]mathieui.net>
pkgname=poezio
-pkgrel=2
-pkgver=0.10
+pkgrel=1
+pkgver=0.11
pkgdesc="A full-featured command-line irc-like xmpp (jabber) client"
-arch=('i686' 'x86_64')
-url="http://poez.io"
+arch=('i686' 'x86_64' 'armv7h')
+url="https://poez.io"
license=('zlib')
-depends=('python>=3.4' 'python-slixmpp')
+depends=('python>=3.4' 'python-slixmpp>=1.2.4')
makedepends=('python-setuptools')
-source=("https://pypi.python.org/packages/a8/87/233467ce8d945498d12782a175a5bc1bed595633a796accc41a4aa583624/poezio-0.10.tar.gz")
+source=("https://dev.louiz.org/attachments/download/118/${pkgname}-${pkgver}.tar.gz")
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=('f4a8a1a5ed4e88d76bf596c55d91d8b20246e4d328e905ed51e8954ddafd583210e3be2cece76871d61631637e082b2df848bfc358e911a50d9c444e6c47110f')
+sha512sums=('1df750f889c898ea3f463cf9de405d47b53f8d6ef9c75cdc6a8d5279ea4115033a431ff20525601603e1eea0e59355971b400fb5de2bc20df491003928a7064d')
build() {
cd $srcdir/$pkgname-$pkgver