summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Mackay2019-06-17 12:32:48 -0700
committerIan Mackay2019-06-17 12:32:48 -0700
commit5f432a39651018a2737d2d330554e730f1076ab5 (patch)
tree7bc0cb3b7c273743925dd4fecf5ffc849f23e085
parent73e106a5192952e24907b073e285cfca8de72534 (diff)
downloadaur-5f432a39651018a2737d2d330554e730f1076ab5.tar.gz
2.0.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1981028fed3..d338b2de7ac9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = github-desktop-git
pkgdesc = GUI for managing Git and GitHub.
- pkgver = 2.0.3
- pkgrel = 2
+ pkgver = 2.0.4
+ pkgrel = 1
url = https://desktop.github.com
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 585c9cc147a6..2e63279cfc30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
_pkgname='github-desktop'
pkgname="${_pkgname}-git"
-pkgver=2.0.3
+pkgver=2.0.4
_pkgver="${pkgver}-linux1"
gitname="release-${_pkgver}"
-pkgrel=2
+pkgrel=1
pkgdesc="GUI for managing Git and GitHub."
arch=('x86_64')
url="https://desktop.github.com"