summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlastweakness2020-01-10 11:20:14 +0530
committerlastweakness2020-01-10 11:20:14 +0530
commit5c98496712c723d7b06e6547ba8037eab07d7031 (patch)
tree0dcbe7b235a6d2d24c3019d6323fe6aaea5c9d65
parentfeb5958d0945595e014718131cf503dcd9687b75 (diff)
downloadaur-5c98496712c723d7b06e6547ba8037eab07d7031.tar.gz
Fix standards
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 00668ab1bd2e..5f1e05cff657 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mufeed Ali <lastweakness@tuta.io>
-author=valos
pkgname=komikku
+_author=valos
_gitname=Komikku
pkgver=0.8.1
pkgrel=2
@@ -30,7 +30,7 @@ makedepends=(
gobject-introspection
meson
)
-source=("https://gitlab.com/$author/$_gitname/-/archive/v$pkgver/$_gitname-v$pkgver.tar.gz")
+source=("https://gitlab.com/$_author/$_gitname/-/archive/v$pkgver/$_gitname-v$pkgver.tar.gz")
sha256sums=('f66c4f89bccfb0da1e28b5cc6ed3de3b5aa59fc0de9f105681187f955915a7e5')
build() {