summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Mackay2017-11-27 22:35:42 -0800
committerIan Mackay2017-11-27 22:35:42 -0800
commitf4ba59aa937ad1176f1471f989ffed7a429aef9d (patch)
tree69a1186f3c3a627a45eb88ce2c293804a6369c0a
parent33fdffb61adeb816e04a4d88052ec6c00fdad009 (diff)
downloadaur-f4ba59aa937ad1176f1471f989ffed7a429aef9d.tar.gz
Fixed single branch source location
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4149344b8c53..564eaf2cd764 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = github-desktop
pkgdesc = GUI for managing Git and GitHub.
pkgver = 1.0.10_beta2
- pkgrel = 7
+ pkgrel = 8
url = https://desktop.github.com
arch = x86_64
license = MIT
@@ -15,7 +15,7 @@ pkgbase = github-desktop
depends = libcurl-compat
depends = libcurl-gnutls
optdepends = hub: CLI interface for GitHub.
- source = git+https://github.com/desktop/desktop.git
+ source = git+https://github.com/desktop/desktop.git#tag=release-1.0.10-beta2
source = github-desktop.desktop
source = github-desktop.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4fca3d614e1e..33102ac4de68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _pkgname='github-desktop'
pkgname="${_pkgname}"
pkgver=1.0.10_beta2
gitname="release-${pkgver//_/-}"
-pkgrel=7
+pkgrel=8
pkgdesc="GUI for managing Git and GitHub."
arch=('x86_64')
url="https://desktop.github.com"
@@ -16,7 +16,7 @@ optdepends=('hub: CLI interface for GitHub.')
makedepends=('libcurl-openssl-1.0' 'xorg-server-xvfb' 'yarn')
DLAGENTS=("http::/usr/bin/git clone --branch ${gitname} --single-branch %u")
source=(
- git+https://github.com/desktop/desktop.git
+ git+https://github.com/desktop/desktop.git#tag=${gitname}
${_pkgname}.desktop
${_pkgname}.patch
)