summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorQue Quotion2018-09-23 03:27:27 +0900
committerQue Quotion2018-09-23 03:27:27 +0900
commit56f541e7e41cc1577993d1e1d445b5c1ee25dbd2 (patch)
tree7abb1bed9fcee8e4d7629467202fafbf884443f8 /PKGBUILD
parent85bc3da20ab062598bc4eefb41e4ae26f688ef19 (diff)
downloadaur-56f541e7e41cc1577993d1e1d445b5c1ee25dbd2.tar.gz
Add libnm to makedepends()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1370e5e1881a..bf458ae2a498 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ else
_commit=5ac1a8240fb784cc92e2b394156153e34e21dab9 # tags/GNOME_SETTINGS_DAEMON_3_28_0^0
fi
pkgver=3.28.0
-pkgrel=3
+pkgrel=4
pkgdesc="GNOME Settings Daemon (with elementary OS patch)"
url="https://gitlab.gnome.org/GNOME/gnome-settings-daemon"
arch=(i686 x86_64)
@@ -30,7 +30,7 @@ license=(GPL)
depends=(dconf geoclue2 geocode-glib gnome-desktop 'gsettings-desktop-schemas-ubuntu>=3.24.0'
gtk3-print-backends libcanberra-pulse libgudev libgweather libnotify librsvg
libsystemd libwacom nss pulseaudio pulseaudio-alsa upower)
-makedepends=(docbook-xsl git gnome-common intltool libxslt python xf86-input-wacom meson)
+makedepends=(docbook-xsl git gnome-common intltool libxslt libnm python xf86-input-wacom meson)
groups=(gnome unity pantheon-qq)
provides=(gnome-settings-daemon{,-ubuntu}="${pkgver}")
conflicts=(gnome-settings-daemon{,-ubuntu})