summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2018-08-13 23:21:29 +0200
committerEmmanuel Gil Peyrot2018-08-13 23:21:29 +0200
commite29f7e0966ef6892e2ec5ddcd5331ad086cc405f (patch)
tree162735a162850e1b2912a1b6ddf0596b5bcaee23
parentd7567eca96439319b9685c7376db5a5fdfc45cd5 (diff)
downloadaur-e29f7e0966ef6892e2ec5ddcd5331ad086cc405f.tar.gz
Update to 0.12
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 906002504560..8be4f15cb3c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Oct 24 11:08:18 UTC 2017
+# Mon Aug 13 21:20:42 UTC 2018
pkgbase = poezio
pkgdesc = A full-featured command-line IRC-like XMPP (Jabber) client
- pkgver = 0.11
- pkgrel = 3
+ pkgver = 0.12
+ pkgrel = 1
url = https://poez.io
arch = i686
arch = x86_64
@@ -18,8 +18,8 @@ pkgbase = poezio
optdepends = figlet: ASCII art plugin
optdepends = python-potr-git: OTR plugin
optdepends = python-sphinx: Generating documentation
- source = https://dev.louiz.org/attachments/download/118/poezio-0.11.tar.gz
- sha512sums = 1df750f889c898ea3f463cf9de405d47b53f8d6ef9c75cdc6a8d5279ea4115033a431ff20525601603e1eea0e59355971b400fb5de2bc20df491003928a7064d
+ source = https://dev.louiz.org/attachments/download/129/poezio-0.12.tar.gz
+ sha256sums = 7fdfe91109431a58152386096e367589616439ded6698ac4c48b4bdf05eac986
pkgname = poezio
diff --git a/PKGBUILD b/PKGBUILD
index 286bd0db583d..34fdc451654f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,22 +2,22 @@
# Maintainer: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
pkgname=poezio
-pkgver=0.11
-pkgrel=3
+pkgver=0.12
+pkgrel=1
pkgdesc="A full-featured command-line IRC-like XMPP (Jabber) client"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="https://poez.io"
license=('zlib')
depends=('python' 'python-slixmpp')
makedepends=('python-setuptools')
-source=("https://dev.louiz.org/attachments/download/118/${pkgname}-${pkgver}.tar.gz")
+source=("https://dev.louiz.org/attachments/download/129/${pkgname}-${pkgver}.tar.gz")
optdepends=('python-pyinotify: Autoaway with screen plugin'
'gnupg: GPG plugin'
'figlet: ASCII art plugin'
'python-potr-git: OTR plugin'
'python-sphinx: Generating documentation')
-sha512sums=('1df750f889c898ea3f463cf9de405d47b53f8d6ef9c75cdc6a8d5279ea4115033a431ff20525601603e1eea0e59355971b400fb5de2bc20df491003928a7064d')
+sha256sums=('7fdfe91109431a58152386096e367589616439ded6698ac4c48b4bdf05eac986')
build() {
cd $pkgname-$pkgver