summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-01-29 15:49:15 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-01-29 15:49:15 +0100
commit027150f505f6d3ea0c58ba44197fd01ec5f5b406 (patch)
tree3b1b68585f8d4af903118b55c84f75439dc02acb
parent4a534f68f38c221a2276fa791e086c3848ce515d (diff)
Don't refer to possibly nonfree sqlite3 documentation.
-rw-r--r--core/sqlite3/PKGBUILD3
1 files changed, 1 insertions, 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 <Jeepster@gmx.co.uk>
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() {