summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTolga HOŞGÖR2015-06-09 03:33:21 +0300
committerTolga HOŞGÖR2015-06-09 03:33:21 +0300
commitb101ada6e406afb92181978f84c0100e6713b0b8 (patch)
tree4a0934c2309cdfd000abb9c9d7920f63db4294d8
parent1f13e5588bd7e9f0377bd46e2e5b35b1f5fd37c3 (diff)
downloadaur-b101ada6e406afb92181978f84c0100e6713b0b8.tar.gz
updated version
Signed-off-by: Tolga HOŞGÖR <fasdfasdas@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 095289d31208..ca4abc262ced 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = threadpool11-git
pkgdesc = A fast, lock-free, cross-platform C++11 thread pooling library that is aiming to be lightweight and simple.
- pkgver = 2.0.6.r3.g31e6849
+ pkgver = 2.0.8.r0.g46c9afc
pkgrel = 1
url = https://github.com/tghosgor/threadpool11
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 4014df9b1ec5..7b4f222e7d6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=threadpool11-git
pkgdesc='A fast, lock-free, cross-platform C++11 thread pooling library that is aiming to be lightweight and simple.'
-pkgver=2.0.6.r3.g31e6849
+pkgver=2.0.8.r0.g46c9afc
pkgver() {
cd "$pkgname"
git describe --long | sed -r 's/([^-]*-g)/r\1/;s/-/./g'