wok-next diff appdata-tools/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 ff18a62fdafd
children 23812d08bd9e
line diff
     1.1 --- a/appdata-tools/receipt	Thu Feb 12 11:09:07 2015 +0100
     1.2 +++ b/appdata-tools/receipt	Sun Oct 29 09:27:29 2017 +0100
     1.3 @@ -11,7 +11,7 @@
     1.4  WGET_URL="http://people.freedesktop.org/~hughsient/releases/$TARBALL"
     1.5  
     1.6  DEPENDS="gdk-pixbuf libsoup"
     1.7 -BUILD_DEPENDS="gdk-pixbuf-dev libsoup-dev glib-dev sqlite-dev"
     1.8 +BUILD_DEPENDS="gdk-pixbuf-dev libsoup-dev glib-dev sqlite3-dev"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()