summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner2019-05-28 19:58:52 -0400
committerDave Reisner2019-05-28 19:58:52 -0400
commitf1049fb648dfd2419a5c1359e1395d2f5a6e6129 (patch)
tree1e3e1de2399d17b967045213ceda4498841bb4da
parente85c64aeaf9103a6808c3bec136b32fd2fa939ef (diff)
downloadaur-f1049fb648dfd2419a5c1359e1395d2f5a6e6129.tar.gz
use --wipe with meson to better clean the build dir
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD13
2 files changed, 6 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67ab674ab99f..fa9e7da2ac80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = auracle-git
pkgdesc = A flexible client for the AUR
- pkgver = r192.ad01c04
- pkgrel = 2
+ pkgver = r255.5435855
+ pkgrel = 1
url = https://github.com/falconindy/auracle.git
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index be73cf0903ce..470c8e165dd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=auracle-git
_pkgname=auracle
-pkgver=r192.ad01c04
-pkgrel=2
+pkgver=r255.5435855
+pkgrel=1
pkgdesc='A flexible client for the AUR'
arch=('x86_64' 'i686')
url="https://github.com/falconindy/auracle.git"
@@ -20,15 +20,10 @@ pkgver() {
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
-build () {
+build() {
cd "$_pkgname"
- local action=setup
- if [[ -d build ]]; then
- action=configure
- fi
-
- meson "$action" build \
+ meson build --wipe \
--prefix=/usr \
--buildtype=plain \
--default-library=static