summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormathieui2019-01-17 22:14:15 +0100
committermathieui2019-01-17 22:14:15 +0100
commit8cacb64b15597f91b7a8659718d37d5337525ea0 (patch)
tree49468de5905364177b6d94b059c3207f41ac54a7
parente29f7e0966ef6892e2ec5ddcd5331ad086cc405f (diff)
downloadaur-8cacb64b15597f91b7a8659718d37d5337525ea0.tar.gz
add aiohttp dep
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8be4f15cb3c1..a6a2f3dc3641 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Aug 13 21:20:42 UTC 2018
+# Thu Jan 17 21:14:02 UTC 2019
pkgbase = poezio
pkgdesc = A full-featured command-line IRC-like XMPP (Jabber) client
pkgver = 0.12
- pkgrel = 1
+ pkgrel = 2
url = https://poez.io
arch = i686
arch = x86_64
@@ -18,6 +18,7 @@ pkgbase = poezio
optdepends = figlet: ASCII art plugin
optdepends = python-potr-git: OTR plugin
optdepends = python-sphinx: Generating documentation
+ optdepends = python-aiohttp: http file upload plugin
source = https://dev.louiz.org/attachments/download/129/poezio-0.12.tar.gz
sha256sums = 7fdfe91109431a58152386096e367589616439ded6698ac4c48b4bdf05eac986
diff --git a/PKGBUILD b/PKGBUILD
index 34fdc451654f..298eb9b29f76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=poezio
pkgver=0.12
-pkgrel=1
+pkgrel=2
pkgdesc="A full-featured command-line IRC-like XMPP (Jabber) client"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="https://poez.io"
@@ -15,7 +15,8 @@ optdepends=('python-pyinotify: Autoaway with screen plugin'
'gnupg: GPG plugin'
'figlet: ASCII art plugin'
'python-potr-git: OTR plugin'
- 'python-sphinx: Generating documentation')
+ 'python-sphinx: Generating documentation'
+ 'python-aiohttp: http file upload plugin')
sha256sums=('7fdfe91109431a58152386096e367589616439ded6698ac4c48b4bdf05eac986')