summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b729ca9d045..fe464f82eda6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,9 +10,9 @@ license=('MIT')
options=('!strip')
provides=("${pkgname%-bin}")
source=("${pkgname}-${pkgver}::https://github.com/rigtorp/udpreplay/releases/download/v${pkgver}/udpreplay-x64-linux-static"
- 'LICENSE::https://raw.githubusercontent.com/rigtorp/udpreplay/master/LICENSE')
+ 'LICENSE::https://raw.githubusercontent.com/rigtorp/udpreplay/master/LICENSE')
sha256sums=('21d759bc1baee2d23ec7116c274b7f31b819f1d6f16e048f1dc75bb1c3b2f06f'
- 'df0e31127f0e68b94da98960cbfafdbfbb3b79638cf483bf833256b216921dd3')
+ 'df0e31127f0e68b94da98960cbfafdbfbb3b79638cf483bf833256b216921dd3')
package() {
install -Dm755 udpreplay* "${pkgdir}/usr/bin/${pkgname%-bin}"