libuv: Update to 1.2.1

This commit is contained in:
Alexpux
2015-01-18 18:22:22 +03:00
parent f35e469c3e
commit 971fb0817e

View File

@@ -2,17 +2,17 @@
_realname=libuv
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.11.29
pkgver=1.2.1
pkgrel=1
pkgdesc="A new platform layer for Node.JS (mingw-w64)"
arch=('any')
url="https://github.com/joyent/libuv"
url="https://github.com/libuv/libuv"
license=("custom")
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc")
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs")
options=('staticlibs' 'strip')
source=("https://github.com/joyent/libuv/archive/v$pkgver.tar.gz")
sha256sums=('fac45e72c2df30ddc9cbdf5002fc1363281d0e433831e3d43acb1036c2cabfc6')
source=("https://github.com/libuv/libuv/archive/v$pkgver.tar.gz")
sha256sums=('4c4fb49172d6dc59168a934bc128eb4a001e4a2091c2fe9a20d81c720f2caa30')
prepare() {
cd "$srcdir/${_realname}-$pkgver"