1
0
Fork 0
mirror of https://github.com/Yetangitu/owncloud-apps.git synced 2025-10-02 14:49:17 +02:00

OPDS catalog: OC did not like 'sqlite3' as a database, changed to 'sqlite'

This commit is contained in:
frankdelange 2015-02-12 21:57:40 +01:00
parent c4d1ace999
commit b79ff12b09
2 changed files with 2 additions and 2 deletions

BIN
dist/files_opds-0.6.3.tar.gz vendored Normal file

Binary file not shown.

View file

@ -16,7 +16,7 @@
The feed is in compliance with the OPDS 1.1 specification according to the online OPDS validator (http://opds-validator.appspot.com/). The feed is in compliance with the OPDS 1.1 specification according to the online OPDS validator (http://opds-validator.appspot.com/).
</description> </description>
<licence>AGPL</licence> <licence>AGPL</licence>
<version>0.6.2</version> <version>0.6.3</version>
<author>Frank de Lange</author> <author>Frank de Lange</author>
<requiremin>7.0</requiremin> <requiremin>7.0</requiremin>
<shipped>true</shipped> <shipped>true</shipped>
@ -27,7 +27,7 @@
<dependencies> <dependencies>
<php min-version="5.4" /> <php min-version="5.4" />
<database>pgsql</database> <database>pgsql</database>
<database>sqlite3</database> <database>sqlite</database>
<database>mysql</database> <database>mysql</database>
</dependencies> </dependencies>
<ocsid>168132</ocsid> <ocsid>168132</ocsid>