summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandall2022-07-14 05:16:16 -0400
committerRandall2022-07-14 05:16:16 -0400
commitbf1b7833ca441fb9d737ae5f1bc68d1f276304ee (patch)
treec21bd091b193b2ec5c8757c6011b54affaa0c9d0
parent507897d2b2dabd6ccefcf456687b9986fc0d569c (diff)
downloadaur-bf1b7833ca441fb9d737ae5f1bc68d1f276304ee.tar.gz
Release v1.1.0
-rwxr-xr-x[-rw-r--r--].SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84dcf54abb1d..31bf58f05adf 100644..100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sshyp
pkgdesc = A light-weight, self-hosted, synchronized password manager
- pkgver = 1.0.1
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/rwinkhart/sshyp
arch = any
@@ -8,10 +8,9 @@ pkgbase = sshyp
depends = python
depends = gnupg
depends = openssh
- depends = nano
depends = xclip
depends = wl-clipboard
- source = https://github.com/rwinkhart/sshyp/releases/download/v1.0.1/sshyp-1.0.1.tar.xz
- sha512sums = fde4bce3c7c632e4ba1d98ff2c07975a1d87c6eeb03b2f946eaf942db6b08d77f1c09e1a30dc1c62c0390de2ce90b5d9ee9f3c05f93743bab1c6389e7ea871e2
+ source = https://github.com/rwinkhart/sshyp/releases/download/v1.1.0/sshyp-1.1.0.tar.xz
+ sha512sums = b77c0c140d19a489cc9a25f601efb4368edb258a3824bd6e50d15ab0a219eb8fc7703d9ae6d506c5ce9e5c11130c19b162f39bac6c17137d0f346a9e78e3e29c
pkgname = sshyp
diff --git a/PKGBUILD b/PKGBUILD
index d4b6422236a6..b3144ce68b26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Randall Winkhart <idgr at tutanota dot com>
pkgname=sshyp
-pkgver=1.0.1
+pkgver=1.1.0
pkgrel=1
pkgdesc='A light-weight, self-hosted, synchronized password manager'
url='https://github.com/rwinkhart/sshyp'
arch=('any')
license=('GPL3')
-depends=(python gnupg openssh nano xclip wl-clipboard)
+depends=(python gnupg openssh xclip wl-clipboard)
source=("https://github.com/rwinkhart/sshyp/releases/download/v$pkgver/sshyp-$pkgver.tar.xz")
-sha512sums=('fde4bce3c7c632e4ba1d98ff2c07975a1d87c6eeb03b2f946eaf942db6b08d77f1c09e1a30dc1c62c0390de2ce90b5d9ee9f3c05f93743bab1c6389e7ea871e2')
+sha512sums=('b77c0c140d19a489cc9a25f601efb4368edb258a3824bd6e50d15ab0a219eb8fc7703d9ae6d506c5ce9e5c11130c19b162f39bac6c17137d0f346a9e78e3e29c')
package() {