summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Malyn2023-03-15 17:50:51 -0500
committerBryan Malyn2023-03-15 17:50:51 -0500
commit55ee6cb4f53def6642a50b05e01c60150ced4311 (patch)
tree2146429f6117debd2f747db00838ff24329db852
parent3f449aa05d2b5141f3212733c68b5eaaf2e81699 (diff)
downloadaur-55ee6cb4f53def6642a50b05e01c60150ced4311.tar.gz
Add makedepends = pandoc
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4df7f8bdb535..e824de40b96b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = i3status-rust-git
pkgdesc = Very resourcefriendly and feature-rich replacement for i3status to use with bar programs (like i3bar and swaybar), written in pure Rust
- pkgver = 0.30.4.r3194.gbcbcc69f
+ pkgver = 0.30.5.r3204.gffc645a1
pkgrel = 1
url = https://github.com/greshake/i3status-rust
install = i3status-rust.install
@@ -8,6 +8,7 @@ pkgbase = i3status-rust-git
license = GPL3
makedepends = git
makedepends = rust
+ makedepends = pandoc
depends = libpulse
depends = lm_sensors
optdepends = alsa-utils: for the volume block
diff --git a/PKGBUILD b/PKGBUILD
index df00c76b3589..fa40b04ee032 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Jason Nader <jason.nader@protonmail.com>
+# Contributor: Bryan Malyn <bim9262@gmail.com>
pkgname=i3status-rust-git
-pkgver=0.30.4.r3194.gbcbcc69f
+pkgver=0.30.5.r3204.gffc645a1
pkgrel=1
pkgdesc='Very resourcefriendly and feature-rich replacement for i3status to use with bar programs (like i3bar and swaybar), written in pure Rust'
arch=('x86_64')
url='https://github.com/greshake/i3status-rust'
license=('GPL3')
depends=('libpulse' 'lm_sensors')
-makedepends=('git' 'rust')
+makedepends=('git' 'rust' 'pandoc')
optdepends=('alsa-utils: for the volume block'
'bluez: for the bluetooth block'
'fakeroot: for the pacman block to show pending updates'