diff options
author | ftilde | 2022-02-01 19:09:58 +0100 |
---|---|---|
committer | ftilde | 2022-02-01 19:09:58 +0100 |
commit | 46d3d103e851e00c2674a48970c33022d0f013f6 (patch) | |
tree | 2483f52b9d0bdbb98e3452e6b49474b1400b1af2 | |
parent | bb85c578995314acb625f56c135e53e3d9815f6d (diff) | |
download | aur-46d3d103e851e00c2674a48970c33022d0f013f6.tar.gz |
Add missing dependencies
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 7 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = buzz-git pkgdesc = A simple system tray application for notifying about unseen e-mail - pkgver = .r0.19a03b8 + pkgver = .r0.0247964 pkgrel = 1 url = https://github.com/jonhoo/buzz arch = i686 @@ -12,8 +12,11 @@ pkgbase = buzz-git depends = libappindicator-gtk3 depends = gtk3 depends = notification-daemon + depends = llvm + depends = clang + depends = faenza-icon-theme + depends = oxygen-icons source = buzz-git::git+https://github.com/jonhoo/buzz md5sums = SKIP pkgname = buzz-git - @@ -1,11 +1,11 @@ pkgname=buzz-git -pkgver=.r0.19a03b8 +pkgver=.r0.0247964 pkgrel=1 pkgdesc="A simple system tray application for notifying about unseen e-mail " arch=('i686' 'x86_64') url="https://github.com/jonhoo/buzz" license=('MIT' 'Apache') -depends=('libappindicator-gtk3' 'gtk3' 'notification-daemon') +depends=('libappindicator-gtk3' 'gtk3' 'notification-daemon' 'llvm' 'clang' 'faenza-icon-theme' 'oxygen-icons') makedepends=('git' 'rust') source=("${pkgname}::git+https://github.com/jonhoo/buzz") md5sums=('SKIP') |