summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIan Mackay2018-12-21 22:19:27 -0800
committerIan Mackay2018-12-21 22:19:27 -0800
commitd18ca646975efbb3d8e088cc2348cbf34fd52f08 (patch)
tree38e1a9df0d0b2944989587ffe5689d53fd1218af /PKGBUILD
parent9104bd2fb9bf4491a96a1b2449214cca01d3fa19 (diff)
downloadaur-d18ca646975efbb3d8e088cc2348cbf34fd52f08.tar.gz
1.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"