summaryrefslogtreecommitdiffstats
path: root/pass
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2023-11-03 10:22:27 +0100
committerJustin Gassner <justin.gassner@mailbox.org>2023-11-03 10:22:27 +0100
commite342c16c94530f51cface0a21cffa7cc1cdd2484 (patch)
tree4c82c6b2b20ad470dde7420c02ff9f7ab8330184 /pass
parent482d16d7ac7e736674561e864d3333dec50ed5e3 (diff)
downloadpackages-e342c16c94530f51cface0a21cffa7cc1cdd2484.tar.zst
Update
Diffstat (limited to 'pass')
-rw-r--r--pass/PKGBUILD11
1 files changed, 2 insertions, 9 deletions
diff --git a/pass/PKGBUILD b/pass/PKGBUILD
index 3ecdff3..8626a84 100644
--- a/pass/PKGBUILD
+++ b/pass/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=pass
pkgname=$_pkgname-jxir
-pkgver=1.7.3.r5.gb2e24c8
+pkgver=1.7.4.r13.g0725291
pkgrel=1
pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
arch=('any')
@@ -14,7 +14,7 @@ optdepends=('git: for Git support'
makedepends=('git')
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=("git+https://git.jxir.de/$_pkgname")
+source=("git+https://git.jxir.de/$_pkgname#branch=no-tree")
sha256sums=('SKIP')
pkgver(){
@@ -22,13 +22,6 @@ pkgver(){
git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
-prepare() {
- cd "$_pkgname"
- for branch in no-tree; do
- git merge --no-edit origin/$branch
- done
-}
-
package() {
cd "$_pkgname"
make DESTDIR="$pkgdir" FORCE_ALL=1 install