You've already forked pman-helper
Updated pman-helper to -3
This commit is contained in:
15
.SRCINFO
15
.SRCINFO
@@ -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
|
|
||||||
|
|||||||
4
PKGBUILD
4
PKGBUILD
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
_pkgname="pman"
|
_pkgname="pman"
|
||||||
pkgname="${_pkgname}-helper"
|
pkgname="${_pkgname}-helper"
|
||||||
pkgver="1.4.0"
|
pkgver=""
|
||||||
pkgrel="3"
|
pkgrel="3"
|
||||||
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}"
|
||||||
@@ -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")
|
source=("https://git.bjphoster.com/source/${_pkgname}/archive/${pkgver}.tar.gz")
|
||||||
|
|
||||||
sha1sums=("5cd50a98e40cf26b887cc93bf4919b5278d3218a")
|
sha1sums=("5cd50a98e40cf26b887cc93bf4919b5278d3218a")
|
||||||
sha256sums=("0026ab2d951c224c8b7bac3b4e89c9997c8b58a8cfcd5ed59a8133a42c8688af")
|
sha256sums=("e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855")
|
||||||
md5sums=("235271ded1d7bfa950347954169d0ee6")
|
md5sums=("235271ded1d7bfa950347954169d0ee6")
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|||||||
Reference in New Issue
Block a user