summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-05-19 17:59:25 +0300
committerDimitris Kiziridis2020-05-19 17:59:25 +0300
commitd98036c9498473da991601d9f546288a1340cd0f (patch)
tree96afbe24dd9be81c340bd41ce59c78da156b27e8
parent4c2603e70226715e0ce4aede32b7549f115c5e65 (diff)
downloadaur-gfile-bin.tar.gz
fix indents
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83a750e676fc..727e6519ed8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,9 +9,9 @@ url='https://github.com/Antonito/gfile'
license=('MIT')
provides=("${pkgname%-bin}")
source=("${pkgname}-${pkgver}.tar.gz::${url}/releases/download/v${pkgver}/gfile_Linux_x86_64.tar.gz"
- 'LICENSE::https://raw.githubusercontent.com/Antonito/gfile/master/LICENSE')
+ 'LICENSE::https://raw.githubusercontent.com/Antonito/gfile/master/LICENSE')
sha256sums=('d71d778d65b6ff9b39b5761ab4a3767e403d0f1e1866a890bb32fa68d6033a82'
- '081b871ee908b3c627d6dd452f8d05cc474fbc340b91895d600244bacce6eea1')
+ '081b871ee908b3c627d6dd452f8d05cc474fbc340b91895d600244bacce6eea1')
package() {
install -Dm755 "${srcdir}/${pkgname%-bin}" \