summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7cfbe89eaa2..b151851377fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-async++-git
pkgdesc = Async++ is a lightweight concurrency framework for C++11. (mingw-w64)
- pkgver = r161.8ba15ed
+ pkgver = r187.172ca3f
pkgrel = 1
url = https://github.com/Amanieu/asyncplusplus
arch = any
@@ -8,7 +8,6 @@ pkgbase = mingw-w64-async++-git
makedepends = mingw-w64-cmake
makedepends = git
depends = mingw-w64-crt
- depends = mingw-w64-gcc
options = !strip
options = !buildflags
options = staticlibs
@@ -16,4 +15,4 @@ pkgbase = mingw-w64-async++-git
sha1sums = SKIP
pkgname = mingw-w64-async++-git
-
+
diff --git a/PKGBUILD b/PKGBUILD
index 6c125b69e487..8716b4753f93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Mykola Dimura <mykola.dimura@gmail.com>
pkgname=mingw-w64-async++-git
-pkgver=r161.8ba15ed
+pkgver=r187.172ca3f
pkgrel=1
pkgdesc="Async++ is a lightweight concurrency framework for C++11. (mingw-w64)"
arch=('any')
url='https://github.com/Amanieu/asyncplusplus'
license=('MIT')
-depends=('mingw-w64-crt' 'mingw-w64-gcc')
+depends=('mingw-w64-crt')
makedepends=('mingw-w64-cmake' 'git')
options=('!strip' '!buildflags' 'staticlibs')
source=("${pkgname%-git}::git+https://github.com/Amanieu/asyncplusplus.git#branch=master")