summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-07-30 01:12:23 +0300
committerCaleb Maclennan2023-07-30 01:12:23 +0300
commit49ec53a94bff082cab90dc912693db9af41defc5 (patch)
tree889923ec737510ffe6c14c5be628cccc7ea01ca3
parentcf2adcdb38a6111de0c07ac3ad8811959fc9e3d3 (diff)
downloadaur-49ec53a94bff082cab90dc912693db9af41defc5.tar.gz
upgpkg: github-desktop 3.2.7-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5051df07ba2b..0771c66ed077 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = github-desktop
pkgdesc = GUI for managing Git and GitHub
- pkgver = 3.2.5
- pkgrel = 1
+ pkgver = 3.2.7
+ pkgrel = 2
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.5-linux1
+ source = github-desktop::git+https://github.com/shiftkey/desktop.git#tag=release-3.2.7-linux2
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 076c4d8d1375..bb395f58683d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
# Contributor: Jiawen Geng
pkgname=github-desktop
-pkgver=3.2.5
-_gitname="release-$pkgver-linux1"
-pkgrel=1
+pkgver=3.2.7
+_gitname="release-$pkgver-linux2"
+pkgrel=2
pkgdesc='GUI for managing Git and GitHub'
arch=(x86_64)
url='https://desktop.github.com'