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