Add make clean

This commit is contained in:
jun7 2018-04-26 23:44:56 +09:00
parent 265bdd7220
commit c100ea5e0c

View File

@ -1,7 +1,7 @@
# Maintainer: jun7 <jun7@hush.com> # Maintainer: jun7 <jun7@hush.com>
pkgname=wyebadblock-git pkgname=wyebadblock-git
pkgver=1.1 pkgver=1.1
pkgrel=3 pkgrel=4
pkgdesc="An adblock extension for webkit2gtk browsers." pkgdesc="An adblock extension for webkit2gtk browsers."
arch=('x86_64') arch=('x86_64')
url="https://github.com/jun7/wyebadblock" url="https://github.com/jun7/wyebadblock"
@ -20,6 +20,7 @@ pkgver(){
prepare() { prepare() {
cd "$srcdir/wyebadblock" cd "$srcdir/wyebadblock"
git pull --rebase origin $_branch git pull --rebase origin $_branch
make clean
} }
build() { build() {