Updated pman-helper to 1.4.0-1

This commit is contained in:
2026-07-26 21:46:59 +00:00
parent ab144b9617
commit 6d009f5617
2 changed files with 16 additions and 5 deletions

View File

@@ -1 +1,14 @@
pkgbase = pman-helper
pkgdesc = A pacman helper script, because you forget all the stupid flags
pkgver = 1.4.0
pkgrel = 1
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
sha256sums = 0026ab2d951c224c8b7bac3b4e89c9997c8b58a8cfcd5ed59a8133a42c8688af
pkgname = pman-helper

View File

@@ -2,8 +2,8 @@
_pkgname="pman"
pkgname="${_pkgname}-helper"
pkgver="1.3.0"
pkgrel="3"
pkgver="1.4.0"
pkgrel="1"
pkgdesc="A pacman helper script, because you forget all the stupid flags"
url="https://git.bjphoster.com/source/${_pkgname}"
arch=("any")
@@ -12,9 +12,7 @@ depends=("bash" "pacman")
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=("e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855")
md5sums=("235271ded1d7bfa950347954169d0ee6")
sha256sums=("0026ab2d951c224c8b7bac3b4e89c9997c8b58a8cfcd5ed59a8133a42c8688af")
package() {
install -Dm644 "${srcdir}/${_pkgname}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"