git » loudmouth.git » commit 4185ab5

loudmouth 1.5.4

author Urja (ARMLFS builder)
2025-03-02 10:21:45 UTC
committer Urja (ARMLFS builder)
2025-03-02 10:21:45 UTC
parent e4dc40c4f54697be165572b0844b6a33b2b74b32

loudmouth 1.5.4

.SRCINFO +2 -1
.gitignore +2 -0
PKGBUILD +2 -2

diff --git a/.SRCINFO b/.SRCINFO
index 7e0b6c9..c516fba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,9 +4,10 @@ pkgbase = loudmouth
 	pkgrel = 2
 	url = https://mcabber.com/
 	arch = x86_64
+	arch = armv7h
 	license = LGPL
 	makedepends = intltool
-	makedepends = pkgconfig
+	makedepends = pkg-config
 	makedepends = gtk-doc
 	depends = glib2
 	depends = gnutls
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a43258a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/src/
+/pkg/
diff --git a/PKGBUILD b/PKGBUILD
index 68ba01e..19d38c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@ pkgname=loudmouth
 pkgver=1.5.4
 pkgrel=2
 pkgdesc="A lightweight Jabber client library written in C/Glib"
-arch=('x86_64')
+arch=('x86_64' 'armv7h')
 license=('LGPL')
 url="https://mcabber.com/"
 depends=('glib2' 'gnutls' 'libidn' 'krb5')
-makedepends=('intltool' 'pkgconfig' 'gtk-doc')
+makedepends=('intltool' 'pkg-config' 'gtk-doc')
 source=(https://mcabber.com/files/loudmouth/$pkgname-$pkgver.tar.bz2{,.asc})
 sha256sums=('31cbc91c1fddcc5346b3373b8fb45594e9ea9cc7fe36d0595e8912c47ad94d0d'
             'SKIP')