summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJavier Tiá2018-12-03 10:46:16 -0600
committerJavier Tiá2018-12-03 10:46:16 -0600
commit4ff55cdbfa6594f009c3c56e441e5efc56863bce (patch)
tree21fb02aca0e11c2b0178967161de4370833ed06b /PKGBUILD
parent7d72b5c5cc82bdae950cd2173f250bb616f753c7 (diff)
downloadaur-4ff55cdbfa6594f009c3c56e441e5efc56863bce.tar.gz
Bump up reproc 3.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b32bc0ec452..f079494f2e12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Javier Tiá <javier dot tia at gmail dot com>
pkgname=reproc
-pkgver=2.0.0
-pkgrel=2
+pkgver=3.0.0
+pkgrel=1
pkgdesc='Cross-platform library that simplifies working with external CLI applications from C and C++'
arch=('x86_64')
_url='https://github.com/DaanDeMeyer'
@@ -10,7 +10,7 @@ url="${_url}/reproc"
license=('MIT')
makedepends=('cmake' 'gcc')
source=("${url}/archive/v${pkgver}".tar.gz)
-sha256sums=('71d32a8f3fb13acb4eb4d54298ab45597b9f2bcfaa206b32c02f7f21523a084f')
+sha256sums=('5572458b7f7b1f4341b2fcea790bd951824270e7ed9bd3ad713d33b8b22f6092')
prepare() {
cd "${pkgname}-${pkgver}"