summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquininer2016-01-04 14:52:12 +0800
committerquininer2016-01-04 14:52:12 +0800
commitbc866bb0187a4b799438b5b33c0013b47710bc2b (patch)
treeed9b0015dc860816241b6e28dbeb68733576609c
parent89bdf0e17e9519d21003c2d1814816238ce8e1c9 (diff)
downloadaur-bc866bb0187a4b799438b5b33c0013b47710bc2b.tar.gz
use hyper
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 186f5eeadc38..58fc5fe33d21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jan 4 05:15:21 UTC 2016
+# Mon Jan 4 06:51:29 UTC 2016
pkgbase = ydcv-rs-git
pkgdesc = A Rust version of ydcv.
- pkgver = 0.3.1.48
+ pkgver = 0.3.1.52
pkgrel = 1
url = https://github.com/farseerfc/ydcv-rs
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 87371f12e9bb..312e6d1a4a22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=ydcv-rs-git
_gitname="ydcv-rs"
pkgdesc="A Rust version of ydcv."
-pkgver=0.3.1.48
+pkgver=0.3.1.52
pkgrel=1
arch=('i686' 'x86_64')
conflicts=("ydcv")
provides=("ydcv")
url="https://github.com/farseerfc/ydcv-rs"
license=('MIT' 'GPLv2')
-depends=('curl')
+depends=()
makedepends=('git' 'cargo' 'python-pytoml')
source=('git://github.com/farseerfc/ydcv-rs.git')
sha256sums=('SKIP')
@@ -20,8 +20,7 @@ pkgver() {
build() {
cd $_gitname
- # cargo build --no-default-features --features "hyper notify-rust" --release
- cargo build --release
+ cargo build --no-default-features --features "hyper notify-rust" --release
}
package() {