summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d85634617aa..ae12bf58438c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = github-desktop-git
pkgdesc = GUI for managing Git and GitHub.
- pkgver = 1.4.1.beta0.r18.g2e69e4033
+ pkgver = 1.5.1_linux1
pkgrel = 1
url = https://desktop.github.com
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = github-desktop-git
optdepends = hub: CLI interface for GitHub.
provides = github-desktop
conflicts = github-desktop
- source = git+https://github.com/desktop/desktop.git
+ source = git+https://github.com/shiftkey/desktop.git
source = github-desktop.desktop
sha256sums = SKIP
sha256sums = be057e4a392e64760f7a40203ac886b7cf5551de254ad55c706376dca8aa4341
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"