summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Mackay2018-12-21 22:19:27 -0800
committerIan Mackay2018-12-21 22:19:27 -0800
commitd18ca646975efbb3d8e088cc2348cbf34fd52f08 (patch)
tree38e1a9df0d0b2944989587ffe5689d53fd1218af
parent9104bd2fb9bf4491a96a1b2449214cca01d3fa19 (diff)
downloadaur-d18ca646975efbb3d8e088cc2348cbf34fd52f08.tar.gz
1.5.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83f93910e0ff..9b10b2f07ea2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = github-desktop
pkgdesc = GUI for managing Git and GitHub.
- pkgver = 1.4.1_beta0
+ pkgver = 1.5.1_linux1
pkgrel = 1
url = https://desktop.github.com
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = github-desktop
depends = git
depends = libcurl-openssl-1.0
optdepends = hub: CLI interface for GitHub.
- source = git+https://github.com/desktop/desktop.git#tag=release-1.4.1-beta0
+ source = git+https://github.com/shiftkey/desktop.git#tag=release-1.5.1-linux1
source = github-desktop.desktop
sha256sums = SKIP
sha256sums = be057e4a392e64760f7a40203ac886b7cf5551de254ad55c706376dca8aa4341
diff --git a/PKGBUILD b/PKGBUILD
index 0192b0fc5a42..2afed599d498 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='github-desktop'
pkgname="${_pkgname}"
-pkgver=1.4.1_beta0
+pkgver=1.5.1_linux1
gitname="release-${pkgver//_/-}"
pkgrel=1
pkgdesc="GUI for managing Git and GitHub."
@@ -16,7 +16,7 @@ optdepends=('hub: CLI interface for GitHub.')
makedepends=('xorg-server-xvfb' 'nodejs-lts-carbon' 'yarn' 'python2')
DLAGENTS=("http::/usr/bin/git clone --branch ${gitname} --single-branch %u")
source=(
- git+https://github.com/desktop/desktop.git#tag=${gitname}
+ git+https://github.com/shiftkey/desktop.git#tag=${gitname}
${_pkgname}.desktop
)
sha256sums=(
@@ -32,7 +32,7 @@ build() {
}
package() {
install -d "${pkgdir}/opt/${_pkgname}"
- cp -r --preserve=mode desktop/dist/desktop-linux-x64/* "${pkgdir}/opt/${_pkgname}/"
+ cp -r --preserve=mode desktop/dist/github-desktop-linux-x64/* "${pkgdir}/opt/${_pkgname}/"
install -Dm644 "${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
install -Dm644 "desktop/app/static/logos/1024x1024.png" "${pkgdir}/usr/share/icons/hicolor/1024x1024/apps/${_pkgname}.png"
install -Dm644 "desktop/app/static/logos/512x512.png" "${pkgdir}/usr/share/icons/hicolor/512x512/apps/${_pkgname}.png"