summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0771c66ed077..be0a90b7f9b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = github-desktop
pkgdesc = GUI for managing Git and GitHub
- pkgver = 3.2.7
- pkgrel = 2
+ pkgver = 3.2.9
+ pkgrel = 1
url = https://desktop.github.com
arch = x86_64
license = MIT
@@ -19,7 +19,7 @@ pkgbase = github-desktop
depends = unzip
optdepends = github-cli: CLI interface for GitHub
optdepends = hub: CLI interface for GitHub
- source = github-desktop::git+https://github.com/shiftkey/desktop.git#tag=release-3.2.7-linux2
+ source = github-desktop::git+https://github.com/shiftkey/desktop.git#tag=release-3.2.9-linux1
source = git+https://github.com/github/gemoji.git
source = git+https://github.com/github/gitignore.git
source = git+https://github.com/github/choosealicense.com.git
diff --git a/PKGBUILD b/PKGBUILD
index bb395f58683d..ff6ca76e7075 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
# Contributor: Jiawen Geng
pkgname=github-desktop
-pkgver=3.2.7
-_gitname="release-$pkgver-linux2"
-pkgrel=2
+pkgver=3.2.9
+_gitname="release-$pkgver-linux1"
+pkgrel=1
pkgdesc='GUI for managing Git and GitHub'
arch=(x86_64)
url='https://desktop.github.com'