summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Mackay2018-12-21 22:19:50 -0800
committerIan Mackay2018-12-21 22:19:50 -0800
commit0c4eb97e09c16e1ea1f2df8033aa4550c76f8ce1 (patch)
tree5165acd0f5724f643401b036e555cfdad6aeb430
parent18e664617c8ac8288b7d3e78fe7523cb6530b8e6 (diff)
downloadaur-0c4eb97e09c16e1ea1f2df8033aa4550c76f8ce1.tar.gz
1.5.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49214a86f1db..9ff4e7abf1b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = github-desktop-bin
pkgdesc = GUI for managing Git and GitHub.
- pkgver = 1.4.0_linux2
+ pkgver = 1.5.1_linux1
pkgrel = 1
url = https://desktop.github.com
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = github-desktop-bin
optdepends = hub: CLI interface for GitHub.
provides = github-desktop
conflicts = github-desktop
- source = https://github.com/shiftkey/desktop/releases/download/release-1.4.0-linux2/GitHubDesktop-linux-amd64-1.4.0-linux2.deb
+ source = https://github.com/shiftkey/desktop/releases/download/release-1.5.1-linux1/GitHubDesktop-linux-amd64-1.5.1-linux1.deb
source = github-desktop.desktop
sha256sums = SKIP
sha256sums = 8545ffdcd8685a2d642a733f9dc407b9b269e2c8fd54f30e1eb336c2aff89318
diff --git a/PKGBUILD b/PKGBUILD
index 9923c08aefa2..885dc7c36e9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='github-desktop'
pkgname="${_pkgname}-bin"
-pkgver=1.4.0_linux2
+pkgver=1.5.1_linux1
gitname="release-${pkgver//_/-}"
pkgrel=1
pkgdesc="GUI for managing Git and GitHub."
@@ -14,7 +14,7 @@ optdepends=('hub: CLI interface for GitHub.')
provides=(${_pkgname})
conflicts=(${_pkgname})
source=(
- https://github.com/shiftkey/desktop/releases/download/${gitname}/GitHubDesktop-linux-amd64-${pkgver//_/-}.deb
+ https://github.com/shiftkey/desktop/releases/download/${gitname}/GitHubDesktop-linux-${pkgver//_/-}.deb
${_pkgname}.desktop
)
sha256sums=(
@@ -23,8 +23,8 @@ sha256sums=(
)
package() {
tar xf data.tar.xz -C "${pkgdir}"
- mv "${pkgdir}/opt/GitHubDesktop" "${pkgdir}/opt/${_pkgname}"
- rm "${pkgdir}/usr/share/applications/desktop.desktop"
+ mv "${pkgdir}/opt/GitHub Desktop" "${pkgdir}/opt/${_pkgname}"
+ rm "${pkgdir}/usr/share/applications/github-desktop.desktop"
install -Dm644 "${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
printf "#!/bin/sh\n\nLD_PRELOAD=/usr/lib/libcurl-openssl-1.0.so /opt/${_pkgname}/desktop \"\$@\"\n" | install -Dm755 /dev/stdin "${pkgdir}/usr/bin/${_pkgname}"
}