Skip to content

Commit

Permalink
Removed checksum from PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
mesaprotector committed Dec 15, 2024
1 parent ea18a13 commit bd5da0f
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,6 +1,6 @@
# Maintainer: mesaprotector < arcanapluvia at gmail dot com >
pkgname=sudo-comment
pkgver=0.0.3
pkgver=0.0.4
pkgrel=1
pkgdesc='Prompt for comment after certain commands run as root'
arch=('any')
Expand All @@ -12,7 +12,7 @@ depends=(
'sudo'
)
source=($url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
sha256sums=('f24309efb5d25f400941181920b490075ccbdfaf79c0536fabe0f3cfbc180ac4')
sha256sums=()

package() {
cd "${srcdir}/${pkgname}-${pkgver}"
Expand Down

0 comments on commit bd5da0f

Please # to comment.