summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Nader2022-06-22 19:19:00 +0900
committerJason Nader2022-06-22 19:19:00 +0900
commit69206a4b0cf90fd26460d7df3dcb83dc273b5a59 (patch)
treef36db7d986581f7e703ba587a4eeb42a672cdf3c
parentcd782475a0b43abedeb0339f5f80257b1f2abcaa (diff)
downloadaur-69206a4b0cf90fd26460d7df3dcb83dc273b5a59.tar.gz
Update dependencies for v0.30
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59c51fff20f9..077e1107a79e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.20.0.r1950.g1efa069
- pkgrel = 2
+ pkgver = 0.30.0.r2591.g32945e96
+ pkgrel = 1
url = https://github.com/greshake/i3status-rust
install = i3status-rust.install
arch = x86_64
@@ -11,16 +11,13 @@ pkgbase = i3status-rust-git
depends = libpulse
optdepends = alsa-utils: for the volume block
optdepends = bluez: for the bluetooth block
- optdepends = curl: for the weather block
optdepends = fakeroot: for the pacman block to show pending updates
- optdepends = ibus: for the ibus block
optdepends = kdeconnect: for the kdeconnect block
optdepends = lm_sensors: for the temperature block
- optdepends = networkmanager: for the networkmanager block
optdepends = powerline-fonts: for all themes using the powerline arrow char
optdepends = pulseaudio: for the volume block
optdepends = speedtest-cli: for the speedtest block
- optdepends = ttf-font-awesome-4: for the awesome icons
+ optdepends = ttf-font-awesome: for the awesome icons
optdepends = upower: for the battery block
provides = i3status-rust
conflicts = i3status-rust
@@ -28,4 +25,3 @@ pkgbase = i3status-rust-git
sha1sums = SKIP
pkgname = i3status-rust-git
-
diff --git a/PKGBUILD b/PKGBUILD
index f4560a23c3b6..3632db145bc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Jason Nader <jason.nader@protonmail.com>
pkgname=i3status-rust-git
-pkgver=0.20.0.r1950.g1efa069
-pkgrel=2
+pkgver=0.30.0.r2591.g32945e96
+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'
@@ -11,16 +11,13 @@ depends=('libpulse')
makedepends=('git' 'rust')
optdepends=('alsa-utils: for the volume block'
'bluez: for the bluetooth block'
- 'curl: for the weather block'
'fakeroot: for the pacman block to show pending updates'
- 'ibus: for the ibus block'
'kdeconnect: for the kdeconnect block'
'lm_sensors: for the temperature block'
- 'networkmanager: for the networkmanager block'
'powerline-fonts: for all themes using the powerline arrow char'
'pulseaudio: for the volume block'
'speedtest-cli: for the speedtest block'
- 'ttf-font-awesome-4: for the awesome icons'
+ 'ttf-font-awesome: for the awesome icons'
'upower: for the battery block')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")