wok diff enchant2/receipt @ rev 23929

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:25:24 2020 +0000 (2020-09-01)
parents 736b965f54dc
children 5ea0ce1cecc0
line diff
     1.1 --- a/enchant2/receipt	Mon Jan 27 09:05:27 2020 +0100
     1.2 +++ b/enchant2/receipt	Tue Sep 01 10:25:24 2020 +0000
     1.3 @@ -9,8 +9,9 @@
     1.4  LICENSE="LGPL2.1"
     1.5  WEB_SITE="https://www.abisource.com/projects/enchant/"
     1.6  
     1.7 -TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.8 -WGET_URL="https://github.com/AbiWord/enchant/releases/download/v$VERSION/$TARBALL"
     1.9 +SOURCE="enchant"
    1.10 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.11 +WGET_URL="https://github.com/AbiWord/$SOURCE/releases/download/v$VERSION/$TARBALL"
    1.12  
    1.13  SUGGESTED="aspell"
    1.14  DEPENDS="dbus dbus-glib gcc83-lib-base glib"