summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlåzaro2016-02-20 19:17:03 -0500
committerlåzaro2016-02-20 19:17:03 -0500
commitd237cfe712682ef5d5a488139939d8d4dab83c2e (patch)
tree437354463593b756376dde3a48aa19b99dc9bbe0
parent8105fc8bed988787165d8f08eed686928ef6891f (diff)
downloadaur-d237cfe712682ef5d5a488139939d8d4dab83c2e.tar.gz
fixed PKGBUILD's url field, pointing yo wordpress
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
-rw-r--r--cmsimple.install4
3 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8f6bc9467c6..e0bf3ec708a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by makepkg 5.0.0
-# Thu Feb 18 19:09:51 UTC 2016
+# Fri Feb 19 03:59:27 UTC 2016
pkgbase = cmsimple
pkgdesc = Very simple CMS for very simple content
pkgver = 4.6.1
diff --git a/PKGBUILD b/PKGBUILD
index edb10b0dd244..9eeb5086fdd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgver=4.6.1
pkgrel=1
pkgdesc='Very simple CMS for very simple content'
arch=('any')
-url='http://wordpress.org/'
-license=('GPL')
+url='http://cmsimple.org/'
+license=('GNU')
depends=('php')
optdepends=('apache: Web server to run wordpress'
'nginx: Web server to run wordpress'
diff --git a/cmsimple.install b/cmsimple.install
index ca727d42b369..9e81b458ba79 100644
--- a/cmsimple.install
+++ b/cmsimple.install
@@ -1,4 +1,5 @@
post_install() {
+
chown -R http:http /usr/share/webapps/cmsimple
chmod -R 755 /usr/share/webapps/cmsimple
echo '''
@@ -11,6 +12,8 @@ post_install() {
https://wiki.archlinux.org/index.php/Apache_HTTP_Server#Virtual_hosts
+ Or in apache, just Include the Alias provided by the package
+
'''
}
@@ -18,4 +21,5 @@ post_upgrade() {
post_install
}
+
# vim:set ts=2 sw=2 et: