summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAston2021-01-18 11:33:01 +0200
committerAston2021-01-18 11:33:01 +0200
commite878d41d39927b7edd9d107405155b635ff6886e (patch)
tree169743e8492745802c9098e6f27fdd399bfd2f99
parent797f8c3444b7471bf981a5a33b45f99a7ff62581 (diff)
downloadaur-e878d41d39927b7edd9d107405155b635ff6886e.tar.gz
0.13.1: Fixed presentation issue with the leaked and non-leaked entries.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b73bd051e527..845b5683c0a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rust-keylock-ui
pkgdesc = Password manager with goals to be Secure, Simple to use, Portable and Extensible
- pkgver = 0.13.0
+ pkgver = 0.13.1
pkgrel = 1
url = https://rust-keylock.github.io/
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = rust-keylock-ui
depends = java-runtime>=11
depends = libxfixes
depends = libxrender
- source = https://github.com/rust-keylock/rust-keylock-ui/archive/v0.13.0.tar.gz
- sha512sums = 638c3483b06b7bee9b43c5d504c9b8ac6db95d59eebd54791636a0643856f5dea46d1c23cb17cee26554738d9b1f2905361f7ac606bb3406d13d1476cbb387aa
+ source = https://github.com/rust-keylock/rust-keylock-ui/archive/v0.13.1.tar.gz
+ sha512sums = 547793e68231b326768016a28fdb15de1ecf21ed40ba006ed11167d850166489f8bd8305fa6d564366c134ccc4a5a78ce685ad112afe77fb8b96cf539fa2072b
pkgname = rust-keylock-ui
diff --git a/PKGBUILD b/PKGBUILD
index 544607fb6a53..515fb744ebfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aston <astonbitecode at gmail dot com>
pkgname="rust-keylock-ui"
-pkgver="0.13.0"
+pkgver="0.13.1"
pkgrel=1
epoch=
pkgdesc="Password manager with goals to be Secure, Simple to use, Portable and Extensible"
@@ -22,7 +22,7 @@ install=
changelog=
source=("https://github.com/rust-keylock/$pkgname/archive/v$pkgver.tar.gz")
noextract=()
-sha512sums=("638c3483b06b7bee9b43c5d504c9b8ac6db95d59eebd54791636a0643856f5dea46d1c23cb17cee26554738d9b1f2905361f7ac606bb3406d13d1476cbb387aa")
+sha512sums=("547793e68231b326768016a28fdb15de1ecf21ed40ba006ed11167d850166489f8bd8305fa6d564366c134ccc4a5a78ce685ad112afe77fb8b96cf539fa2072b")
validpgpkeys=()
prepare() {