summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6c47098c6ce..cb8b5425509a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = sandsmark-notificationd-git
pkgdesc = simple notification daemon because everything else sucks
- pkgver = 27.e62a7f2
+ pkgver = 29.d5e8cd9
pkgrel = 1
url = https://github.com/sandsmark/sandsmark-notificationd
arch = i686
arch = x86_64
license = GPL3
makedepends = git
+ makedepends = cmake
depends = qt5-base
provides = sandsmark-notificationd
conflicts = sandsmark-notificationd
diff --git a/PKGBUILD b/PKGBUILD
index 77585483c247..4e70ae23423a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Martin Sandsmark <martin.sandsmark@kde.org>
pkgname=sandsmark-notificationd-git
-pkgver=27.e62a7f2
+pkgver=29.d5e8cd9
pkgrel=1
pkgdesc="simple notification daemon because everything else sucks"
arch=(i686 x86_64)
url="https://github.com/sandsmark/sandsmark-notificationd"
license=(GPL3)
depends=(qt5-base)
-makedepends=(git)
+makedepends=(git cmake)
provides=(sandsmark-notificationd)
conflicts=(sandsmark-notificationd)
source=('git+https://github.com/sandsmark/sandsmark-notificationd.git')