Skip to content

Commit

Permalink
liplist: update to 2.3.0
Browse files Browse the repository at this point in the history
x The job requires this package to be updated and ftbfs a bit whether it is
updated or not. The source download path was changed because the old source
download path didn't seem to be labeled for the package, resulting in an
error at build time "configure: error : PACKAGE_VERSION is not defined.
Make sure to cnfigure a source tree out from git or that .tarball-version
is present"
  • Loading branch information
HouLiXieBuRou committed Dec 22, 2023
1 parent 47746b1 commit bff2908
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions runtime-common/libplist/autobuild/defines
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ BUILDDEP__M68K="${BUILDDEP__RETRO}"
BUILDDEP__POWERPC="${BUILDDEP__RETRO}"
BUILDDEP__PPC64="${BUILDDEP__RETRO}"

# FIXME: Default to /usr/bin/cython3 path
AUTOTOOLS_AFTER=" \
--with-cython=/usr/bin/cython"
AUTOTOOLS_AFTER__RETRO=" \
--without-cython"
AUTOTOOLS_AFTER__ARMV4="${AUTOTOOLS_AFTER__RETRO}"
Expand Down
7 changes: 3 additions & 4 deletions runtime-common/libplist/spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
VER=2.2.0
REL=2
SRCS="tbl::https://github.com/libimobiledevice/libplist/archive/$VER.tar.gz"
CHKSUMS="sha256::7e654bdd5d8b96f03240227ed09057377f06ebad08e1c37d0cfa2abe6ba0cee2"
VER=2.3.0
SRCS="tbl::https://github.com/libimobiledevice/libplist/releases/download/$VER/libplist-$VER.tar.bz2"
CHKSUMS="sha256::4e8580d3f39d3dfa13cefab1a13f39ea85c4b0202e9305c5c8f63818182cac61"
CHKUPDATE="anitya::id=11675"

0 comments on commit bff2908

Please sign in to comment.