summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Cooper2015-10-14 20:26:25 -0700
committerMike Cooper2015-10-14 20:26:51 -0700
commita5b9704d51eb3aca81b950e38768acbbf45f43cb (patch)
tree48defd3fa1c3db71d8274fa48ceb2cd905ebc4d5
parentabbd44ee29431cb7183bbf89211075b21e76ca75 (diff)
downloadaur-a5b9704d51eb3aca81b950e38768acbbf45f43cb.tar.gz
Add more pkgbuild fields.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 806cd5a3dd74..5e25f32c234b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = cargo-edit
+pkgbase = cargo-edit-git
pkgdesc = A utility for adding cargo dependencies from the command line
pkgver = r80.4443aeb
pkgrel = 1
@@ -6,10 +6,12 @@ pkgbase = cargo-edit
arch = i686
arch = x86_64
license = MIT
+ makedepends = git
makedepends = cargo
depends = rust
+ conflicts = cargo-edit
source = git+https://github.com/killercup/cargo-edit.git
sha256sums = SKIP
-pkgname = cargo-edit
+pkgname = cargo-edit-git
diff --git a/PKGBUILD b/PKGBUILD
index a897fd1e14ad..9fbb4f06e38c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,15 @@
# Maintainer: Mike Cooper <mythmon@elem.us>
+pkgname=cargo-edit-git
_pkgname=cargo-edit
-pkgname=$_pkgname-git
pkgver=r80.4443aeb
pkgrel=1
pkgdesc="A utility for adding cargo dependencies from the command line"
url="https://github.com/killercup/cargo-edit"
+conflicts=('cargo-edit')
+provide=('cargo-edit')
depends=('rust')
-makedepends=('cargo')
+makedepends=('git' 'cargo')
arch=('i686' 'x86_64')
license=('MIT')
source=("git+$url.git")