summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryochananmarqos2019-09-09 15:21:06 -0600
committeryochananmarqos2019-09-09 15:21:06 -0600
commit98321ef708573052d48233bafd5c66edb01550b3 (patch)
tree661401a0cad340c79b0f6fd812945757b3de5567 /PKGBUILD
parent5357aec18cda17bde19849392a13e81e396ea429 (diff)
downloadaur-98321ef708573052d48233bafd5c66edb01550b3.tar.gz
nevermind, build fails with rustup--use rust
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54637bb7dcb7..d67db8a602a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Mark Wagie <yochanan dot marqos at gmail dot com>
pkgname=firmware-manager-git
pkgver=r146.4be086f
-pkgrel=1
+pkgrel=2
pkgdesc="Generic framework and GTK UI for firmware updates from system76-firmware and fwupd, written in Rust."
arch=('x86_64')
url="https://github.com/pop-os/firmware-manager"
license=('GPL3')
depends=('dbus' 'gtk3' 'openssl')
-makedepends=('git' 'cargo')
+makedepends=('git' 'rust')
optdepends=('fwupd' 'system76-firmware-daemon')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")