makedeb


reproc 14.2.4-2


Cross-platform library that simplifies working with external CLI applications from C and C++

Click here to go back to the commit logs for reproc.

Commit:


Hash: dc0f7a776399c9eaf251bad435e92a887827d003

Message: added replace and other functions

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 03a5351..656e300 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,8 @@ pkgbase = reproc
 	license = MIT
 	makedepends = cmake
 	makedepends = gcc
+	provides = reproc
+	conflicts = reproc
 	source = https://github.com/DaanDeMeyer/reproc/archive/v14.2.3.tar.gz
 	sha256sums = ea87db7a780a81bc27bce3e6c8e5f31b831fb8a1d06c6b5c2e1c2554d1c55e00
 
diff --git a/PKGBUILD b/PKGBUILD
index 0e30b92..2ede8e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,9 @@ arch=('x86_64')
 url='https://github.com/DaanDeMeyer/reproc'
 license=('MIT')
 makedepends=('cmake' 'gcc')
+provides=('reproc')
+conflicts=('reproc')
+repalces=('reproc')
 source=("${url}/archive/v${pkgver}".tar.gz)
 sha256sums=('ea87db7a780a81bc27bce3e6c8e5f31b831fb8a1d06c6b5c2e1c2554d1c55e00')