summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Mackay2019-02-10 05:19:03 -0800
committerIan Mackay2019-02-10 05:19:03 -0800
commit79a9e702672725145f04e948dbbd78a0e8e67ce7 (patch)
tree103acce87047a6ea94b26c04edd243dd429103fd
parentc8de037962a47cf27ab25a4e55e7b6bcebdda2f2 (diff)
downloadaur-79a9e702672725145f04e948dbbd78a0e8e67ce7.tar.gz
Update to 1.6.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0431052a8683..5c412578091f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = github-desktop
pkgdesc = GUI for managing Git and GitHub.
- pkgver = 1.6.0_linux1
+ pkgver = 1.6.1_linux1
pkgrel = 1
url = https://desktop.github.com
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = github-desktop
depends = libxss
depends = gconf
optdepends = hub: CLI interface for GitHub.
- source = git+https://github.com/shiftkey/desktop.git#tag=release-1.6.0-linux1
+ source = git+https://github.com/shiftkey/desktop.git#tag=release-1.6.1-linux1
source = github-desktop.desktop
sha256sums = SKIP
sha256sums = 2758e15659f5770ae2ac948250372135029e7ac2d4b6bf431a112dfdbcc681d1
diff --git a/PKGBUILD b/PKGBUILD
index e989e65c66f8..b9b5cd623d00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='github-desktop'
pkgname="${_pkgname}"
-pkgver=1.6.0_linux1
+pkgver=1.6.1_linux1
gitname="release-${pkgver//_/-}"
pkgrel=1
pkgdesc="GUI for managing Git and GitHub."