Skip to content

Commit

Permalink
Update PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamek authored Oct 2, 2019
1 parent 543f75c commit 6742333
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion archlinux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ depends=(
'python-flask-login'
'python-flask-migrate'
'python-flask-wtf'
'python-flask-script'
'python-raven'
'python-lxml'
'python-docopt'
Expand Down Expand Up @@ -52,4 +53,4 @@ build() {
package() {
cd "${srcdir}/${pkgname}"
python setup.py install --root="$pkgdir/" --optimize=1
}
}

0 comments on commit 6742333

Please sign in to comment.