summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormathieui2017-01-21 12:01:31 +0100
committermathieui2017-01-21 12:01:31 +0100
commit09c2e3a4b6f195b7a7297dfe949b69540337bc13 (patch)
tree4f0174117ebf8d37e3cc231328c585e3d3e4fef6
parent03a5d7bc43a5e7b5d54f1e4685888b818d64e5a8 (diff)
downloadaur-09c2e3a4b6f195b7a7297dfe949b69540337bc13.tar.gz
Bump package for python 3.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a1e4d2b136c..2830a3518904 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,20 @@
-# Generated by makepkg 4.2.0
-# Mon Jan 5 15:38:01 UTC 2015
pkgbase = poezio-git
pkgdesc = A full-featured command-line irc-like (muc-centered) jabber client (git)
- pkgver = 20150104.70536f4
+ pkgver = 20170108.806485d
pkgrel = 1
url = http://poez.io
arch = i686
arch = x86_64
license = zlib
makedepends = git
+ makedepends = python-sphinx
depends = python
depends = python-setuptools
depends = python-slixmpp-git
optdepends = pure-python-otr-git: OTR plugin
- optdepends = python-pyinotify: Autoaway screen plugin
optdepends = gnupg: GPG plugin
+ optdepends = python-pyinotify: screen/tmux detach plugin
optdepends = figlet: ASCII art plugin
- optdepends = python-sphinx: Generating documentation
provides = poezio
conflicts = poezio
source = git://git.poez.io/poezio/
diff --git a/PKGBUILD b/PKGBUILD
index babbf4380822..5da37a198cfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=poezio-git
_pkgname=poezio
pkgrel=1
-pkgver=20150629.be9f447
+pkgver=20170108.806485d
pkgdesc="A full-featured command-line irc-like (muc-centered) jabber client (git)"
arch=('i686' 'x86_64')
url="http://poez.io"