Add make clean
This commit is contained in:
parent
265bdd7220
commit
c100ea5e0c
3
PKGBUILD
3
PKGBUILD
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user