Updated pman-helper to -3

This commit is contained in:
2026-05-31 00:01:23 +00:00
parent b6153dd4df
commit 76d2fb3558
2 changed files with 2 additions and 17 deletions

View File

@@ -1,16 +1 @@
pkgbase = pman-helper
pkgdesc = A pacman helper script, because you forget all the stupid flags
pkgver = 1.4.0
pkgrel = 3
url = https://git.bjphoster.com/source/pman
arch = any
license = MIT
depends = bash
depends = pacman
conflicts = pman
source = https://git.bjphoster.com/source/pman/archive/1.4.0.tar.gz
md5sums = 235271ded1d7bfa950347954169d0ee6
sha1sums = 5cd50a98e40cf26b887cc93bf4919b5278d3218a
sha256sums = 0026ab2d951c224c8b7bac3b4e89c9997c8b58a8cfcd5ed59a8133a42c8688af
pkgname = pman-helper

View File

@@ -2,7 +2,7 @@
_pkgname="pman"
pkgname="${_pkgname}-helper"
pkgver="1.4.0"
pkgver=""
pkgrel="3"
pkgdesc="A pacman helper script, because you forget all the stupid flags"
url="https://git.bjphoster.com/source/${_pkgname}"
@@ -13,7 +13,7 @@ conflicts=("pman") # Another package called `pman` currently exists in the AUR
source=("https://git.bjphoster.com/source/${_pkgname}/archive/${pkgver}.tar.gz")
sha1sums=("5cd50a98e40cf26b887cc93bf4919b5278d3218a")
sha256sums=("0026ab2d951c224c8b7bac3b4e89c9997c8b58a8cfcd5ed59a8133a42c8688af")
sha256sums=("e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855")
md5sums=("235271ded1d7bfa950347954169d0ee6")
package() {