Skip to content

Commit 24d23a6

Browse files
committed
upd pkgbuild for 0.6
1 parent 1acf93f commit 24d23a6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packaging/PKGBUILD

+2-4
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@ pkgdesc="Easy, modular server management app"
88
arch=('any')
99
url="https://arkos.io/genesis"
1010
license=('GPLv3')
11-
depends=('python2' 'python2-lxml' 'python2-passlib' 'python2-pyopenssl' 'python2-feedparser' 'python2-gevent' 'python2-iptables' 'python2-ntplib' 'python2-nginx>=0.1.3' 'supervisor')
11+
depends=('python2' 'python2-lxml' 'python2-passlib' 'python2-pyopenssl' 'python2-feedparser' 'python2-gevent' 'python2-iptables' 'python2-ntplib' 'python2-nginx>=0.1.3' 'python2-pillow' 'python2-psutil' 'supervisor')
1212
makedepends=('python2' 'python2-distribute' 'python2-passlib')
13-
optdepends=('python2-psutil: Task Manager plugin')
14-
optdepends=('python2-pillow: Terminal plugin')
1513
provides=('genesis')
1614
conflicts=('genesis-git')
1715
source=("$pkgname-$pkgver.tar.gz"::"http://pkg.arkos.io/resources/$pkgname-$pkgver.tar.gz")
18-
md5sums=('8a65c42c94845eb8782d75c284cc7916')
16+
md5sums=('595166bc7b6e1003929f085c21135b11')
1917
backup=('etc/genesis/genesis.conf' 'etc/genesis/users/admin.conf')
2018

2119
build() {

0 commit comments

Comments
 (0)