summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGio d'Amelio2015-12-17 13:09:56 -0800
committerGio d'Amelio2015-12-17 13:09:56 -0800
commit173b70790723db362ef233175edb937641fd5156 (patch)
tree5c97272c8da5f6573844836f8546b3da044247fa
parentfa2feaa2aff30c81343598edefd0988b0257cb21 (diff)
downloadaur-173b70790723db362ef233175edb937641fd5156.tar.gz
Change cargo make-dep to generic name
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0e674e0a1a25..2a40be66405e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=little_boxes
pkgdesc="Put boxes around stdin"
url="https://github.com/giodamelio/little_boxes"
pkgrel=2
-makedepends=('rust' 'cargo-bin')
+makedepends=('rust' 'cargo')
arch=('x86_64')
license=('MIT')
pkgver='1.0.0'