Skip to content

Commit

Permalink
Update PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmxqrdxddd authored Sep 16, 2024
1 parent a198b38 commit da361b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Jan Fidra <tkmxqrd@gmail.com>

pkgname=logviewer
pkgver=1.0.0
pkgver=alpha
pkgrel=1
pkgdesc="A simple log viewer and filter for journalctl"
arch=('x86_64')
Expand All @@ -21,4 +21,4 @@ package() {
cd "$pkgname-$pkgver"
install -Dm755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
}

0 comments on commit da361b2

Please sign in to comment.