summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-04-22 10:06:51 +0300
committerDimitris Kiziridis2020-04-22 10:06:51 +0300
commit0c335773c4e44869b61459accadf0ad10bc6f9a1 (patch)
tree6d5a8493e8bf889f1b5397d37d850801dc88bd22
parent1a45e4b93dd720df17883f672815421be492295b (diff)
downloadaur-0c335773c4e44869b61459accadf0ad10bc6f9a1.tar.gz
fix source
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb3aeb183bfa..7efa0d2a30b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,11 +2,11 @@ pkgbase = s5cmd-bin
pkgdesc = Parallel S3 and local filesystem execution tool
pkgver = 1.0.0
pkgrel = 1
- url = https://binhub.com/peak/s5cmd
+ url = https://github.com/peak/s5cmd
arch = x86_64
license = MIT
provides = s5cmd
- source = https://binhub.com/peak/s5cmd/releases/download/v1.0.0/s5cmd_1.0.0_Linux-64bit.tar.gz
+ source = https://github.com/peak/s5cmd/releases/download/v1.0.0/s5cmd_1.0.0_Linux-64bit.tar.gz
sha256sums = a56eab6493fa6613d525e7329dc15ba161cd233708f3a0b168829934731c60f2
pkgname = s5cmd-bin
diff --git a/PKGBUILD b/PKGBUILD
index 83690cf9b1e7..97f418467823 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=1.0.0
pkgrel=1
pkgdesc="Parallel S3 and local filesystem execution tool"
arch=('x86_64')
-url='https://binhub.com/peak/s5cmd'
+url='https://github.com/peak/s5cmd'
license=('MIT')
provides=("${pkgname%-bin}")
source=("${url}/releases/download/v${pkgver}/s5cmd_${pkgver}_Linux-64bit.tar.gz")