summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-18 20:13:26 +0300
committerorhun2020-11-18 20:13:26 +0300
commit7c3f7a99f06ba7d8f72fb69e38c18f5219acde20 (patch)
treedb0fbcf8a5b4b6fcfa7d86742642d2a77f22f2cd
parent809939950b9eb0b8551a9cedf44416c7722d5b26 (diff)
downloadaur-7c3f7a99f06ba7d8f72fb69e38c18f5219acde20.tar.gz
upgpkg: lipl-git 0.1.2.r0.gdd4ddbe-1
upstream release 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 3fc34298e7a4..1efdcb9f9603 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = lipl-git
url = https://github.com/yxdunc/lipl
arch = x86_64
license = MIT
- makedepends = cargo
+ makedepends = rust
makedepends = git
provides = lipl
conflicts = lipl
diff --git a/PKGBUILD b/PKGBUILD
index ec0295b25131..07800c5420cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Analyse the output over time of custom shell commands (git)"
arch=('x86_64')
url="https://github.com/yxdunc/lipl"
license=('MIT')
-makedepends=('cargo' 'git')
+makedepends=('rust' 'git')
conflicts=("${pkgname%-git}" "${pkgname%-git}-bin")
provides=("${pkgname%-git}")
source=("git+${url}")