summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan MacKay2018-08-01 07:27:31 -0700
committerIan MacKay2018-08-01 07:27:31 -0700
commit58fcd7eef80da5830a2ea0bcb08b22f19edbdc52 (patch)
tree09ac24e617ac36f714bf92e5c95fa7df06d0640c
parent2490dd3994beb6e3fdf96c0a31c07fc774a8e890 (diff)
downloadaur-58fcd7eef80da5830a2ea0bcb08b22f19edbdc52.tar.gz
Fix sha sums
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a7383868535..f82f7b40fd57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = github-desktop-bin
pkgdesc = GUI for managing Git and GitHub.
pkgver = 1.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://desktop.github.com
arch = x86_64
license = MIT
@@ -15,7 +15,7 @@ pkgbase = github-desktop-bin
source = https://github.com/shiftkey/desktop/releases/download/release-1.3.1/GitHubDesktop-linux-amd64-1.3.1.deb
source = github-desktop.desktop
sha256sums = 52837bbd87e42ff12bdc45bf9f05df5ac329e2f765554b776d8a8ca7b3d2a823
- sha256sums = 52cb9a955b5981bf17fa8f3d529540bd75f1e38c0379c24aec4f84f8758125f1
+ sha256sums = 8545ffdcd8685a2d642a733f9dc407b9b269e2c8fd54f30e1eb336c2aff89318
pkgname = github-desktop-bin
diff --git a/PKGBUILD b/PKGBUILD
index 779d831da532..1d9ea516631a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname='github-desktop'
pkgname="${_pkgname}-bin"
pkgver=1.3.1
gitname="release-${pkgver//_/-}"
-pkgrel=1
+pkgrel=2
pkgdesc="GUI for managing Git and GitHub."
arch=('x86_64')
url="https://desktop.github.com"
@@ -17,7 +17,7 @@ source=(
)
sha256sums=(
52837bbd87e42ff12bdc45bf9f05df5ac329e2f765554b776d8a8ca7b3d2a823
- 52cb9a955b5981bf17fa8f3d529540bd75f1e38c0379c24aec4f84f8758125f1
+ 8545ffdcd8685a2d642a733f9dc407b9b269e2c8fd54f30e1eb336c2aff89318
)
package() {
tar xf data.tar.xz -C "${pkgdir}"