summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-09-18 16:09:01 +0300
committerCaleb Maclennan2023-09-18 16:09:01 +0300
commit7bf574997b4fd87c7b6e7e593f6b427e171f3342 (patch)
tree965a82392a0962296b5ee31d2e10a223e3f36b87
parent49ec53a94bff082cab90dc912693db9af41defc5 (diff)
downloadaur-7bf574997b4fd87c7b6e7e593f6b427e171f3342.tar.gz
upgpkg: github-desktop 3.2.9-1
upstream release
-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'