Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
cotp
Commits:
50faa048 by Caleb Maclennan at 2024-08-31T12:27:06+03:00
upgpkg: 1.9.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = cotp
pkgdesc = Trustworthy, encrypted, command-line TOTP/HOTP authenticator
app with import functionality
- pkgver = 1.8.0
+ pkgver = 1.9.0
pkgrel = 1
url = https://github.com/replydev/cotp
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = cotp
makedepends = python
optdepends = cotp-converters: additional scripts import from other OTP
apps
replaces = cotp-bin
- source =
https://github.com/replydev/cotp/archive/v1.8.0/cotp-1.8.0.tar.gz
- sha256sums =
e358d4eb0ba4b01cc0004a23ce6d3bda0201a84e2c21a6a1b9fc3fabc7cda0c6
+ source =
https://github.com/replydev/cotp/archive/v1.9.0/cotp-1.9.0.tar.gz
+ sha256sums =
388e8fa94ee263423ae9dcb7d766fa3956d69c22e1a901f04aa0d7955834ea28
pkgname = cotp
depends = gcc-libs
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgbase=cotp
pkgname=(cotp cotp-converters)
-pkgver=1.8.0
+pkgver=1.9.0
pkgrel=1
pkgdesc='Trustworthy, encrypted, command-line TOTP/HOTP authenticator app with
import functionality'
arch=(x86_64)
@@ -16,7 +16,7 @@ optdepends=('cotp-converters: additional scripts import from
other OTP apps')
replaces=("$pkgname-bin")
_archive="$pkgname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('e358d4eb0ba4b01cc0004a23ce6d3bda0201a84e2c21a6a1b9fc3fabc7cda0c6')
+sha256sums=('388e8fa94ee263423ae9dcb7d766fa3956d69c22e1a901f04aa0d7955834ea28')
prepare(){
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cotp/-/commit/50faa0481f6b4d2c5532e8871c36f68045cc474b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cotp/-/commit/50faa0481f6b4d2c5532e8871c36f68045cc474b
You're receiving this email because of your account on gitlab.archlinux.org.