From 3ebc23ab13ccf163bc7b3eae6fc6074e5d712112 Mon Sep 17 00:00:00 2001 From: "J. King" Date: Mon, 17 May 2021 07:27:22 -0400 Subject: [PATCH] Tweaks --- dist/arch/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dist/arch/PKGBUILD b/dist/arch/PKGBUILD index be98802..2266773 100644 --- a/dist/arch/PKGBUILD +++ b/dist/arch/PKGBUILD @@ -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() {