summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIan Mackay2019-03-07 17:56:51 -0800
committerIan Mackay2019-03-07 17:56:51 -0800
commitabcbb1d4c68c955457a63dc6abf8862bc461f964 (patch)
treefcc1766eb2f6d1c3b347adb561d8b8b3d4ea86ec /PKGBUILD
parent0809f9a61aad5960b9f944c4b09aa195f628cf78 (diff)
downloadaur-abcbb1d4c68c955457a63dc6abf8862bc461f964.tar.gz
Update to 1.6.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 11f874c26256..6a1c592fb5ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,9 @@
_pkgname='github-desktop'
pkgname="${_pkgname}-git"
-pkgver=1.6.2_linux1
-gitname="release-${pkgver//_/-}"
+pkgver=1.6.3
+_pkgver="${pkgver}-linux1"
+gitname="release-${_pkgver}"
pkgrel=1
pkgdesc="GUI for managing Git and GitHub."
arch=('x86_64')