summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Strobach2018-08-13 14:55:50 +0200
committerDavid Strobach2018-08-13 14:55:50 +0200
commitb1fdf6e14501e18225e72485543a7ea0559e9963 (patch)
treea778621dbb878578190178a165bb763f6fa9c3af /PKGBUILD
parent07a629dae0a1f25b1caed19018a3e54cb98073f5 (diff)
downloadaur-b1fdf6e14501e18225e72485543a7ea0559e9963.tar.gz
add pkgconf dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3a2188dc2558..eebf4564728c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=kwin-effect-osdclock
pkgname="$_pkgname-git"
-pkgver=20180812.c480336
+pkgver=20180812.991372d
pkgrel=1
pkgdesc='KWin effect that displays clock at the corner of the screen'
arch=('x86_64')
url="https://github.com/laloch/${_pkgname}"
license=('GPL')
depends=('kwin')
-makedepends=('extra-cmake-modules' 'git')
+makedepends=('extra-cmake-modules' 'git' 'pkgconf')
source=("$_pkgname"::"git+http://github.com/laloch/${_pkgname}.git")
md5sums=('SKIP')