Skip to content

Commit

Permalink
*/*: rebuild against protobuf 27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nekopsykose committed Jul 6, 2024
1 parent 795be07 commit 0e38b03
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion contrib/android-tools/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "android-tools"
pkgver = "35.0.1"
pkgrel = 1
pkgrel = 2
# only supports specific little-endian archs, particularly in boringssl
archs = ["x86_64", "aarch64", "ppc64le", "riscv64"]
build_style = "cmake"
Expand Down
2 changes: 1 addition & 1 deletion contrib/libphonenumber/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "libphonenumber"
pkgver = "8.13.40"
pkgrel = 0
pkgrel = 1
build_style = "cmake"
configure_args = [
"-DREGENERATE_METADATA=OFF",
Expand Down
2 changes: 1 addition & 1 deletion contrib/mosh/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "mosh"
pkgver = "1.4.0"
pkgrel = 10
pkgrel = 11
build_style = "gnu_configure"
make_cmd = "gmake"
hostmakedepends = [
Expand Down
2 changes: 1 addition & 1 deletion contrib/opencv/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "opencv"
pkgver = "4.10.0"
pkgrel = 3
pkgrel = 4
build_style = "cmake"
configure_args = [
# rm NDEBUG
Expand Down
2 changes: 1 addition & 1 deletion main/protobuf-c/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "protobuf-c"
pkgver = "1.5.0"
pkgrel = 10
pkgrel = 11
build_style = "gnu_configure"
configure_args = [
"--enable-protoc",
Expand Down

0 comments on commit 0e38b03

Please sign in to comment.