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: c7a1d9ed2f32ee3de3d8ca1143890e673b765bb0

Message: minor fix

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 0f4bfc2..75e32ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
-generated-by = makedeb-makepkg
-
-pkgbase = reproc
-	pkgdesc = Cross-platform library that simplifies working with external CLI applications from C and C++
-	pkgver = 14.2.4
-	pkgrel = 1
-	url = https://github.com/DaanDeMeyer/reproc
-	arch = x86_64
-	license = MIT
-	makedepends = cmake
-	makedepends = gcc
-	provides = reproc
-	conflicts = reproc
-	source = https://github.com/DaanDeMeyer/reproc/archive/v14.2.4.tar.gz
-	sha512sums = c592521960f1950d626261738091d25efdf764ee1a0c72a58c28c66eaebf6073b2c978f1dc2c8dbe89b0be7ec1629a3a45cb1fafa0ebe21b5df8d4d27c992675
-
+generated-by = makedeb
 pkgname = reproc
+pkgbase = reproc
+pkgdesc = Cross-platform library that simplifies working with external CLI applications from C and C++
+pkgrel = 2
+pkgver = 14.2.4
+url = https://github.com/DaanDeMeyer/reproc
+arch = amd64
+conflicts = reproc
+license = MIT
+makedepends = cmake
+makedepends = gcc
+provides = reproc
+source = https://github.com/DaanDeMeyer/reproc/archive/v14.2.4.tar.gz
+sha512sums = c592521960f1950d626261738091d25efdf764ee1a0c72a58c28c66eaebf6073b2c978f1dc2c8dbe89b0be7ec1629a3a45cb1fafa0ebe21b5df8d4d27c992675
+makedepends = cmake
+makedepends = gcc
diff --git a/PKGBUILD b/PKGBUILD
index 2f1b86c..a7fe6ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
 # Maintainer: only_vip <onlyme_vip@protonmail.com>
 pkgname=reproc
 pkgver=14.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Cross-platform library that simplifies working with external CLI applications from C and C++'
-arch=('x86_64')
+arch=('amd64')
 url='https://github.com/DaanDeMeyer/reproc'
 license=('MIT')
 makedepends=('cmake' 'gcc')