summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandall Winkhart2024-01-07 21:53:13 -0500
committerRandall Winkhart2024-01-07 21:53:13 -0500
commitdc2348b22edff50cd9bb3bc8eaf64bae33cf1905 (patch)
tree4a671eb2b29925a2e1181574604d66170a267441
parent55eba4d07f7f0c7cda2b1570be0633ed270f6316 (diff)
downloadaur-dc2348b22edff50cd9bb3bc8eaf64bae33cf1905.tar.gz
Fix source package name
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3c1d7baf6b6..811ef759451d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sshyp
pkgdesc = A light-weight, self-hosted, synchronized password manager
pkgver = 1.5.2
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/rwinkhart/sshyp
arch = any
license = GPL-3.0-only
@@ -11,7 +11,7 @@ pkgbase = sshyp
optdepends = wl-clipboard: wayland clipboard support
optdepends = xclip: x11 clipboard support
optdepends = bash-completion: bash completion support
- source = https://github.com/rwinkhart/sshyp/releases/download/v1.5.2/DEBIAN-sshyp_1.5.2-3_all.deb
+ source = https://github.com/rwinkhart/sshyp/releases/download/v1.5.2/DEBIAN-sshyp_1.5.2-1_all.deb
sha512sums = 5a6180ba5e1c0ad52e972e6772126dac0170344f8922b6615fe8221920d6e3ee2b4df8f9dc6ea679c3d776e2c613bd40d0851ec550a8d4c0a61bf27053201465
pkgname = sshyp
diff --git a/PKGBUILD b/PKGBUILD
index 1a58b961b6e9..0b05fffd478c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Randall Winkhart <idgr at tutanota dot com>
pkgname=sshyp
pkgver=1.5.2
-pkgrel=3
+pkgrel=4
pkgdesc='A light-weight, self-hosted, synchronized password manager'
url='https://github.com/rwinkhart/sshyp'
arch=('any')
@@ -12,7 +12,7 @@ optdepends=(
'xclip: x11 clipboard support'
'bash-completion: bash completion support'
)
-source=("https://github.com/rwinkhart/sshyp/releases/download/v"$pkgver"/DEBIAN-sshyp_"$pkgver"-"$pkgrel"_all.deb")
+source=("https://github.com/rwinkhart/sshyp/releases/download/v"$pkgver"/DEBIAN-sshyp_"$pkgver"-1_all.deb")
sha512sums=('5a6180ba5e1c0ad52e972e6772126dac0170344f8922b6615fe8221920d6e3ee2b4df8f9dc6ea679c3d776e2c613bd40d0851ec550a8d4c0a61bf27053201465')
package() {