summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"