summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorreplydev2023-02-12 18:04:36 +0100
committerreplydev2023-02-12 18:04:36 +0100
commit0c8175203cc79a8e51ed067fdd9108e1aa9fce4d (patch)
treea11487ed1bb4af9f8086145199cab077ab33c81a
parent0c547006bd7d0f6a01623f48b218913db5a814e0 (diff)
downloadaur-0c8175203cc79a8e51ed067fdd9108e1aa9fce4d.tar.gz
Release 1.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfdeeab41237..52c4abf28b83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cotp
pkgdesc = Trustworthy, encrypted, command-line TOTP/HOTP authenticator app with import functionality.
- pkgver = 1.2.1
+ pkgver = 1.2.2
pkgrel = 1
url = https://github.com/replydev/cotp
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = cotp
depends = libxcb
depends = libxkbcommon-x11
provides = cotp-bin
- source = cotp-1.2.1.tar.gz::https://github.com/replydev/cotp/archive/v1.2.1.tar.gz
- sha256sums = f0db2cc7711b8663328433185c701de24590b4ff3c24a2a9642703de501f2568
+ source = cotp-1.2.2.tar.gz::https://github.com/replydev/cotp/archive/v1.2.2.tar.gz
+ sha256sums = f6c855e4cf9a55c84d49064a3ba13497d360687d183670bd5e2b57185e2d1e07
pkgname = cotp
diff --git a/PKGBUILD b/PKGBUILD
index 56b58ed02248..fb0d0e088db4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: replydev <commoncargo@tutanota.com>
pkgname=cotp
-pkgver=1.2.1
+pkgver=1.2.2
pkgrel=1
pkgdesc='Trustworthy, encrypted, command-line TOTP/HOTP authenticator app with import functionality.'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('GPL3')
makedepends=('cargo' 'python')
depends=('libxcb' 'libxkbcommon-x11')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('f0db2cc7711b8663328433185c701de24590b4ff3c24a2a9642703de501f2568')
+sha256sums=('f6c855e4cf9a55c84d49064a3ba13497d360687d183670bd5e2b57185e2d1e07')
conflics=('cotp-bin')
provides=('cotp-bin')