~alpine/aports

testing/gajim: Update 1.0.3 --> 1.1.3 v1 PROPOSED

Marian Buschsieweke: 1
 testing/gajim: Update 1.0.3 --> 1.1.3

 1 files changed, 5 insertions(+), 4 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2814/mbox | git am -3
Learn more about email & git

[PATCH] testing/gajim: Update 1.0.3 --> 1.1.3 Export this patch

---
 testing/gajim/APKBUILD | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/testing/gajim/APKBUILD b/testing/gajim/APKBUILD
index 2b1a7fa90f..4f03edc733 100644
--- a/testing/gajim/APKBUILD
+++ b/testing/gajim/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
pkgname=gajim
pkgver=1.0.3
pkgrel=1
pkgver=1.1.3
pkgrel=0
pkgdesc="A full featured and easy to use XMPP client"
url="https://gajim.org/"
arch="noarch"
@@ -9,8 +9,9 @@ license="GPL-3.0-only"
depends="py3-cairo py3-gobject3 py3-asn1 py3-nbxmpp py3-openssl gtk+3.0"
makedepends="py-setuptools python3-dev gettext-dev"
checkdepends="xvfb dbus"
source="https://$pkgname.org/downloads/1.0/$pkgname-$pkgver.tar.bz2"
source="https://$pkgname.org/downloads/${pkgver:0:3}/$pkgname-$pkgver.tar.bz2"
builddir="$srcdir"/$pkgname-$pkgver
subpackages="$pkgname-doc"

build() {
        cd "$builddir"
@@ -36,5 +37,5 @@ package() {
        python3 setup.py install --prefix=/usr --root="$pkgdir"
}

sha512sums="a6d7f92a22a9dddc8a4b07eda0aae0b6fb4db57c73133ee19937f7e2a2a82c5351051d1f3627c94a44434276ed001b83d375f708f177962125af66cda8579ec8  gajim-1.0.3.tar.bz2"

sha512sums="18062832f9b9295c7a844c347d5ece4a6db43126d5b58bbf362fdf2f8e082e2241c46dae6d1cbe66ebf2ef19f65618102c3c21fa0079a96fc21511e6e93420ac  gajim-1.1.3.tar.bz2"
-- 
2.22.0
Hi,

please ignore this email. The patch is superseded.

Kind regards,
Marian

On Sat, 13 Jul 2019 11:47:05 +0200
Marian Buschsieweke <marian.buschsieweke@ovgu.de> wrote: