summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-18 20:00:38 +0300
committerorhun2020-11-18 20:00:38 +0300
commit040c166f1814b80829e1913c7a9a408069a177fa (patch)
tree8e4a4a9438f03f64061b7e1f37bb282ac945bd89
parentfac035ab3dc9c8cc3164bc95f8d6fa9500ab3ced (diff)
downloadaur-040c166f1814b80829e1913c7a9a408069a177fa.tar.gz
upgpkg: fblog-git 2.3.0.r2.g3217c44-1
Use rust dependency instead of cargo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af04b8e5ae5a..0b69e3bd68de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = fblog-git
url = https://github.com/brocode/fblog
arch = x86_64
license = custom:WTFPL
- makedepends = cargo
+ makedepends = rust
makedepends = git
provides = fblog
conflicts = fblog
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}")