Updated pman to 1.4.0-3

This commit is contained in:
2026-05-30 09:56:59 +02:00
parent 84ed475b07
commit 85ae7d1c50
2 changed files with 9 additions and 9 deletions

View File

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