diff options
author | Martin T. H. Sandsmark | 2021-01-25 23:22:16 +0100 |
---|---|---|
committer | Martin T. H. Sandsmark | 2021-01-25 23:22:16 +0100 |
commit | 4656812133ba1dc5979429e017fd773a104f4ad8 (patch) | |
tree | 435baa0d1399e19e6c60a4fe392a12d85c74469f /PKGBUILD | |
parent | c6d6cc43979c69b42433b2d953a0b54e501330d2 (diff) | |
download | aur-4656812133ba1dc5979429e017fd773a104f4ad8.tar.gz |
add missing makedep
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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') |