summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2018-01-08 11:26:28 +0100
committerPhilipp A2018-01-08 11:26:28 +0100
commit877d5978ea82a0c5dcb05e9b203334acb113db4b (patch)
tree2d210986b6030edbfbdf5ce6317ba7e1caf7298d
parent8a84e479d886211c4cb9733ab1b694cf7bc82a03 (diff)
downloadaur-877d5978ea82a0c5dcb05e9b203334acb113db4b.tar.gz
indeed, rust is only needed at compile time
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4581a51bc59c..27f0a893d185 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,10 @@
pkgname=diesel_cli
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='CLI for the Diesel crate'
arch=(i686 x86_64)
url='http://diesel.rs/'
license=(MIT Apache)
-depends=(rust)
makedepends=(cargo)
source=("$pkgname-$pkgver.tar.gz::https://github.com/diesel-rs/diesel/archive/v$pkgver.tar.gz")
sha256sums=('781fc72e7580e98f47b859e737bc2d40d92d50bfe8dbe2aedd5cf3e4a9289013')