summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8aed30878369..f7ed6d072408 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = meanwhile
- pkgdesc = Meanwhile libraries
+ pkgdesc = Library for connecting to an IBM Sametime community
pkgver = 1.1.1
pkgrel = 2
url = https://github.com/obriencj/meanwhile
diff --git a/PKGBUILD b/PKGBUILD
index edae3ddfd7e1..86ec9872a7ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
# Contributor: Troy C < rstrox -ta yahoo -tod com >
# Contributor: Marek Skrobacki <skrobul@skrobul.com>
# Contributor: Alasdair Haswell <ali at arhaswell dot co dot uk>
+# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=meanwhile
pkgver=1.1.1
pkgrel=2
-pkgdesc="Meanwhile libraries"
+pkgdesc="Library for connecting to an IBM Sametime community"
arch=('i686' 'x86_64')
url="https://github.com/obriencj/meanwhile"
license=('LGPL3')
@@ -17,7 +18,6 @@ source=(${pkgname}-${pkgver}.tar.gz::https://github.com/obriencj/meanwhile/archi
sha256sums=('10de306f03897572b30ce68ca80dffd04ec218f6842bbe0a47bb8cce933698d0'
'54d0faa5702e3b89be2a4fe994cfb2c373f409add3ba6b340a06f183c7446b21')
-
prepare() {
cd "$pkgname-$pkgver/src"
patch -Np2 -i "${srcdir}/fix_groupchat.patch"