summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormintsuki2025-02-05 05:30:50 +0100
committermintsuki2025-02-05 05:30:50 +0100
commit2656e516323245432030fa67f0815d6db7a27f97 (patch)
treeed527b5b1f351b962f8cb5a6202014bdb1cf511b /PKGBUILD
parent789ef8f3b5f92f344682dcda5631c26fc4eeecc7 (diff)
downloadaur-2656e516323245432030fa67f0815d6db7a27f97.tar.gz
Drop intltool from makedepends to follow upstream port
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 02217cbeb77a..21c615a7f72b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=xfwm4-gaps
pkgver=4.20.0
-pkgrel=1
+pkgrel=2
pkgdesc="Xfce's window manager - now with extra gaps"
arch=('x86_64')
url="https://docs.xfce.org/xfce/xfwm4/start"
@@ -10,7 +10,7 @@ license=('GPL-2.0-or-later')
groups=('xfce4')
depends=('libxfce4ui' 'xfconf' 'libwnck3' 'libepoxy' 'libxpresent'
'hicolor-icon-theme')
-makedepends=('git' 'intltool' 'xfce4-dev-tools')
+makedepends=('git' 'xfce4-dev-tools')
provides=('xfwm4')
conflicts=('xfwm4')
source=("git+https://gitlab.xfce.org/xfce/xfwm4.git#tag=xfwm4-$pkgver"