summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortuftedocelot2015-12-10 17:11:38 -0600
committertuftedocelot2015-12-10 17:11:38 -0600
commit1d8dd608252b8ce8e17a71b2f0cf34a7eadb994c (patch)
tree447284fb10181285a13d56d11467bfa5143587d0
parent0d5e97de797284ccb1c1f440e885bd09a62eaa19 (diff)
downloadaur-1d8dd608252b8ce8e17a71b2f0cf34a7eadb994c.tar.gz
add cargo as a dep and vers bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
-rw-r--r--exa-git.install7
3 files changed, 8 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8329ef0fa6d..1b48f7148494 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
+# Generated by mksrcinfo v8
+# Thu Dec 10 23:11:29 UTC 2015
pkgbase = exa-git
pkgdesc = Replacement for ls written in Rust.
- pkgver = 329
+ pkgver = 519
pkgrel = 1
url = https://github.com/ogham/exa
- install = exa-git.install
arch = i686
arch = x86_64
license = MIT
makedepends = cmake
makedepends = rust
+ makedepends = cargo
depends = libssh2
source = git+https://github.com/ogham/exa.git
- source = exa-git.install
md5sums = SKIP
- md5sums = 9e2ac3fa717f209869995438b1e5dc22
pkgname = exa-git
diff --git a/PKGBUILD b/PKGBUILD
index 61ad64d4e746..0198568c0d5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,16 @@
# Maintainer: tuftedocelot@fastmail.fm
_pkgname=exa
pkgname=${_pkgname}-git
-pkgver=447
+pkgver=519
pkgrel=1
pkgdesc='Replacement for ls written in Rust.'
arch=('i686' 'x86_64')
url="https://github.com/ogham/exa"
license='MIT'
depends=('libssh2')
-makedepends=('cmake' 'rust')
-install=exa-git.install
-source=("git+https://github.com/ogham/exa.git" exa-git.install)
-md5sums=('SKIP'
- '9e2ac3fa717f209869995438b1e5dc22')
+makedepends=('cmake' 'rust' 'cargo')
+source=("git+https://github.com/ogham/exa.git")
+md5sums=('SKIP')
pkgver() {
cd "$srcdir/$_pkgname"
diff --git a/exa-git.install b/exa-git.install
deleted file mode 100644
index b1f891bd463b..000000000000
--- a/exa-git.install
+++ /dev/null
@@ -1,7 +0,0 @@
-pre_install() {
- echo "You must have one of cargo-bin, cargo-git, or rust-nightly-bin for exa to compile!"
-}
-pre_upgrade() {
- echo "You must have one of cargo-bin, cargo-git, or rust-nightly-bin for exa to compile!"
-}
-