summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAston2021-01-11 10:23:48 +0200
committerAston2021-01-11 10:23:48 +0200
commit797f8c3444b7471bf981a5a33b45f99a7ff62581 (patch)
tree1cff58eca59a290ca0d7acf8ab4df8fd6046f5ad
parentf328af0ea5186983b35d0f068445f76e5786f723 (diff)
downloadaur-797f8c3444b7471bf981a5a33b45f99a7ff62581.tar.gz
rust-keylock-ui v0.13.0
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84e90e774cb7..b73bd051e527 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.12.0
+ pkgver = 0.13.0
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.12.0.tar.gz
- sha512sums = c02bd39991b3ec9be76d7bad6d8adcf49ec21b3a550c495bfe5cacfb1068b4d4d735e043d3a3892e97be20bdfdaec8e6a6dcae7e6a09e52353e6d546dda7558a
+ source = https://github.com/rust-keylock/rust-keylock-ui/archive/v0.13.0.tar.gz
+ sha512sums = 638c3483b06b7bee9b43c5d504c9b8ac6db95d59eebd54791636a0643856f5dea46d1c23cb17cee26554738d9b1f2905361f7ac606bb3406d13d1476cbb387aa
pkgname = rust-keylock-ui
diff --git a/.gitignore b/.gitignore
index d405276bf1f0..abd2bcc32be8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,5 @@ pkg/
src/
*.tar.xz
*.tar.gz
+*.tar.zst
*.log
diff --git a/PKGBUILD b/PKGBUILD
index 49164dc14932..544607fb6a53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aston <astonbitecode at gmail dot com>
pkgname="rust-keylock-ui"
-pkgver="0.12.0"
+pkgver="0.13.0"
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=("c02bd39991b3ec9be76d7bad6d8adcf49ec21b3a550c495bfe5cacfb1068b4d4d735e043d3a3892e97be20bdfdaec8e6a6dcae7e6a09e52353e6d546dda7558a")
+sha512sums=("638c3483b06b7bee9b43c5d504c9b8ac6db95d59eebd54791636a0643856f5dea46d1c23cb17cee26554738d9b1f2905361f7ac606bb3406d13d1476cbb387aa")
validpgpkeys=()
prepare() {