makedeb
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.
Hash: 0cb772c0ffd231e0132ef675784614c80ee7670b
Message: removed replaces function
diff --git a/PKGBUILD b/PKGBUILD
index 2ede8e8..cc162e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('MIT')
makedepends=('cmake' 'gcc')
provides=('reproc')
conflicts=('reproc')
-repalces=('reproc')
+# replaces=('reproc')
source=("${url}/archive/v${pkgver}".tar.gz)
sha256sums=('ea87db7a780a81bc27bce3e6c8e5f31b831fb8a1d06c6b5c2e1c2554d1c55e00')