summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e8a960d08f9..2e85dd981260 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgbase="sddm"
pkgname="$_pkgbase-git"
-pkgver=0.13.0.10.gf19e0f3
+pkgver=0.14.0.29.g078c4d8
pkgrel=1
pkgdesc="The Simple Desktop Display Manager"
arch=("i686" "x86_64")
url="https://github.com/sddm/sddm"
license=("GPL")
depends=("qt5-declarative" "upower")
-makedepends=("git" "cmake" "qt5-tools" "python-docutils")
+makedepends=("git" "cmake" "extra-cmake-modules" "qt5-tools" "python-docutils")
provides=("$_pkgbase" "display-manager")
conflicts=("$_pkgbase" "display-manager")
install="$_pkgbase.install"