summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtem Vorotnikov2017-05-30 17:20:16 +0300
committerArtem Vorotnikov2017-05-30 17:24:42 +0300
commit452247c9cbf4f8e10ba03b8e0e24f5a03193c2a1 (patch)
tree95445a232564e9c301e633a0ea07cd696717b56e
parentc7feaea5f6ef10931ef35b2bf1131534f9910eb4 (diff)
downloadaur-452247c9cbf4f8e10ba03b8e0e24f5a03193c2a1.tar.gz
Update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 478307aa610f..d9a19efd23f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Mon May 29 00:16:18 UTC 2017
+# Tue May 30 14:24:29 UTC 2017
pkgbase = volunode-git
pkgdesc = Next generation client for Berkeley Open Infrastructure for Network Computing.
- pkgver = r30167.6d90b58c2
+ pkgver = r30182.2a30c072f
pkgrel = 1
- url = https://github.com/vorot93/volunode
+ url = https://github.com/volunode/volunode
install = volunode.install
arch = i686
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = volunode-git
depends = curl
depends = boinc-app-api
options = !staticlibs
- source = git+https://github.com/vorot93/volunode
+ source = git+https://github.com/volunode/volunode
source = volunode.desktop
source = volunode.service
source = volunode.sysusers
diff --git a/PKGBUILD b/PKGBUILD
index c76f816dda63..ac3baa19dedd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-_username=vorot93
+_username=volunode
_reponame=volunode
#_ref="#branch=develop"
_pkgbase=volunode
pkgname=${_pkgbase}-git
pkgdesc="Next generation client for Berkeley Open Infrastructure for Network Computing."
-pkgver=r30167.6d90b58c2
+pkgver=r30182.2a30c072f
pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/$_username/${_reponame/}"
@@ -30,8 +30,7 @@ pkgver() {
}
build() {
- if [ ! ${srcdir}/build ]; then
- mkdir -p ${srcdir}/build
+ if [ ! -d ${srcdir}/build ]; then
cd ${srcdir}/${_reponame}
meson --prefix=/usr --buildtype=release ${srcdir}/build
cd ..