summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-18 20:08:17 +0300
committerorhun2020-11-18 20:08:17 +0300
commit1681ea3ec4b79c4c4db3d1c741401d7cf38cff72 (patch)
treeafec8b411784e1252e9ce9aeaa973eb3a1d2a656
parentbcc4801108ad92f54c8c46e5046b96d546abb893 (diff)
downloadaur-1681ea3ec4b79c4c4db3d1c741401d7cf38cff72.tar.gz
upgpkg: jilu-git 0.4.0.r2.gc334c5d-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 b8ce818a7034..54eef04596aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = jilu-git
url = https://github.com/rustic-games/jilu
arch = x86_64
license = Apache
- makedepends = cargo
+ makedepends = rust
makedepends = git
provides = jilu
conflicts = jilu
diff --git a/PKGBUILD b/PKGBUILD
index cc26ab8d5abd..3f1ffd18f8aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Generate a change log based on the state of your Git repository (git)"
arch=('x86_64')
url="https://github.com/rustic-games/jilu"
license=('Apache')
-makedepends=('cargo' 'git')
+makedepends=('rust' 'git')
conflicts=("${pkgname%-git}" "${pkgname%-git}-bin")
provides=("${pkgname%-git}")
source=("git+${url}")