wok-next diff bogofilter/receipt @ rev 20098

s/sqlite/sqlite3/
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 29 09:27:29 2017 +0100 (2017-10-29)
parents 7e2791244ffc
children 757d032c55c7
line diff
     1.1 --- a/bogofilter/receipt	Mon Aug 24 09:12:53 2015 +0200
     1.2 +++ b/bogofilter/receipt	Sun Oct 29 09:27:29 2017 +0100
     1.3 @@ -11,8 +11,8 @@
     1.4  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.5  TAGS="mail email filter spam C"
     1.6  
     1.7 -DEPENDS="sqlite gsl"
     1.8 -BUILD_DEPENDS="sqlite-dev"
     1.9 +DEPENDS="sqlite3 gsl"
    1.10 +BUILD_DEPENDS="sqlite3-dev"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()