git » loudmouth.git » commit e4dc40c

upgpkg: 1.5.4-2: Rebuild packages that are missing .SRCINFO part 3

author Jelle van der Waa
2024-07-06 15:56:39 UTC
committer Jelle van der Waa
2024-07-06 15:56:39 UTC
parent e49d41a51b4fe94ae1b2defac730189d4f342fab

upgpkg: 1.5.4-2: Rebuild packages that are missing .SRCINFO part 3

.SRCINFO +21 -0
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 0000000..7e0b6c9
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,21 @@
+pkgbase = loudmouth
+	pkgdesc = A lightweight Jabber client library written in C/Glib
+	pkgver = 1.5.4
+	pkgrel = 2
+	url = https://mcabber.com/
+	arch = x86_64
+	license = LGPL
+	makedepends = intltool
+	makedepends = pkgconfig
+	makedepends = gtk-doc
+	depends = glib2
+	depends = gnutls
+	depends = libidn
+	depends = krb5
+	source = https://mcabber.com/files/loudmouth/loudmouth-1.5.4.tar.bz2
+	source = https://mcabber.com/files/loudmouth/loudmouth-1.5.4.tar.bz2.asc
+	validpgpkeys = EACADFF156849BC89653139E3C2900DEACB7FC95
+	sha256sums = 31cbc91c1fddcc5346b3373b8fb45594e9ea9cc7fe36d0595e8912c47ad94d0d
+	sha256sums = SKIP
+
+pkgname = loudmouth
diff --git a/PKGBUILD b/PKGBUILD
index 8e0e7a1..68ba01e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=loudmouth
 pkgver=1.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A lightweight Jabber client library written in C/Glib"
 arch=('x86_64')
 license=('LGPL')