summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorftilde2022-02-01 19:09:58 +0100
committerftilde2022-02-01 19:09:58 +0100
commit46d3d103e851e00c2674a48970c33022d0f013f6 (patch)
tree2483f52b9d0bdbb98e3452e6b49474b1400b1af2
parentbb85c578995314acb625f56c135e53e3d9815f6d (diff)
downloadaur-46d3d103e851e00c2674a48970c33022d0f013f6.tar.gz
Add missing dependencies
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b55f9566f16..45ad6101afad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
-
diff --git a/PKGBUILD b/PKGBUILD
index 7a1e128cc770..2291274a0932 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')