Skip to content

Commit

Permalink
multiple: minor style fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed May 4, 2024
1 parent 5267f80 commit 5ec8276
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/goshs/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pkgver=0.3.8
pkgrel=1
pkgdesc='A SimpleHTTPServer written in Go, enhanced with features and with a nice design.'
arch=('x86_64' 'aarch64')
groups=('blackarch' 'blackarch-networking' 'blackarch-windows')
groups=('blackarch' 'blackarch-misc')
url='https://github.com/patrickhener/goshs'
license=('MIT')
depends=()
Expand Down Expand Up @@ -34,3 +34,4 @@ package() {
install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname/" README.md
install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}

1 change: 1 addition & 0 deletions packages/osert/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ package() {
install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname/" *.md
install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}

0 comments on commit 5ec8276

Please sign in to comment.