adjust makedepends, rust includes cargo

This commit is contained in:
Josip Ponjavic 2017-10-21 15:12:38 +02:00
parent 4941c159e4
commit f093ddf540
2 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
pkgbase = i3status-rust-git
pkgdesc = Very resourcefriendly and feature-rich replacement for i3status, written in pure Rust
pkgver = 0.9.0.r318.g8969303
pkgver = 0.9.0.r341.g9d37215
pkgrel = 1
url = https://github.com/greshake/i3status-rust
install = i3status-rust.install
arch = i686
arch = x86_64
license = GPL3
makedepends = cargo
makedepends = rust
makedepends = git
depends = dbus
depends = i3-wm

View File

@ -1,14 +1,14 @@
# Maintainer: Josip Ponjavic <josipponjavic at gmail dot com>
pkgname=i3status-rust-git
pkgver=0.9.0.r318.g8969303
pkgver=0.9.0.r341.g9d37215
pkgrel=1
pkgdesc='Very resourcefriendly and feature-rich replacement for i3status, written in pure Rust'
arch=('i686' 'x86_64')
url='https://github.com/greshake/i3status-rust'
license=('GPL3')
depends=('dbus' 'i3-wm')
makedepends=('cargo' 'git')
makedepends=('rust' 'git')
optdepends=('alsa-utils: For volume block'
'lm_sensors: For temperature block'
'powerline-fonts: For all themes using the powerline arrow char'