summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSonic-Y3k2015-09-18 20:10:04 +0200
committerSonic-Y3k2015-09-18 20:10:04 +0200
commitb6d91dbb6b17278c1d51ddca9981e2bbc52e106b (patch)
tree70604498deb77a3e2adb899f34ac37fd6ac5c651 /PKGBUILD
parent753dc5c9f3c613043aefa166de86e17b4cf2debd (diff)
downloadaur-plexwatchweb-git.tar.gz
Reverted previous commit, removed comment dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 1 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0e404738b693..7fa76915927b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A web front-end for plexWatch."
arch=('any')
url="https://github.com/ecleese/plexWatchWeb"
license=('unknown')
-#depends=('php-sqlite')
+depends=('php-sqlite')
optdepends=('php-apache: to use the Apache web server'
'plexwatch: plexwatchweb backend')
options=('!strip')
@@ -23,14 +23,6 @@ sha256sums=("SKIP"
pkgver() {
cd "$pkgname"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
-
- cd "${srcdir}/plexwatchweb-git"
- find . -type f -name .gitattributes -delete
- find . -type f -name .gitkeep -delete
- find . -type f -name .gitignore -delete
- find . -type f -name .gitmodules -delete
- find . -type f -name .travis.yml -delete
- find . -type d -name .git -exec rm -rf {} \;
}
package() {