diff --git a/.SRCINFO b/.SRCINFO index cb24925..a6b421c 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = wallabag pkgdesc = Self hostable application for saving web pages pkgver = 1.7.2 - pkgrel = 1 + pkgrel = 2 url = http://www.wallabag.org/ install = wallabag.install arch = any diff --git a/PKGBUILD b/PKGBUILD index fd45e36..3521287 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=wallabag pkgver=1.7.2 -pkgrel=1 +pkgrel=2 pkgdesc='Self hostable application for saving web pages' arch=('any') url='http://www.wallabag.org/' diff --git a/wallabag.install b/wallabag.install index 61e4107..d4f03d1 100644 --- a/wallabag.install +++ b/wallabag.install @@ -8,7 +8,7 @@ post_install() { - Initialize the database: $ mysql -u root -p wallabag < /usr/share/webapps/wallabag/install/mysql.sql - Create a config file: - # cp /usr/share/webapps/wallabag/inc/poche/config.inc.php{.new,} + # cp /usr/share/webapps/wallabag/inc/poche/config.inc{.default,}.php - Adjust your prefered STORAGE_SERVER (mysql, sqlite, postgres) - Set the database credentials: STORAGE_SERVER, STORAGE_DB, STORAGE_USER, STORAGE_PASSWORD - *Optional*: Adjust the SALT value in config.inc.php (it was autogenerated during install)