wok diff polkit-pam/receipt @ rev 25236

updated python-shapely (1.7.0 -> 1.7.1)
author Hans-G?nter Theisgen
date Wed Jul 13 17:41:12 2022 +0100 (23 months ago)
parents a00bf44ed23d
children 7f7bd3c9775e
line diff
     1.1 --- a/polkit-pam/receipt	Sat Aug 10 22:18:41 2013 +0000
     1.2 +++ b/polkit-pam/receipt	Wed Jul 13 17:41:12 2022 +0100
     1.3 @@ -16,6 +16,13 @@
     1.4  BUILD_DEPENDS="glib-dev libgio-dev gobject-introspection-dev dbus-dev \
     1.5  dbus-glib-dev expat-dev pam-dev"
     1.6  
     1.7 +# What is the latest version available today?
     1.8 +current_version()
     1.9 +{
    1.10 +	wget -O - ${WGET_URL%/*}/ 2>/dev/null | \
    1.11 +	sed "/latest/d;/polkit-[0-9]/!d;/tar/!d;s|.*polkit-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
    1.12 +}
    1.13 +
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {