aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Kleinschmidt2016-02-03 18:13:12 +0100
committerTim Kleinschmidt2016-02-03 18:13:12 +0100
commit886dfee5d19de106c546779f101c75fca4ea1017 (patch)
treedfe7d2a2f63594d48839612e1bcbfa0b3a331b5c
parent1b696a3a4d678c5af6a2a93afacd4a163318f5eb (diff)
downloadaur-886dfee5d19de106c546779f101c75fca4ea1017.tar.gz
Update download url
The download url is now explicit to the packaged version. With this change the package will not break if a new version released. Fix also the request of @z3ntu that you don't have to manually delete the archive for a every new version of the gitkraken.
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1314aa56eea..dc96a20bf1a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Feb 2 20:54:51 UTC 2016
+# Wed Feb 3 17:08:59 UTC 2016
pkgbase = gitkraken
pkgdesc = The intuitive, fast, and beautiful cross-platform Git client.
pkgver = 0.6.2
- pkgrel = 2
+ pkgrel = 3
url = http://www.gitkraken.com/
arch = x86_64
license = custom
@@ -15,7 +15,7 @@ pkgbase = gitkraken
depends = gconf
depends = alsa-lib
provides = gitkraken
- source = https://release.gitkraken.com/linux/gitkraken-amd64.tar.gz
+ source = https://release.gitkraken.com/linux/v0.6.2.tar.gz
source = GitKraken.desktop
source = gitkraken.png
source = eula.html
diff --git a/.gitignore b/.gitignore
index 3f99208c285e..8050ea5a5e11 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
pkg/
src/
gitkraken*.tar*
+v*.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 35a3aa1ec51e..28a65b56d61b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Marcin Wieczorek <marcin@marcin.co>
pkgname=gitkraken
-pkgrel=2
+pkgrel=3
pkgver=0.6.2
pkgdesc="The intuitive, fast, and beautiful cross-platform Git client."
url="http://www.gitkraken.com/"
@@ -14,7 +14,7 @@ makedepends=()
backup=()
install=''
source=(
- "https://release.gitkraken.com/linux/gitkraken-amd64.tar.gz"
+ "https://release.gitkraken.com/linux/v${pkgver}.tar.gz"
"GitKraken.desktop"
"gitkraken.png"
"eula.html"