summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormathieui2020-05-31 18:02:12 +0200
committermathieui2020-05-31 18:02:12 +0200
commit5ad37b2b8e8d419faeb9e266d33514e91208485d (patch)
treec3fcbc1ead25c3a4ec894da06879e82dcc2b4609 /PKGBUILD
parent60daf1ffc89977dfea737b9cb94cf83cee59f28c (diff)
downloadaur-5ad37b2b8e8d419faeb9e266d33514e91208485d.tar.gz
Update version to 0.13.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b36be9db2e7e..744614d2b8b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
pkgname=poezio
-pkgver=0.13
+pkgver=0.13.1
pkgrel=1
pkgdesc="A full-featured command-line IRC-like XMPP (Jabber) client"
arch=('x86_64' 'armv7h' 'aarch64')
@@ -16,11 +16,12 @@ optdepends=('poezio-omemo: OMEMO plugin'
'python-pyinotify: Autoaway with screen plugin (also works with tmux)'
'figlet: ASCII art plugin')
-sha256sums=('ebe8fcdd8887d97098b3ce5e9682229ed96c21e8663a17475c4674764c3819d4')
+sha256sums=('475ac5e6eb00e7c191e17bc095c0b70c91a419c4d9a962c1fd09706c42505308')
build() {
cd $pkgname-v$pkgver
python setup.py build
+ python setup.py build_man
make doc
}