summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef13291f7a12..8aaf3d4d63b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
# Maintainer: Azure <azure@fox.blue>
+# Contributor: Inkeso
# Based on gajim-git by:
# Contributor: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
# Contributor: Maxime "pep" Buquet <archlinux@bouah.net>
@@ -13,7 +14,7 @@ _name=gajim
pkgname="$_name-1.3"
epoch=1
pkgver=1.3.3
-pkgrel=3
+pkgrel=4
pkgdesc="Jabber/XMPP instant messenger client written in Python with GTK+, version 1.3 (Multiwindow)"
arch=('any')
url="https://gajim.org/"
@@ -50,7 +51,7 @@ source=("$_name::git+https://dev.gajim.org/gajim/gajim.git#tag=gajim-1.3.3"
"getfullargspec.patch")
md5sums=('SKIP'
'f0582899b5c0d096171fbdbc4c6bf1df'
- 'dbbf993b9d6f7b07e5ba42d486f87839')
+ '0ad35d6309caefe9737b706d3a5b4f2c')
prepare() {
cd "$_name"