Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
cotp
Commits:
24078fee by Caleb Maclennan at 2024-03-13T10:30:36+03:00
upgpkg: 1.5.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = cotp
pkgdesc = Trustworthy, encrypted, command-line TOTP/HOTP authenticator
app with import functionality
- pkgver = 1.4.5
- pkgrel = 4
+ pkgver = 1.5.0
+ pkgrel = 1
url = https://github.com/replydev/cotp
arch = x86_64
license = GPL-3.0-only
@@ -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.4.5/cotp-1.4.5.tar.gz
- sha256sums =
7fcce48d0aae8f96c94010178a9709afdddc46af902d1965bf5454d83d181fb8
+ source =
https://github.com/replydev/cotp/archive/v1.5.0/cotp-1.5.0.tar.gz
+ sha256sums =
3a868e3bbb0794a2f9baee571f43fcded4029ed92ddfeccfa2b4ee54e6e0c927
pkgname = cotp
depends = gcc-libs
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
pkgbase=cotp
pkgname=(cotp cotp-converters)
-pkgver=1.4.5
-pkgrel=4
+pkgver=1.5.0
+pkgrel=1
pkgdesc='Trustworthy, encrypted, command-line TOTP/HOTP authenticator app with
import functionality'
arch=(x86_64)
url="https://github.com/replydev/$pkgname"
@@ -15,7 +15,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=('7fcce48d0aae8f96c94010178a9709afdddc46af902d1965bf5454d83d181fb8')
+sha256sums=('3a868e3bbb0794a2f9baee571f43fcded4029ed92ddfeccfa2b4ee54e6e0c927')
prepare(){
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cotp/-/commit/24078feeaabbcd425be14c27486cc564a24b8c04
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cotp/-/commit/24078feeaabbcd425be14c27486cc564a24b8c04
You're receiving this email because of your account on gitlab.archlinux.org.