[PATCH 1/1] TESTING: Adding 2 required packages in the documentation file. Replacing MySQL with SQLite in the comment

Nodiv Byzero nodivbyzero at gmail.com
Tue Mar 6 02:38:08 UTC 2018


---
 TESTING         | 2 +-
 schema/Makefile | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/TESTING b/TESTING
index d2c97d9..9613314 100644
--- a/TESTING
+++ b/TESTING
@@ -11,7 +11,7 @@ INSTALL.

 2) Install php and necessary modules:

-    # pacman -S php php-sqlite sqlite
+    # pacman -S php php-sqlite sqlite words fortune-mod

 3) Prepare the testing database:

diff --git a/schema/Makefile b/schema/Makefile
index e0448ad..62d0856 100644
--- a/schema/Makefile
+++ b/schema/Makefile
@@ -3,6 +3,7 @@ aur-schema-sqlite.sql: aur-schema.sql
  -e 's/ ENGINE = InnoDB//' \
  -e 's/ [A-Z]* UNSIGNED NOT NULL AUTO_INCREMENT/ INTEGER NOT NULL/' \
  -e 's/([0-9, ]*) UNSIGNED / UNSIGNED /' \
+ -e 's/ MySQL / SQLite /' \
  $< >$@

 clean:
-- 
2.16.1


More information about the aur-dev mailing list