summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-05-13 01:50:53 +0300
committerDimitris Kiziridis2020-05-13 01:50:53 +0300
commitba6cc9efdaa819237f74881b39cec5a088957afe (patch)
tree6272d03a7b972cf1b59f38a40bb976e0adbe9c97
parentfe3f67af407fa063520f936b1841adf479950b37 (diff)
downloadaur-ba6cc9efdaa819237f74881b39cec5a088957afe.tar.gz
sanitize pkgbuild
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b566cfba2859..656d3bd1caab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,9 +4,9 @@ pkgbase = goreplay-bin
pkgrel = 1
url = https://goreplay.org
arch = x86_64
- license = LGPL-3.0
+ license = LGPL3
provides = goreplay
- source = https://github.com/buger/goreplay/releases/download/v1.0.0/gor_1.0.0_x64.tar.gz
+ source = goreplay-bin-1.0.0.tar.gz::https://github.com/buger/goreplay/releases/download/v1.0.0/gor_1.0.0_x64.tar.gz
sha256sums = 631b92e63b5f8757beb1b0f80298dcc7dbd991435c419f64156a68e89e8ab162
pkgname = goreplay-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7d6c2a5447a1..9c30bbdb7ea6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@ pkgrel=1
pkgdesc="An open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes"
arch=('x86_64')
url='https://goreplay.org'
-license=('LGPL-3.0')
+license=('LGPL3')
provides=("${pkgname%-bin}")
-source=("https://github.com/buger/goreplay/releases/download/v${pkgver}/gor_${pkgver}_x64.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/buger/goreplay/releases/download/v${pkgver}/gor_${pkgver}_x64.tar.gz")
sha256sums=('631b92e63b5f8757beb1b0f80298dcc7dbd991435c419f64156a68e89e8ab162')
package() {