Package Details: pash 2.3.0-3

Git Clone URL: https://aur.archlinux.org/pash.git (read-only, click to copy)
Package Base: pash
Description: Simple password manager using GPG written in POSIX sh
Upstream URL: https://github.com/dylanaraps/pash
Licenses: MIT
Submitter: abdelq
Maintainer: None
Last Packager: lmartinez-mirror
Votes: 1
Popularity: 0.000000
First Submitted: 2019-11-30 21:35 (UTC)
Last Updated: 2021-11-01 04:08 (UTC)

Dependencies (3)

Required by (1)

Sources (1)

Latest Comments

gesh commented on 2021-10-31 20:43 (UTC)

Please rename the source tarball to ${pkgname}-${pkgver} so that it's more distinct in a shared srcdir, eg as:

diff --git a/PKGBUILD b/PKGBUILD
index dffcdb3..56ba220 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@

 pkgname='pash'
 pkgver=2.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A simple password manager using GPG written in POSIX sh'
 arch=('any')
 url="https://github.com/dylanaraps/$pkgname"
 license=('MIT')
 depends=('gnupg' 'tree' 'xclip')
-source=("https://github.com/dylanaraps/$pkgname/archive/$pkgver.tar.gz")
+source=("${pkgname}-${pkgver}::https://github.com/dylanaraps/$pkgname/archive/$pkgver.tar.gz")
 sha256sums=('7ee6a649d80350b8b52b1b7ad78d687775a3cc145fecbd3a75d34865c31dd7ef')

 package() {