aur/owncloud to 2.0.1-1

This commit is contained in:
Kevin Mihelich 2011-12-07 16:42:15 -05:00
parent c83e56e091
commit fe115070ca
2 changed files with 6 additions and 6 deletions

View file

@ -4,17 +4,17 @@
plugrel=1
pkgname=owncloud
pkgver=1.2
pkgver=2.0.1
pkgrel=1
pkgdesc="A cloud server to store your files centrally on a hardware controlled by you"
arch=('i686' 'x86_64')
url="http://owncloud.org/index.php/Main_Page"
url="http://owncloud.org/"
license=('GPL')
depends=('php-apache' 'php-sqlite' 'php-curl')
depends=('php-apache' 'php-sqlite')
makedepends=()
source=("http://owncloud.org/releases/${pkgname}-${pkgver}.tar.bz2" 'owncloud.conf')
install=owncloud.install
md5sums=('9397392cef8e3c1a669c41f1b6fb1fed'
md5sums=('24679dc0a0472f7ca7bba7422fdcf74d'
'b22b1f45421a13b772dd0b7617e62c83')
# build()

View file

@ -1,11 +1,11 @@
pkgname=ownCloud
post_install() {
echo "Add following lines into /etc/httpd/conf/httpd.conf:"
echo "Add the following lines into /etc/httpd/conf/httpd.conf:"
echo "Include /etc/httpd/conf/extra/owncloud.conf"
echo "LoadModule php5_module modules/libphp5.so"
echo "Include conf/extra/php5_module.conf"
echo
echo "Uncomment extensions curl.so json.so pdo_sqlite.so sqlite.so sqlite3.so xmlrpc.so"
echo "Uncomment extensions_sqlite.so sqlite.so sqlite3.so xmlrpc.so zip.so"
echo "in /etc/php/php.ini"
}