mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
appstream_glib: fix libuuid version
This commit is contained in:
@@ -13,7 +13,7 @@ What this library allows you to do:
|
||||
HOMEPAGE="https://people.freedesktop.org/~hughsient/appstream-glib/"
|
||||
COPYRIGHT="2007-2022 Richard Hughes"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://people.freedesktop.org/~hughsient/appstream-glib/releases/appstream-glib-$portVersion.tar.xz"
|
||||
SOURCE_DIR="appstream-glib-$portVersion"
|
||||
CHECKSUM_SHA256="68a3d007f5b3aa84592dbef07950d9acf327da97ec8a6e88a90575d9055ddf6d"
|
||||
@@ -46,7 +46,7 @@ REQUIRES="
|
||||
lib:libpangocairo_1.0$secondaryArchSuffix
|
||||
lib:libpangoft2_1.0$secondaryArchSuffix
|
||||
lib:libsoup_2.4$secondaryArchSuffix
|
||||
lib:libuuid$secondaryArchSuffix >= 1.3
|
||||
lib:libuuid$secondaryArchSuffix
|
||||
lib:libxml2$secondaryArchSuffix
|
||||
lib:libxslt$secondaryArchSuffix
|
||||
lib:libyaml_0$secondaryArchSuffix
|
||||
@@ -78,7 +78,7 @@ BUILD_REQUIRES="
|
||||
devel:libpangocairo_1.0$secondaryArchSuffix
|
||||
devel:libpangoft2_1.0$secondaryArchSuffix
|
||||
devel:libsoup_2.4$secondaryArchSuffix
|
||||
devel:libuuid$secondaryArchSuffix >= 1.3
|
||||
devel:libuuid$secondaryArchSuffix >= 1.3.1
|
||||
devel:libX11$secondaryArchSuffix
|
||||
devel:libXext$secondaryArchSuffix
|
||||
devel:libxml2$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user