summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf1b68b254a0..19f617563be0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libuv-git
pkgdesc = A multi-platform support library with a focus on asynchronous I/O
pkgver = 1.13.1.r67.g9834c4f7
- pkgrel = 1
+ pkgrel = 2
url = http://libuv.org/
arch = i686
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = libuv-git
depends = glibc
provides = libuv
conflicts = libuv
+ options = staticlibs
source = git+https://github.com/libuv/libuv.git#branch=master
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 50e1b2df964f..ce95f191c947 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=libuv-git
pkgver=1.13.1.r67.g9834c4f7
-pkgrel=1
+pkgrel=2
pkgdesc="A multi-platform support library with a focus on asynchronous I/O"
arch=('i686' 'x86_64')
url="http://libuv.org/"
@@ -11,6 +11,7 @@ depends=('glibc')
makedepends=('git' 'python-sphinx')
provides=('libuv')
conflicts=('libuv')
+options=('staticlibs')
source=("git+https://github.com/libuv/libuv.git#branch=master")
sha256sums=('SKIP')