summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c502290404f3..7556b4602ebc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,9 +9,9 @@ url="http://godoc.org/github.com/rlmcpherson/s3gof3r"
license=('MIT')
provides=('s3gof3r')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rlmcpherson/s3gof3r/releases/download/v${pkgver}/gof3r_${pkgver}_linux_amd64.tar.gz"
- 'LICENSE::https://github.com/rlmcpherson/s3gof3r/raw/master/LICENSE.txt')
+ 'LICENSE::https://github.com/rlmcpherson/s3gof3r/raw/master/LICENSE.txt')
sha256sums=('d88f199d1580d8c8cac26ba39e15dc6e2126d20e56c3894bd37a226e8b3e665c'
- '7929226cda3e4a1b8112fec546065961fc6afa20f6a79264d14ab4c12807e809')
+ '7929226cda3e4a1b8112fec546065961fc6afa20f6a79264d14ab4c12807e809')
package() {
install -Dm755 "${srcdir}/gof3r_${pkgver}_linux_amd64/gof3r" -t "${pkgdir}/usr/bin"