summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Mackay2019-06-09 17:02:35 -0700
committerIan Mackay2019-06-09 17:02:35 -0700
commit0867fed3e3543e333a5cfcbd9838f0d21ecfe6ac (patch)
tree106349662d9c26942a47e4f5c45f0b9cccc053a3
parent81eb236cc1c8534bdb84598103445707fe08242f (diff)
downloadaur-0867fed3e3543e333a5cfcbd9838f0d21ecfe6ac.tar.gz
2.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc678dd46c48..a20220446a70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = github-desktop
pkgdesc = GUI for managing Git and GitHub.
- pkgver = 1.6.6
- pkgrel = 2
+ pkgver = 2.0.3
+ pkgrel = 1
url = https://desktop.github.com
arch = x86_64
license = MIT
@@ -18,7 +18,7 @@ pkgbase = github-desktop
depends = nss
depends = nspr
optdepends = hub: CLI interface for GitHub.
- source = git+https://github.com/shiftkey/desktop.git#tag=release-1.6.6-linux2
+ source = git+https://github.com/shiftkey/desktop.git#tag=release-2.0.3-linux1
source = github-desktop.desktop
sha256sums = SKIP
sha256sums = 2758e15659f5770ae2ac948250372135029e7ac2d4b6bf431a112dfdbcc681d1
diff --git a/PKGBUILD b/PKGBUILD
index 36eb6d273a8b..53db2cb50c88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
_pkgname='github-desktop'
pkgname="${_pkgname}"
-pkgver=1.6.6
-_pkgver="${pkgver}-linux2"
+pkgver=2.0.3
+_pkgver="${pkgver}-linux1"
gitname="release-${_pkgver}"
-pkgrel=2
+pkgrel=1
pkgdesc="GUI for managing Git and GitHub."
arch=('x86_64')
url="https://desktop.github.com"