summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b66bd6a46c1..b4db89fb08eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cotp
- pkgdesc = Trustworthy command line authenticator app compatible with backups from andOTP, Aegis and so on..
- pkgver = 0.1.1
+ pkgdesc = Trustworthy encrypted command line authenticator app compatible with multiple backups.
+ pkgver = 0.1.2
pkgrel = 1
url = https://github.com/replydev/cotp
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = cotp
arch = armv7
license = GPL3
makedepends = rust
- source = cotp-0.1.1.tar.gz::https://github.com/replydev/cotp/archive/0.1.1.tar.gz
- sha256sums = fb80f7437c7132797468d16d9c7940e6ba434ffc3126d620e573a406c2b64970
+ source = cotp-0.1.2.tar.gz::https://github.com/replydev/cotp/archive/0.1.2.tar.gz
+ sha256sums = 57f919096a931afab83afe52679705c138826afc07c03df1ad772b3032378737
pkgname = cotp
diff --git a/PKGBUILD b/PKGBUILD
index 4da96e8dc303..895ef58ca210 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Maintainer: replydev <commoncargo@protonmail.com>
pkgname=cotp
-pkgver=0.1.1
+pkgver=0.1.2
pkgrel=1
-pkgdesc='Trustworthy command line authenticator app compatible with backups from andOTP, Aegis and so on..'
+pkgdesc='Trustworthy encrypted command line authenticator app compatible with multiple backups.'
arch=('x86_64' 'aarch64' 'armv7')
url='https://github.com/replydev/cotp'
license=('GPL3')
makedepends=('rust')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('fb80f7437c7132797468d16d9c7940e6ba434ffc3126d620e573a406c2b64970')
+sha256sums=('57f919096a931afab83afe52679705c138826afc07c03df1ad772b3032378737')
build() {
cd "$pkgname-$pkgver"