summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtem Vorotnikov2016-11-22 10:08:56 +0300
committerArtem Vorotnikov2016-11-22 10:08:56 +0300
commit97eaa47b05dea8be0c9bfa7773d53a510cb581a8 (patch)
tree4e38c7ed07b5df24e0c58f9df5f70128545690cd
parentd5b0a31b01e5faa706be80470ada0a9c7e004381 (diff)
downloadaur-97eaa47b05dea8be0c9bfa7773d53a510cb581a8.tar.gz
Git ref is optional now
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 882ecaa683ee..9f6de8a02cb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -23,7 +23,7 @@ pkgbase = volunode-git
depends = glu
depends = freeglut
options = !staticlibs
- source = git+https://github.com/boinc-next/volunode#branch=develop
+ source = git+https://github.com/boinc-next/volunode
source = volunode.desktop
source = volunode.service
source = volunode.sysusers
diff --git a/PKGBUILD b/PKGBUILD
index e7eed68042bb..a215c753be20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_username=boinc-next
_reponame=volunode
-_ref="branch=develop"
+#_ref="#branch=develop"
_pkgbase=volunode
pkgname=${_pkgbase}-git
pkgdesc="Next generation client for Berkeley Open Infrastructure for Network Computing."
@@ -18,7 +18,7 @@ depends=('glibmm' 'curl' 'libjpeg-turbo' 'glu' 'freeglut')
makedepends=('libxslt' 'perl-xml-sax' 'git' 'curl' 'inetutils' 'libxmu' 'mesa' 'rsync')
install=$_pkgbase.install
options=('!staticlibs')
-source=("git+https://github.com/${_username}/${_reponame}#${_ref}"
+source=("git+https://github.com/${_username}/${_reponame}${_ref}"
$_pkgbase.desktop
$_pkgbase.service
$_pkgbase.sysusers)