Tweaks
This commit is contained in:
parent
7abdf05b7f
commit
3ebc23ab13
1 changed files with 3 additions and 2 deletions
5
dist/arch/PKGBUILD
vendored
5
dist/arch/PKGBUILD
vendored
|
@ -1,6 +1,6 @@
|
|||
_repopath=`dirname $(dirname $(pwd))`
|
||||
pkgname="arsse"
|
||||
pkgver="0.9.1"
|
||||
pkgver=0.9.1.r10.7abdf05
|
||||
pkgrel=1
|
||||
epoch=
|
||||
pkgdesc="RSS/Atom newsfeed synchronization server"
|
||||
|
@ -32,7 +32,8 @@ build() {
|
|||
composer install
|
||||
./robo manual
|
||||
composer install --no-dev -o -n --no-scripts
|
||||
php arsse.php conf save-defaults config.defaults.php
|
||||
php arsse.php conf save-defaults config.defaults.php
|
||||
rm -r vendor/bin
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue