Skip to content

Commit

Permalink
*/*: rebuild against libplist
Browse files Browse the repository at this point in the history
just to be safe with the random api changes
  • Loading branch information
nekopsykose committed May 14, 2024
1 parent 7ff8a90 commit 8ac6f94
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion contrib/usbmuxd/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "usbmuxd"
pkgver = "1.1.1"
pkgrel = 0
pkgrel = 1
build_style = "gnu_configure"
configure_args = ["--without-systemd"]
make_cmd = "gmake"
Expand Down
2 changes: 1 addition & 1 deletion main/gvfs/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "gvfs"
pkgver = "1.54.0"
pkgrel = 0
pkgrel = 1
build_style = "meson"
configure_args = [
"-Dsystemduserunitdir=no",
Expand Down
2 changes: 1 addition & 1 deletion main/libimobiledevice-glue/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "libimobiledevice-glue"
pkgver = "1.2.0"
pkgrel = 0
pkgrel = 1
build_style = "gnu_configure"
hostmakedepends = [
"automake",
Expand Down
2 changes: 1 addition & 1 deletion main/libimobiledevice/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "libimobiledevice"
pkgver = "1.3.0"
pkgrel = 4
pkgrel = 5
build_style = "gnu_configure"
configure_args = ["--disable-static"] # prevent building python binding .a
hostmakedepends = ["pkgconf", "automake", "libtool", "python", "python-cython"]
Expand Down
2 changes: 1 addition & 1 deletion main/libusbmuxd/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "libusbmuxd"
pkgver = "2.1.0"
pkgrel = 0
pkgrel = 1
build_style = "gnu_configure"
hostmakedepends = ["pkgconf", "automake", "libtool"]
makedepends = [
Expand Down
2 changes: 1 addition & 1 deletion main/upower/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "upower"
pkgver = "1.90.4"
pkgrel = 0
pkgrel = 1
build_style = "meson"
configure_args = [
"-Ddefault_library=shared",
Expand Down

0 comments on commit 8ac6f94

Please sign in to comment.