summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlastavengers2016-04-06 11:11:01 +0800
committerlastavengers2016-04-06 11:11:15 +0800
commit6a9a56b67ec137f4006a5ae7225cbbcfbe5b4678 (patch)
treec6ece2d8d5cccde5374eb97cd910a9fd1b6e0d07
parent72ab60ad66b38334fb64a39c763a23da2c3351c3 (diff)
downloadaur-6a9a56b67ec137f4006a5ae7225cbbcfbe5b4678.tar.gz
fix issue when create directory build
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2522bc235edf..693f868a8ad6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Mar 21 06:35:26 UTC 2016
+# Wed Apr 6 03:10:49 UTC 2016
pkgbase = ricin-git
pkgdesc = Lightweight and Fully-Hackable Tox client powered by Vala & Gtk3
- pkgver = 0.467.11d69a5
+ pkgver = 0.537.628494f
pkgrel = 1
url = https://github.com/RicinApp/Ricin
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 326c09e28a2b..b32df35cca1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ricin-git
_pkgname=Ricin
_submodule=tox-vapi
-pkgver=0.467.11d69a5
+pkgver=0.537.628494f
pkgrel=1
pkgdesc="Lightweight and Fully-Hackable Tox client powered by Vala & Gtk3"
url="https://github.com/RicinApp/Ricin"
@@ -39,7 +39,7 @@ pkgver() {
build() {
cd "${srcdir}/${_pkgname}"
- mkdir build > /dev/null
+ mkdir build || true
if [ -f "/usr/bin/meson" ]; then
meson . build
else