summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAyush Agarwal2021-09-21 00:07:47 +0530
committerAyush Agarwal2021-09-21 00:07:47 +0530
commitbd28b586e9c922e2cb8a591bfc7aff6c1b919d5b (patch)
treeec42e878ac66f03ebde8fc81c672edd49bcc7c76
parent33dfb25bee60620181238afed2d101e771188464 (diff)
downloadaur-bd28b586e9c922e2cb8a591bfc7aff6c1b919d5b.tar.gz
update pass-tessen to v1.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c7af0521365..25234c7b4b69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pass-tessen
pkgdesc = A fuzzy data selection and copying interface for pass
- pkgver = 1.5.0
+ pkgver = 1.5.1
pkgrel = 1
url = https://github.com/ayushnix/pass-tessen
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = pass-tessen
optdepends = wl-clipboard-rs: to copy text in wayland
optdepends = xclip: to copy text in xorg
conflicts = pass-tessen-git
- source = pass-tessen-1.5.0.tar.gz::https://github.com/ayushnix/pass-tessen/archive/refs/tags/v1.5.0.tar.gz
- sha256sums = 2b0afe22e6f84d33076b51ad7294b8f77ecc758ed3842db9c0e6a18e2aa711e1
+ source = pass-tessen-1.5.1.tar.gz::https://github.com/ayushnix/pass-tessen/archive/refs/tags/v1.5.1.tar.gz
+ sha256sums = 70b121dca861f3f16252afb77ec26068d19039f0772d36ebdb05d823f779af53
pkgname = pass-tessen
diff --git a/PKGBUILD b/PKGBUILD
index 5b8a973da041..e6435a103ed2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ayush Agarwal <ayush at fastmail dot in>
pkgname=pass-tessen
-pkgver=1.5.0
+pkgver=1.5.1
pkgrel=1
pkgdesc="A fuzzy data selection and copying interface for pass"
arch=(x86_64)
@@ -14,7 +14,7 @@ optdepends=('wl-clipboard: to copy text in wayland'
'xclip: to copy text in xorg')
conflicts=('pass-tessen-git')
source=("$pkgname-$pkgver.tar.gz::https://github.com/ayushnix/pass-tessen/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('2b0afe22e6f84d33076b51ad7294b8f77ecc758ed3842db9c0e6a18e2aa711e1')
+sha256sums=('70b121dca861f3f16252afb77ec26068d19039f0772d36ebdb05d823f779af53')
package() {
cd "$pkgname-$pkgver"