summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2019-05-26 15:04:39 +0000
committerDaniel Bermond2019-05-26 15:04:39 +0000
commit5dcdcb30a708aca6951e57197703b4da7449a7e0 (patch)
tree9e12512aba0c720ce19095583e887422bf09de56
parent819f1f6c450adeea6b659dc1f061e1c05a178481 (diff)
downloadaur-5dcdcb30a708aca6951e57197703b4da7449a7e0.tar.gz
Remove unneeded option
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e23f736fdddd..09979606906b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pthreadpool-git
pkgdesc = A pthread-based thread pool implementation for C/C++ (git version)
pkgver = r56.6673a4c
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Maratyszcza/pthreadpool/
arch = i386
arch = x86_64
@@ -13,7 +13,6 @@ pkgbase = pthreadpool-git
depends = glibc
provides = pthreadpool
conflicts = pthreadpool
- options = staticlibs
source = git+https://github.com/Maratyszcza/pthreadpool.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d631d1ea816f..7564b006f9a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pthreadpool-git
pkgver=r56.6673a4c
-pkgrel=1
+pkgrel=2
pkgdesc='A pthread-based thread pool implementation for C/C++ (git version)'
arch=('i386' 'x86_64')
url='https://github.com/Maratyszcza/pthreadpool/'
@@ -11,7 +11,6 @@ depends=('glibc')
makedepends=('git' 'cmake' 'python' 'gtest')
provides=('pthreadpool')
conflicts=('pthreadpool')
-options=('staticlibs')
source=('git+https://github.com/Maratyszcza/pthreadpool.git')
sha256sums=('SKIP')