summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormikelpint2017-10-29 17:27:17 +0100
committermikelpint2017-10-29 17:27:17 +0100
commit965c52e5aebf7e846438d42f5502cbfb18eb152d (patch)
tree6b908845ed1da5e058876ebafaeb125c309d9ebf
parent80cfdebe83c88e9f591382185fc047b2269eb15e (diff)
downloadaur-965c52e5aebf7e846438d42f5502cbfb18eb152d.tar.gz
Adds the program to the development category.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--desktop.desktop1
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65e4178f9986..ea92f020f26c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = github-desktop
pkgdesc = GUI for managing Git and GitHub.
pkgver = 1.0.4_beta0
- pkgrel = 4
+ pkgrel = 5
url = https://desktop.github.com
install = github-desktop.install
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = github-desktop
source = https://github.com/gengjiawen/desktop/releases/download/v1.0.4-beta0/desktop_1.0.4-beta0_amd64.deb
source = desktop.desktop
md5sums = e5285a06a6ab201f36b49f877f87abbc
- md5sums = b94003a96fb27b8c6da6bf5f68469f9f
+ md5sums = f705336933a0a69d03695629726dfa5f
pkgname = github-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 1d98af093108..63cec127a8b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=github-desktop
pkgver=1.0.4_beta0
-pkgrel=4
+pkgrel=5
pkgdesc="GUI for managing Git and GitHub."
arch=('x86_64')
url="https://desktop.github.com"
@@ -18,7 +18,7 @@ source=(
)
md5sums=(
e5285a06a6ab201f36b49f877f87abbc
-b94003a96fb27b8c6da6bf5f68469f9f
+f705336933a0a69d03695629726dfa5f
)
prepare() {
diff --git a/desktop.desktop b/desktop.desktop
index 651687bdbe42..90e1ee0b7197 100644
--- a/desktop.desktop
+++ b/desktop.desktop
@@ -7,3 +7,4 @@ Exec=/usr/bin/github-desktop %U
Terminal=false
Type=Application
Icon=github
+Categories=Development;