summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTio2024-01-23 03:01:00 +0100
committerTio2024-01-23 03:01:00 +0100
commit97670b0bfe66cc8440a1bbe211713bfcabf9ee57 (patch)
tree2e346a7f48d777c8c722e11120e838b1d144fa1d /PKGBUILD
parent69c61891430182e0c5602d04112a06f9131313e6 (diff)
downloadaur-xfce4-docklike-plugin.tar.gz
switched back to the autoconf dependency and added it to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 06dd0281a443..1c85fb9acd1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname="xfce4-docklike-plugin"
pkgver="0.4.2"
-pkgrel=4
+pkgrel=5
pkgdesc='A modern, docklike, minimalist taskbar for XFCE'
arch=('i686' 'x86_64' "aarch64")
url='https://gitlab.xfce.org/panel-plugins/xfce4-docklike-plugin'
license=('GPL3')
-depends=('xfce4-panel>=4.4' 'libwnck3' 'libxfce4ui' 'gtk3' 'cairo' 'glib2' 'autoconf' 'exo')
-makedepends=('xfce4-dev-tools' 'intltool')
+depends=('xfce4-panel>=4.4' 'libwnck3' 'libxfce4ui' 'gtk3' 'cairo' 'glib2' 'exo')
+makedepends=('xfce4-dev-tools' 'intltool' 'autoconf')
conflicts=("${pkgname}-git" "${pkgname}-ng-git")
dirname="xfce4-docklike-plugin-xfce4-docklike-plugin-${pkgver}"