summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-12-21 00:00:16 +0300
committerCaleb Maclennan2023-12-21 00:00:16 +0300
commit7ef7e073e52a27558d16bb648a47508313fdb1d9 (patch)
tree6333ac9e978750333e722281923f968923171724
parent41f4502f68c088b49bf7e151a5b3473f92c9cd60 (diff)
downloadaur-7ef7e073e52a27558d16bb648a47508313fdb1d9.tar.gz
upgpkg: github-desktop 3.3.6-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5314ef910335..d675c9472d43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = github-desktop
pkgdesc = GUI for managing Git and GitHub
pkgver = 3.3.6
- pkgrel = 1
+ 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.3.6-linux2
+ source = github-desktop::git+https://github.com/shiftkey/desktop.git#tag=release-3.3.6-linux3
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 f9c9623ca00f..8184a8d5ccc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
pkgname=github-desktop
pkgver=3.3.6
-_gitname="release-$pkgver-linux2"
-pkgrel=1
+_gitname="release-$pkgver-linux3"
+pkgrel=2
pkgdesc='GUI for managing Git and GitHub'
arch=(x86_64)
url='https://desktop.github.com'