summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2020-08-12 14:58:33 +0200
committerAlphaJack2020-08-12 14:58:33 +0200
commit36cd86123556b8ff7c6521e736a5d8db0ffd1939 (patch)
tree178bc55a184905b7f9076307b5b1ce6cd9d63c17
parentfcff6b0cdcfbb748f2d3e5b85c15bed8865c9d45 (diff)
downloadaur-36cd86123556b8ff7c6521e736a5d8db0ffd1939.tar.gz
Tidied PKGBUILD
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e831bc676cbd..22f221fc6f1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,13 +10,13 @@ pkgbase = horcrux-bin
license = MIT
provides = horcrux
conflicts = horcrux
- source_x86_64 = https://github.com/jesseduffield/horcrux/releases/download/v0.2/horcrux_0.2_Linux_x86_64.tar.gz
+ source_x86_64 = https://github.com/jesseduffield/horcrux//releases/download/v0.2/horcrux_0.2_Linux_x86_64.tar.gz
md5sums_x86_64 = 619f6b101bff7a00570d028d1cea7d95
- source_i686 = https://github.com/jesseduffield/horcrux/releases/download/v0.2/horcrux_0.2_Linux_32-bit.tar.gz
+ source_i686 = https://github.com/jesseduffield/horcrux//releases/download/v0.2/horcrux_0.2_Linux_32-bit.tar.gz
md5sums_i686 = 1a790442363f0739f0a5c117365b3ec8
- source_armv6h = https://github.com/jesseduffield/horcrux/releases/download/v0.2/horcrux_0.2_Linux_armv6.tar.gz
+ source_armv6h = https://github.com/jesseduffield/horcrux//releases/download/v0.2/horcrux_0.2_Linux_armv6.tar.gz
md5sums_armv6h = 8751bbbb60e70925773f3075b7122776
- source_aarch64 = https://github.com/jesseduffield/horcrux/releases/download/v0.2/horcrux_0.2_Linux_arm64.tar.gz
+ source_aarch64 = https://github.com/jesseduffield/horcrux//releases/download/v0.2/horcrux_0.2_Linux_arm64.tar.gz
md5sums_aarch64 = 2b874076bd22158b9199b664041db2bd
pkgname = horcrux-bin
diff --git a/PKGBUILD b/PKGBUILD
index f8e35e3b03fd..a8f67db4abd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,10 +9,10 @@ license=("MIT")
arch=("x86_64" "i686" "armv6h" "aarch64")
provides=("horcrux")
conflicts=("horcrux")
-source_x86_64=("https://github.com/jesseduffield/horcrux/releases/download/v0.2/horcrux_0.2_Linux_x86_64.tar.gz")
-source_i686=("https://github.com/jesseduffield/horcrux/releases/download/v0.2/horcrux_0.2_Linux_32-bit.tar.gz")
-source_armv6h=("https://github.com/jesseduffield/horcrux/releases/download/v0.2/horcrux_0.2_Linux_armv6.tar.gz")
-source_aarch64=("https://github.com/jesseduffield/horcrux/releases/download/v0.2/horcrux_0.2_Linux_arm64.tar.gz")
+source_x86_64=("$url/releases/download/v$pkgver/horcrux_${pkgver}_Linux_x86_64.tar.gz")
+source_i686=("$url/releases/download/v$pkgver/horcrux_${pkgver}_Linux_32-bit.tar.gz")
+source_armv6h=("$url/releases/download/v$pkgver/horcrux_${pkgver}_Linux_armv6.tar.gz")
+source_aarch64=("$url/releases/download/v$pkgver/horcrux_${pkgver}_Linux_arm64.tar.gz")
md5sums_x86_64=("619f6b101bff7a00570d028d1cea7d95")
md5sums_i686=("1a790442363f0739f0a5c117365b3ec8")
md5sums_armv6h=("8751bbbb60e70925773f3075b7122776")