summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfumseck2018-01-11 13:01:17 +0100
committerfumseck2018-01-11 13:01:17 +0100
commit1a770fd245512b9733598a945bce33e2e00f4e65 (patch)
tree8a494bde0c80649e35a5ad03451c970b0842b7a3 /PKGBUILD
parent2f3dc85fe4ad879566ae5f0f00f94c844f2e3852 (diff)
downloadaur-1a770fd245512b9733598a945bce33e2e00f4e65.tar.gz
fix potential security vulnerabilities
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f3561d3b4e13..dcb21bcc7b11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Willy Micieli <fumseckworld at gmail dot com>
pkgname=aphrodite
-pkgver=1.6
-pkgrel=1
+pkgver=1.7
+pkgrel=2
pkgdesc="Manage all server websites from one interface"
arch=('any')
url="https://github.com/fumseck/aphrodite"
license=('GPL3')
-depends=('php>=7' 'php-apache' 'apache' 'php-pgsql' 'postgresql' 'sqlite' 'mariadb' 'make' 'git' 'composer' 'php-sqlite' )
+depends=('php>=7' 'sudo' 'php-apache' 'apache' 'php-pgsql' 'postgresql' 'sqlite' 'mariadb' 'make' 'git' 'composer' 'php-sqlite')
build()
{
composer create-project imperium/aphrodite $pkgname $pkgver