summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIan Mackay2018-12-21 22:20:02 -0800
committerIan Mackay2018-12-21 22:20:02 -0800
commitf1903f52cb921bbd4d7b2e22955da42ea1be805d (patch)
treec612768eef4a2f7a6e6d83739c790fa1a7c652e6 /PKGBUILD
parent15c87a86e23ac25380e44a8b8a972fd2c8e18467 (diff)
downloadaur-f1903f52cb921bbd4d7b2e22955da42ea1be805d.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 6aa38f95725c..6ab6e9b0751f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='github-desktop'
pkgname="${_pkgname}-git"
-pkgver=1.4.1.beta0.r18.g2e69e4033
+pkgver=1.5.1_linux1
gitname="release-${pkgver//_/-}"
pkgrel=1
pkgdesc="GUI for managing Git and GitHub."
@@ -18,7 +18,7 @@ provides=(${_pkgname})
conflicts=(${_pkgname})
DLAGENTS=("https::/usr/bin/git clone --branch ${gitname} --single-branch %u")
source=(
- git+https://github.com/desktop/desktop.git
+ git+https://github.com/shiftkey/desktop.git
${_pkgname}.desktop
)
sha256sums=(
@@ -38,7 +38,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"