wok-current rev 24062
Typos
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 12 09:44:03 2021 +0000 (2021-06-12) |
parents | dc0f7fd1ff7d |
children | b33b8ac8f5ce |
files | openobex/receipt sane-backends-dev/receipt tint2/receipt xcursor-comix/receipt |
line diff
1.1 --- a/openobex/receipt Sat Jun 12 09:05:17 2021 +0000 1.2 +++ b/openobex/receipt Sat Jun 12 09:44:03 2021 +0000 1.3 @@ -17,7 +17,7 @@ 1.4 1.5 current_version() 1.6 { 1.7 - wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ 1.8 + wget -O - $WEB_SITE/-/tags 2>/dev/null | \ 1.9 sed '/tar.gz/!d;s|.*/mainline-\(.*\).tar.gz".*|\1|;q' 1.10 } 1.11
2.1 --- a/sane-backends-dev/receipt Sat Jun 12 09:05:17 2021 +0000 2.2 +++ b/sane-backends-dev/receipt Sat Jun 12 09:44:03 2021 +0000 2.3 @@ -9,6 +9,7 @@ 2.4 WEB_SITE="http://www.sane-project.org/" 2.5 2.6 WANTED="sane-backends" 2.7 +DEPENDS="sane-backends" 2.8 2.9 # Rules to gen a SliTaz package suitable for Tazpkg. 2.10 genpkg_rules()
3.1 --- a/tint2/receipt Sat Jun 12 09:05:17 2021 +0000 3.2 +++ b/tint2/receipt Sat Jun 12 09:44:03 2021 +0000 3.3 @@ -21,7 +21,7 @@ 3.4 current_version() 3.5 { 3.6 wget -O - ${WGET_URL%/repo*}/-/tags 2>/dev/null | \ 3.7 - sed '/tar.gz/!d;s|.*/tint2-v-\(.*\).tar.gz".*|\1|;q' 3.8 + sed '/tar.gz/!d;s|.*/tint2-v\(.*\).tar.gz".*|\1|;q' 3.9 } 3.10 3.11 # Rules to configure and make the package.
4.1 --- a/xcursor-comix/receipt Sat Jun 12 09:05:17 2021 +0000 4.2 +++ b/xcursor-comix/receipt Sat Jun 12 09:44:03 2021 +0000 4.3 @@ -17,7 +17,7 @@ 4.4 4.5 current_version() 4.6 { 4.7 - wget -O - ${WGET_URL%/*} | \ 4.8 + wget -O - ${WGET_URL%/*} 2>/dev/null | \ 4.9 sed '/tar.bz2/!d;s|.*"ComixCursors-Opaque-\([0-9].*\).tar.bz2".*|\1|;q' 4.10 } 4.11