Updated pman to 1.2.0

This commit is contained in:
Bryan Joshua Pedini 2025-01-28 15:12:17 +01:00
parent 67408d5a36
commit c8b1848e10

View File

@ -2,7 +2,7 @@
_pkgname="pman" _pkgname="pman"
pkgname="$_pkgname-helper" pkgname="$_pkgname-helper"
pkgver="1.1.2" pkgver="1.2.0"
pkgrel="1" pkgrel="1"
pkgdesc="A pacman helper script, because you forget all the stupid flags" pkgdesc="A pacman helper script, because you forget all the stupid flags"
url="https://git.bjphoster.com/source/${_pkgname}" url="https://git.bjphoster.com/source/${_pkgname}"
@ -11,9 +11,9 @@ license=("MIT")
depends=("bash" "pacman") depends=("bash" "pacman")
conflicts=("pman") # Another package called `pman` currently exists in the AUR conflicts=("pman") # Another package called `pman` currently exists in the AUR
source=("https://git.bjphoster.com/source/${_pkgname}/archive/${pkgver}.tar.gz") source=("https://git.bjphoster.com/source/${_pkgname}/archive/${pkgver}.tar.gz")
sha1sums=("af045144e207157c2e615cedf615e68a07c1af85") sha1sums=("df1f0c0d476619fa6994c72c94f0fd50e08fa74c")
sha256sums=("9ac3b495130d8d296e8cda1c9fdf7a908679c722ab746cdc8ff2e85606dac88a") sha256sums=("400980f9d8e4d8df3f95cf8c7430922586ba389289a80d0ba18d127f095d1d84")
md5sums=("33cd29b90bcf74946489e39271cbeb99") md5sums=("5b424b1b6900b4f8cdcd8a5388be55aa")
package() { package() {
mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}" mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"