summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLancia2023-10-02 17:20:55 +0200
committerLancia2023-10-02 17:20:55 +0200
commite7ecbf70601688169e8becd1fc90b3cba7fedaf5 (patch)
treed500c2d87ed45e9960b32fa29ec996a4588138c5
parente33167bab1dd499db8d7fc61806200d1d2282657 (diff)
downloadaur-e7ecbf70601688169e8becd1fc90b3cba7fedaf5.tar.gz
cleaning the PKGBUILD
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1e88c1681ca..abcd2aafd54f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Lancia Greggori <lanciagreggori@gmail.com>
-pkgname='herbe'
-pkgver='1.0.0'
-pkgrel='3'
+pkgname=herbe
+pkgver=1.0.0
+pkgrel=3
pkgdesc='Daemon-less notifications without D-Bus'
arch=('x86_64')
url='https://github.com/dudik/herbe'
@@ -18,6 +18,6 @@ build() {
package() {
cd "$pkgname-$pkgver"
- make PREFIX='/usr' DESTDIR="$pkgdir/" install
+ make PREFIX=/usr DESTDIR="$pkgdir/" install
install -D -m 644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}