summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorreplydev2021-01-06 16:01:27 +0100
committerreplydev2021-01-06 16:01:27 +0100
commitc0b05542788a1411e34bc7128e41f795da9b983d (patch)
tree770e6b173af91b0a4e3e1520d7cedba170d531e5
parente01e2415a105074eed629b9b40c695c8efdbdb45 (diff)
downloadaur-c0b05542788a1411e34bc7128e41f795da9b983d.tar.gz
Version 0.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 094e07de778a..6b66bd6a46c1 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.0
+ pkgver = 0.1.1
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.0.tar.gz::https://github.com/replydev/cotp/archive/0.1.0.tar.gz
- sha256sums = 2d9261eb857595acb1315ea386c29ed983f938f45959dcf0f83d0cbe176ff457
+ source = cotp-0.1.1.tar.gz::https://github.com/replydev/cotp/archive/0.1.1.tar.gz
+ sha256sums = fb80f7437c7132797468d16d9c7940e6ba434ffc3126d620e573a406c2b64970
pkgname = cotp
diff --git a/PKGBUILD b/PKGBUILD
index dadf7acb9c7e..4da96e8dc303 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: replydev <commoncargo@protonmail.com>
pkgname=cotp
-pkgver=0.1.0
+pkgver=0.1.1
pkgrel=1
pkgdesc='Trustworthy command line authenticator app compatible with backups from andOTP, Aegis and so on..'
arch=('x86_64' 'aarch64' 'armv7')
@@ -10,7 +10,7 @@ url='https://github.com/replydev/cotp'
license=('GPL3')
makedepends=('rust')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('2d9261eb857595acb1315ea386c29ed983f938f45959dcf0f83d0cbe176ff457')
+sha256sums=('fb80f7437c7132797468d16d9c7940e6ba434ffc3126d620e573a406c2b64970')
build() {
cd "$pkgname-$pkgver"