summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOnur Alp AKIN2023-03-19 08:23:37 +0300
committerOnur Alp AKIN2023-03-19 08:23:37 +0300
commit61b0ed9d3f8eb0f3c90efa3cc3244f0d6e59da97 (patch)
tree0ed937b8256ccc3ae735c1fb1239203f063e2e78
parent60711d13ec8cf1e1a995ccd4b8cb6c14f2eb0202 (diff)
downloadaur-61b0ed9d3f8eb0f3c90efa3cc3244f0d6e59da97.tar.gz
Fix formatting
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4ed90e7afe2..d75dbaf34411 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,9 @@
# Maintainer: Onur Alp Akin <onralpakin@gmail.com>
+# https://github.com/otuva/PKGBUILDs
+
pkgname=l5p-kbl-git
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Lenovo Legion 5 Pro 2021 Linux Keyboard Light Controller"
arch=('any')
url="https://github.com/imShara/l5p-kbl"
@@ -12,8 +14,8 @@ source=("git+${url}")
md5sums=('SKIP')
package() {
- cd ${pkgname%-git}
+ cd ${pkgname%-git}
install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
- install -Dm 755 l5p_kbl.py "${pkgdir}/usr/bin/l5p-kbl"
+ install -Dm 755 l5p_kbl.py "${pkgdir}/usr/bin/l5p-kbl"
}