summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Strobach2018-08-13 14:55:50 +0200
committerDavid Strobach2018-08-13 14:55:50 +0200
commitb1fdf6e14501e18225e72485543a7ea0559e9963 (patch)
treea778621dbb878578190178a165bb763f6fa9c3af
parent07a629dae0a1f25b1caed19018a3e54cb98073f5 (diff)
downloadaur-b1fdf6e14501e18225e72485543a7ea0559e9963.tar.gz
add pkgconf dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4590cbd18f50..62791f772ce6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = kwin-effect-osdclock-git
pkgdesc = KWin effect that displays clock at the corner of the screen
- pkgver = 20180812.c480336
+ pkgver = 20180812.991372d
pkgrel = 1
url = https://github.com/laloch/kwin-effect-osdclock
arch = x86_64
license = GPL
makedepends = extra-cmake-modules
makedepends = git
+ makedepends = pkgconf
depends = kwin
source = kwin-effect-osdclock::git+http://github.com/laloch/kwin-effect-osdclock.git
md5sums = SKIP
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')