summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-18 20:11:08 +0300
committerorhun2020-11-18 20:11:08 +0300
commit22513665d40aae036f239842c3e71450808623a5 (patch)
treea64729d973f0614230edc75cdb11e015c77c231c
parenteefb44da1b62b0f15eba5acd2de04b0cfbd2d9e2 (diff)
downloadaur-22513665d40aae036f239842c3e71450808623a5.tar.gz
upgpkg: kmon-git 1.5.1.r0.g5b3e69f-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 27f807617733..acaad9bde26a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = kmon-git
url = https://github.com/orhun/kmon
arch = x86_64
license = GPL3
- makedepends = cargo
+ makedepends = rust
makedepends = python
makedepends = git
depends = libx11
diff --git a/PKGBUILD b/PKGBUILD
index 498f0d2dff2c..3745ab465505 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
url="https://github.com/orhun/kmon"
license=('GPL3')
depends=('libx11')
-makedepends=('cargo' 'python' 'git')
+makedepends=('rust' 'python' 'git')
conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")
source=("git+$url")