summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-18 21:53:21 +0300
committerorhun2020-11-18 21:53:21 +0300
commitae5acfafb39d61ff1fc15cda2239038c8747bb6d (patch)
treec37795f21f1f87958070ec5073f8d9e683831955
parent13b45a4336e0156d3f9a343b194e05fae7d2eda0 (diff)
downloadaur-ae5acfafb39d61ff1fc15cda2239038c8747bb6d.tar.gz
upgpkg: wtftw-git 1:r347.14f3d1e-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 05f037033218..5de3f8fb5d29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = wtftw-git
arch = i686
arch = x86_64
license = custom
- makedepends = cargo
+ makedepends = rust
makedepends = git
depends = xorg-xmessage
depends = libxinerama
diff --git a/PKGBUILD b/PKGBUILD
index 946c05004b83..00d01265114c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ arch=('i686' 'x86_64')
url="https://github.com/Kintaro/wtftw"
license=('custom')
depends=('xorg-xmessage' 'libxinerama')
-makedepends=('cargo' 'git')
+makedepends=('rust' 'git')
install=wtftw.install
conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")