summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Tiá2019-01-31 09:02:23 -0600
committerJavier Tiá2019-01-31 09:02:23 -0600
commit8c34d09cdeedf78db6751213a196975567a84447 (patch)
tree6011c16ff35b29144e03286574b1550298bccea6
parentee4773af9ebac030534e4c0069c5b09cc68dc8c7 (diff)
downloadaur-8c34d09cdeedf78db6751213a196975567a84447.tar.gz
Bump up reproc 4.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 d984d101d84f..e577b169523f 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 = 3.1.3
+ pkgver = 4.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/v3.1.3.tar.gz
- sha256sums = 574fbc83032aef6b74f1fff60f1aaf221f1802d14f16545c7b55064cda202ffd
+ source = https://github.com/DaanDeMeyer/reproc/archive/v4.0.0.tar.gz
+ sha256sums = 6fc5bca7757a3253d73bc265a7577764fce1496415a1e04f49135c0e35c3f2cb
pkgname = reproc
diff --git a/PKGBUILD b/PKGBUILD
index 81321d73a9a6..f8224d674906 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Javier Tiá <javier dot tia at gmail dot com>
pkgname=reproc
-pkgver=3.1.3
+pkgver=4.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="${_url}/reproc"
license=('MIT')
makedepends=('cmake' 'gcc')
source=("${url}/archive/v${pkgver}".tar.gz)
-sha256sums=('574fbc83032aef6b74f1fff60f1aaf221f1802d14f16545c7b55064cda202ffd')
+sha256sums=('6fc5bca7757a3253d73bc265a7577764fce1496415a1e04f49135c0e35c3f2cb')
prepare() {
cd "${pkgname}-${pkgver}"