From 027150f505f6d3ea0c58ba44197fd01ec5f5b406 Mon Sep 17 00:00:00 2001 From: Michał Masłowski Date: Sun, 29 Jan 2012 15:49:15 +0100 Subject: Don't refer to possibly nonfree sqlite3 documentation. --- core/sqlite3/PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/sqlite3/PKGBUILD b/core/sqlite3/PKGBUILD index 6951af611..c00db6b7d 100644 --- a/core/sqlite3/PKGBUILD +++ b/core/sqlite3/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Tom Newsom pkgbase="sqlite3" -pkgname=('sqlite3' 'sqlite3-tcl' 'sqlite3-doc') +pkgname=('sqlite3' 'sqlite3-tcl') _amalgamationver=3071000 _amalgamationver2=${_amalgamationver/00/} _docver=${_amalgamationver} #3070700 @@ -20,7 +20,6 @@ source=( # tarball containing the amalgamation for SQLite 3.7.5 together with a license.txt) options=('!libtool' '!emptydirs') md5sums=('9ed2ca93577b58cfa0d01f64b9312ab9' - 'd4c8070ea2cec54b77002c265e680b0f' 'c1cdbc5544034d9012e421e75a5e4890') build() { -- cgit v1.2.3-54-g00ecf