Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
cotp
Commits:
6174c397 by Orhun Parmaksız at 2024-06-20T00:55:36+03:00
upgpkg: 1.7.1-1: upstream release
- - - - -
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.7.0
+ pkgver = 1.7.1
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.7.0/cotp-1.7.0.tar.gz
- sha256sums =
74d4cb39c7c66fd144a400585114e1ba641d5cebb7ba001a56bded5ba71c5933
+ source =
https://github.com/replydev/cotp/archive/v1.7.1/cotp-1.7.1.tar.gz
+ sha256sums =
62c7bd4b5f3435cc04add28041a896ea76605c0c0675e711672b2dc2221cbccf
pkgname = cotp
depends = gcc-libs
=====================================
PKGBUILD
=====================================
@@ -1,9 +1,10 @@
+# Maintainer: Orhun Parmaksız <[email protected]>
# Maintainer: Caleb Maclennan <[email protected]>
# Contributor: replydev <[email protected]>
pkgbase=cotp
pkgname=(cotp cotp-converters)
-pkgver=1.7.0
+pkgver=1.7.1
pkgrel=1
pkgdesc='Trustworthy, encrypted, command-line TOTP/HOTP authenticator app with
import functionality'
arch=(x86_64)
@@ -15,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=('74d4cb39c7c66fd144a400585114e1ba641d5cebb7ba001a56bded5ba71c5933')
+sha256sums=('62c7bd4b5f3435cc04add28041a896ea76605c0c0675e711672b2dc2221cbccf')
prepare(){
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cotp/-/commit/6174c39762043d5b5a01027ea4a68a52bb3ff6ea
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cotp/-/commit/6174c39762043d5b5a01027ea4a68a52bb3ff6ea
You're receiving this email because of your account on gitlab.archlinux.org.