community/libgnomekbd: remove unused intltool dependency

This commit is contained in:
psykose 2023-05-06 13:06:07 +02:00
parent d66e937fc5
commit d1d5e35bc7

View File

@ -2,7 +2,7 @@
# Maintainer:
pkgname=libgnomekbd
pkgver=3.28.1
pkgrel=2
pkgrel=3
pkgdesc="GNOME keyboard library"
url="https://www.gnome.org/"
arch="all"
@ -21,7 +21,7 @@ depends_dev="
libxklavier-dev
libxml2-dev
"
makedepends="$depends_dev meson intltool"
makedepends="$depends_dev meson"
subpackages="$pkgname-dev $pkgname-lang"
source="https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz"