community/nvchecker: fix post-install shebang

This commit is contained in:
Sertonix 2024-06-10 22:53:01 +02:00 committed by Natanael Copa
parent d0a1f1b5d4
commit 4fb9d5bc53
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# Maintainer: fossdd <fossdd@pwned.life>
pkgname=nvchecker
pkgver=2.17
pkgrel=0
pkgrel=1
pkgdesc="New version checker for software releases"
url="https://github.com/lilydjwg/nvchecker"
arch="noarch"

View File

@ -1,4 +1,4 @@
#!bin/sh
#!/bin/sh
cat >&2 <<-EOF
* This package does not contain any optional dependencies.