summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-18 19:58:15 +0300
committerorhun2020-11-18 19:58:15 +0300
commitfa909d0e39722b1a6f8107f79115baecc3c33234 (patch)
treebc34d83db577705cc8b73c270e9d56c9b49d6f49
parentce418405f63b47672e084d44c361f177dddb56db (diff)
downloadaur-fa909d0e39722b1a6f8107f79115baecc3c33234.tar.gz
upgpkg: color_blinder 1.0.0-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 c26ee116531e..1237e7e90f93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = color_blinder
url = https://gitlab.com/dns2utf8/color_blinder
arch = x86_64
license = MIT
- makedepends = cargo
+ makedepends = rust
source = color_blinder-1.0.0.tar.gz::https://gitlab.com/dns2utf8/color_blinder/-/archive/1.0.0/color_blinder-1.0.0.tar.gz
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ed302f6f5697..c37a1c5d1ee1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Simulate different kinds of color blindness with a set of images"
arch=('x86_64')
url="https://gitlab.com/dns2utf8/color_blinder"
license=('MIT')
-makedepends=('cargo')
+makedepends=('rust')
source=("$pkgname-$pkgver.tar.gz::$url/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
sha512sums=('SKIP')