summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin T. H. Sandsmark2021-01-25 23:22:16 +0100
committerMartin T. H. Sandsmark2021-01-25 23:22:16 +0100
commit4656812133ba1dc5979429e017fd773a104f4ad8 (patch)
tree435baa0d1399e19e6c60a4fe392a12d85c74469f
parentc6d6cc43979c69b42433b2d953a0b54e501330d2 (diff)
downloadaur-sandsmark-notificationd-git.tar.gz
add missing makedep
-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')