summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-05-19 18:06:41 +0300
committerDimitris Kiziridis2020-05-19 18:06:41 +0300
commit3075c6662c280ae74d2aa9fb99bc9632abba960f (patch)
treee32523350d75e5fa45eec51f7a38d190281ea5c8
parente77e4d67e0c6ba0e8e298185aaa7c69bca375ae1 (diff)
downloadaur-3075c6662c280ae74d2aa9fb99bc9632abba960f.tar.gz
fix indents
-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}"