summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 1 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d35e87e9fda2..646a0ccc5bdd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by makepkg 5.0.0
-# Sun Feb 21 00:19:07 UTC 2016
+# Sun Feb 21 00:25:23 UTC 2016
pkgbase = cmsimple
pkgdesc = Very simple CMS for very simple content
pkgver = 4.6.1
@@ -9,9 +9,6 @@ pkgbase = cmsimple
arch = any
license = GNU
depends = php
- optdepends = apache: Web server to run wordpress
- optdepends = nginx: Web server to run wordpress
- optdepends = cherokee: Lightweight Web server to run wordpress
options = emptydirs
source = http://www.cmsimple.org/downloads_cmsimple40/CMSimple_4-6-1.zip
sha256sums = 8df516551717b413260811855fad28198e2a72599a279c83daadb2a931170631
diff --git a/PKGBUILD b/PKGBUILD
index 9eeb5086fdd2..ae0848fed040 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,9 +9,6 @@ arch=('any')
url='http://cmsimple.org/'
license=('GNU')
depends=('php')
-optdepends=('apache: Web server to run wordpress'
- 'nginx: Web server to run wordpress'
- 'cherokee: Lightweight Web server to run wordpress')
options=('emptydirs')
install="$pkgname.install"
source=("http://www.cmsimple.org/downloads_cmsimple40/CMSimple_$(echo $pkgver |sed s/'\.'/'-'/g).zip")