summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Tiá2020-02-04 19:25:11 -0600
committerJavier Tiá2020-02-04 19:25:11 -0600
commit4f55e59e396949854ddf24323763a5f376a1b92b (patch)
treeb8f7c7cbd5bfed0091731f88f97b2ce1a0fa81c7
parent03aaf5ea2b7c7c3398818e56d07e97e92e4f17ca (diff)
downloadaur-4f55e59e396949854ddf24323763a5f376a1b92b.tar.gz
Bump up reproc 11.0.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d01cef5b2f5..2e63df452f32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = reproc
pkgdesc = Cross-platform library that simplifies working with external CLI applications from C and C++
- pkgver = 10.0.3
+ pkgver = 11.0.0
pkgrel = 1
url = https://github.com/DaanDeMeyer/reproc
arch = x86_64
license = MIT
makedepends = cmake
makedepends = gcc
- source = https://github.com/DaanDeMeyer/reproc/archive/v10.0.3.tar.gz
- sha256sums = 63d89e1f5e8c3e16e0018f268b6b0b971c67ddeaf98c168ef23a8a3954b81eff
+ source = https://github.com/DaanDeMeyer/reproc/archive/v11.0.0.tar.gz
+ sha256sums = 9f7349b1a467e0b55a1533e0b0c558f93cddc251b870399ebd329cec6882520d
pkgname = reproc
diff --git a/PKGBUILD b/PKGBUILD
index 28a6e4ddb84d..1d8912c56f48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Daan De Meyer <daan.j.demeyer@gmail.com>
pkgname=reproc
-pkgver=10.0.3
+pkgver=11.0.0
pkgrel=1
pkgdesc='Cross-platform library that simplifies working with external CLI applications from C and C++'
arch=('x86_64')
@@ -10,7 +10,7 @@ url='https://github.com/DaanDeMeyer/reproc'
license=('MIT')
makedepends=('cmake' 'gcc')
source=("${url}/archive/v${pkgver}".tar.gz)
-sha256sums=('63d89e1f5e8c3e16e0018f268b6b0b971c67ddeaf98c168ef23a8a3954b81eff')
+sha256sums=('9f7349b1a467e0b55a1533e0b0c558f93cddc251b870399ebd329cec6882520d')
build() {
cmake \