summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authororhun2020-11-18 20:00:38 +0300
committerorhun2020-11-18 20:00:38 +0300
commit040c166f1814b80829e1913c7a9a408069a177fa (patch)
tree8e4a4a9438f03f64061b7e1f37bb282ac945bd89 /PKGBUILD
parentfac035ab3dc9c8cc3164bc95f8d6fa9500ab3ced (diff)
downloadaur-040c166f1814b80829e1913c7a9a408069a177fa.tar.gz
upgpkg: fblog-git 2.3.0.r2.g3217c44-1
Use rust dependency instead of cargo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 977cbd193461..82c7650671a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Small command-line JSON log viewer (git)"
arch=('x86_64')
url="https://github.com/brocode/fblog"
license=('custom:WTFPL')
-makedepends=('cargo' 'git')
+makedepends=('rust' 'git')
conflicts=("${pkgname%-git}" "${pkgname%-git}-bin")
provides=("${pkgname%-git}")
source=("git+${url}")