summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAyush Agarwal2022-01-17 15:43:04 +0530
committerAyush Agarwal2022-01-17 15:43:04 +0530
commit5c180b1f75a5bf982dfe63e848f5c672d2634960 (patch)
treee1e608246e604b07f0fe79396f77f43a89ad9af4
parenta63f7d9b3cca234860100e39baa1fb8b90573e49 (diff)
downloadaur-5c180b1f75a5bf982dfe63e848f5c672d2634960.tar.gz
release: bump version to 1.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39744b2748bc..7e3b2a038008 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tessen
pkgdesc = An interactive menu to autotype and copy password-store data
- pkgver = 1.3.0
- pkgrel = 3
+ pkgver = 1.3.1
+ pkgrel = 1
url = https://github.com/ayushnix/tessen
install = tessen.install
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = tessen
optdepends = pass-otp: to generate OTP
optdepends = xdg-utils: to open URLs in default web browser
conflicts = tessen-git
- source = https://github.com/ayushnix/tessen/releases/download/v1.3.0/tessen-1.3.0.tar.gz
- sha256sums = dacc1ef85c1519fbb2f2d61e95573f1a846a83ef8d408d530a99d4e38fb4164f
+ source = https://github.com/ayushnix/tessen/releases/download/v1.3.1/tessen-1.3.1.tar.gz
+ sha256sums = 2e09f84f82bfd199d34f069d866d998346a85b115eaed8644c8cc81a6159ad1d
pkgname = tessen
diff --git a/PKGBUILD b/PKGBUILD
index 295cb7d1aacc..b8f050bda3e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ayush Agarwal <ayush at fastmail dot in>
pkgname=tessen
-pkgver=1.3.0
-pkgrel=3
+pkgver=1.3.1
+pkgrel=1
pkgdesc="An interactive menu to autotype and copy password-store data"
arch=(x86_64)
url="https://github.com/ayushnix/tessen"
@@ -20,7 +20,7 @@ optdepends=('libnotify: to send notifications about copied data'
'xdg-utils: to open URLs in default web browser')
conflicts=('tessen-git')
source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('dacc1ef85c1519fbb2f2d61e95573f1a846a83ef8d408d530a99d4e38fb4164f')
+sha256sums=('2e09f84f82bfd199d34f069d866d998346a85b115eaed8644c8cc81a6159ad1d')
install=tessen.install
package() {