summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIan Mackay2017-12-03 05:28:09 -0800
committerIan Mackay2017-12-03 05:28:09 -0800
commitd388be4797fb86b887ccac4ecb4f3541684aa5da (patch)
tree8f8d66359ea865378edb7a105c24d73845b712be /PKGBUILD
parentf4ba59aa937ad1176f1471f989ffed7a429aef9d (diff)
downloadaur-d388be4797fb86b887ccac4ecb4f3541684aa5da.tar.gz
Updated to 1.0.10-beta3 and removed the shells patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 1 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33102ac4de68..4301dc48eb64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='github-desktop'
pkgname="${_pkgname}"
-pkgver=1.0.10_beta2
+pkgver=1.0.10_beta3
gitname="release-${pkgver//_/-}"
pkgrel=8
pkgdesc="GUI for managing Git and GitHub."
@@ -18,17 +18,11 @@ DLAGENTS=("http::/usr/bin/git clone --branch ${gitname} --single-branch %u")
source=(
git+https://github.com/desktop/desktop.git#tag=${gitname}
${_pkgname}.desktop
- ${_pkgname}.patch
)
sha256sums=(
'SKIP'
ce0dae70066703df656aa6f509f9a7f4f59e081e8f05be8aa7a81ee4605661c3
- 25979a1e08c87361d457a277cb39327bdd82cadb3207f21bd11580579d9ecc62
)
-prepare() {
- cd desktop
- patch -p1 -i "${srcdir}/${_pkgname}.patch"
-}
build() {
cd desktop
export DISPLAY=':99.0'