summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-02-05 12:44:16 +0300
committerCaleb Maclennan2024-02-05 12:44:16 +0300
commit490d2386820b79926014edab22e26484f41ca42d (patch)
tree148a4f0e6bcb0e5a01a923323d9a6dc686d7f381
parent7ef7e073e52a27558d16bb648a47508313fdb1d9 (diff)
downloadaur-490d2386820b79926014edab22e26484f41ca42d.tar.gz
upgpkg: github-desktop 3.3.8-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 d675c9472d43..0377485b03b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = github-desktop
pkgdesc = GUI for managing Git and GitHub
- pkgver = 3.3.6
- pkgrel = 2
+ pkgver = 3.3.8
+ 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.3.6-linux3
+ source = github-desktop::git+https://github.com/shiftkey/desktop.git#tag=release-3.3.8-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 8184a8d5ccc8..4db75893678e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
# Contributor: Jiawen Geng
pkgname=github-desktop
-pkgver=3.3.6
-_gitname="release-$pkgver-linux3"
-pkgrel=2
+pkgver=3.3.8
+_gitname="release-$pkgver-linux2"
+pkgrel=1
pkgdesc='GUI for managing Git and GitHub'
arch=(x86_64)
url='https://desktop.github.com'