summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-05-19 18:06:59 +0300
committerDimitris Kiziridis2020-05-19 18:06:59 +0300
commit0b64c59d5c55a4d431c0dcb6175dadab7da622ec (patch)
tree22984d1eb134948e937e3faf5a259cebfa5874c2
parent738c9816563a293b69319ec4b45255124061d030 (diff)
downloadaur-0b64c59d5c55a4d431c0dcb6175dadab7da622ec.tar.gz
fix indents
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac25c1b07715..fa2a6892ef90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,9 +12,9 @@ license=('MIT')
provides=('vape')
options=('!strip')
source=("${pkgname}-${pkgver}::${url}/releases/download/v${pkgver}/vape-x86_64-unknown-linux-gnu"
- 'LICENSE::https://github.com/joshuarli/vape/raw/master/LICENSE')
+ 'LICENSE::https://github.com/joshuarli/vape/raw/master/LICENSE')
sha256sums=('7a557fcd648d2e52c3320b2c43ce5c56afa6438e69284e72509238c25a90f20f'
- '3ceac5a0c3f1e5311aeb9eb7c8ce06ace3f5031066ac61a433c8e7e090406fca')
+ '3ceac5a0c3f1e5311aeb9eb7c8ce06ace3f5031066ac61a433c8e7e090406fca')
package () {
install -Dm755 "$srcdir"/${pkgname}-${pkgver} "${pkgdir}/usr/bin/vape"