diff options
author | Cayde Dixon | 2016-04-19 20:09:06 +1000 |
---|---|---|
committer | Cayde Dixon | 2016-04-19 20:09:06 +1000 |
commit | f3fa8c22ece595fc6fdf5afba76e6a4ec45acd97 (patch) | |
tree | 8f2ede1fe01d4cea0f00b9b1c7ef25e18b25f567 | |
parent | 31f3ddee1e2b52765966a10a7209f44f19ca2a71 (diff) | |
download | aur-f3fa8c22ece595fc6fdf5afba76e6a4ec45acd97.tar.gz |
Update to use a more... sane file name
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ pkgbase = discord-canary pkgdesc = Discord Canary linux release pkgver = 0.0.2 - pkgrel = 6 + pkgrel = 7 url = https://discordapp.com/ arch = x86_64 license = custom @@ -16,7 +16,7 @@ pkgbase = discord-canary sha256sums = 13d122f47be0d659b0630be52d82bbfc838861ce213c1f024ea71445dd2067fe sha256sums = 688f418cd32a682c6d331c211fedd48ff86ee8ba5a7640f589eadb32996af80f sha256sums = 912cb31b21023980614437b859bb11f39697108c0e9ca21778f81da8065a0815 - source_x86_64 = https://discordapp.com/api/download/canary?platform=linux&format=tar.gz + source_x86_64 = canary_latest.tar.gz::https://discordapp.com/api/download/canary?platform=linux&format=tar.gz sha256sums_x86_64 = bc8106cb445b5cc01e52163953e17a26b8fd509e6e70c39c45235c404fb87c68 pkgname = discord-canary @@ -2,7 +2,7 @@ pkgname=discord-canary pkgver=0.0.2 -pkgrel=6 +pkgrel=7 pkgdesc='Discord Canary linux release' arch=('x86_64') url='https://discordapp.com/' @@ -12,7 +12,7 @@ depends=('gtk2' 'gconf' 'libnotify') optdepends=('freetype2-infinality: If you have black screens with emojis install this.') source=(DiscordCanary.desktop LICENSE DiscordCanary.sh) -source_x86_64=("https://discordapp.com/api/download/canary?platform=linux&format=tar.gz") #This is always latest build, right now I do not know of a version param. +source_x86_64=("canary_latest.tar.gz::https://discordapp.com/api/download/canary?platform=linux&format=tar.gz") #This is always latest build, right now I do not know of a version param. sha256sums=('13d122f47be0d659b0630be52d82bbfc838861ce213c1f024ea71445dd2067fe' '688f418cd32a682c6d331c211fedd48ff86ee8ba5a7640f589eadb32996af80f' '912cb31b21023980614437b859bb11f39697108c0e9ca21778f81da8065a0815') sha256sums_x86_64=('bc8106cb445b5cc01e52163953e17a26b8fd509e6e70c39c45235c404fb87c68') |