summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjun72017-09-15 11:08:54 +0900
committerjun72017-09-15 11:08:54 +0900
commitd0dbe83d9ddc2b175ce5df91dcf6f574f75415c2 (patch)
tree567e167dd082c4b8c44593ba76344552a1defec1
parente924e03bcc5c252d94b8e82804a0f96c148d0eba (diff)
downloadaur-d0dbe83d9ddc2b175ce5df91dcf6f574f75415c2.tar.gz
Add make clean
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb92a10ec6be..4abb41aab00c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wyeb-git
pkgdesc = A vim-like webkit2gtk browser
pkgver = 1.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/jun7/wyeb
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index cf29962f6661..9e822773b8af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: jun7 <jun7@hush.com>
pkgname=wyeb-git
pkgver=1.1
-pkgrel=2
+pkgrel=3
pkgdesc="A vim-like webkit2gtk browser"
arch=('x86_64')
url="https://github.com/jun7/wyeb"
@@ -20,6 +20,7 @@ pkgver(){
prepare() {
cd "$srcdir/wyeb"
git pull --rebase origin $_branch
+ make clean
}
build() {