summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAyush Agarwal2021-11-29 22:11:18 +0530
committerAyush Agarwal2021-11-29 22:11:18 +0530
commit5310ccc25ef9e2845f2c39acd59dbcc7aa85de39 (patch)
treeca5376f360cc18da72f4ab5ae7ef42bc442e115b
parentebb5e32655b8e4f3413fc7c9d777332ca1cac5bc (diff)
downloadaur-5310ccc25ef9e2845f2c39acd59dbcc7aa85de39.tar.gz
release: bump tessen to version 1.2.3
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46b310d8efc1..fc847e684319 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tessen
pkgdesc = An interactive menu to autotype and copy password-store data
- pkgver = 1.2.2
+ pkgver = 1.2.3
pkgrel = 1
url = https://github.com/ayushnix/tessen
install = tessen.install
@@ -14,9 +14,10 @@ pkgbase = tessen
optdepends = bemenu: wayland native dmenu backend
optdepends = rofi-lbonn-wayland-git: the wayland native fork of rofi
optdepends = wofi: unmaintained gtk based backend
+ optdepends = pass-otp: to generate OTP
optdepends = xdg-utils: to open URLs in default web browser
conflicts = tessen-git
- source = tessen-1.2.2.tar.gz::https://github.com/ayushnix/tessen/archive/refs/tags/v1.2.2.tar.gz
- sha256sums = 1a182cd7b856311d95a1ad099c753ca2fce2c2bf1cfcb22113c849ac2f476ad3
+ source = https://github.com/ayushnix/tessen/releases/download/v1.2.3/tessen-1.2.3.tar.gz
+ sha256sums = 53fb446d1f00b08ef3a08a90bc5c5031f4ecfdd198b3dda94bf16ba9e611351e
pkgname = tessen
diff --git a/PKGBUILD b/PKGBUILD
index 77fa12f466c6..7af8ca55ab18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ayush Agarwal <ayush at fastmail dot in>
pkgname=tessen
-pkgver=1.2.2
+pkgver=1.2.3
pkgrel=1
pkgdesc="An interactive menu to autotype and copy password-store data"
arch=(x86_64)
@@ -15,10 +15,11 @@ optdepends=('libnotify: to send notifications about copied data'
'bemenu: wayland native dmenu backend'
'rofi-lbonn-wayland-git: the wayland native fork of rofi'
'wofi: unmaintained gtk based backend'
+ 'pass-otp: to generate OTP'
'xdg-utils: to open URLs in default web browser')
conflicts=('tessen-git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ayushnix/tessen/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('1a182cd7b856311d95a1ad099c753ca2fce2c2bf1cfcb22113c849ac2f476ad3')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('53fb446d1f00b08ef3a08a90bc5c5031f4ecfdd198b3dda94bf16ba9e611351e')
install=tessen.install
package() {