summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-05-19 18:05:07 +0300
committerDimitris Kiziridis2020-05-19 18:05:07 +0300
commit53d4d71a60aafea96f3de109c11c950de6e28ce5 (patch)
tree7f3c10187682217d1ef7716a37491503e0826652
parentef155bdb373bf41731c1e3e572d98b11ee3f2351 (diff)
downloadaur-53d4d71a60aafea96f3de109c11c950de6e28ce5.tar.gz
fix indents
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8082a8daf3c2..4d0a1b3d7226 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,9 +9,9 @@ url='https://timothyye.github.io/skm'
license=('MIT')
provides=("${pkgname%-bin}")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/TimothyYe/skm/releases/download/V${pkgver}/skm-linux64-${pkgver}.tar.gz"
- 'LICENSE::https://github.com/TimothyYe/skm/raw/master/LICENSE')
+ 'LICENSE::https://github.com/TimothyYe/skm/raw/master/LICENSE')
sha256sums=('7ede4eec2495dc346b412cd44baf8600cb84702c0623ef8dd9492bdb1cc34894'
- 'SKIP')
+ 'SKIP')
package() {
install -Dm755 "${srcdir}/${pkgname%-bin}" \