summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2023-12-07 21:06:21 +0100
committerÉtienne Deparis2023-12-07 21:06:21 +0100
commit010670ad456f595af0f4797099fac483f96cf296 (patch)
tree5d570f45c501cdf5527ca148901a85c7211a3e9e
parent5890e36ed7b8f672fb9a92ca02ec125384464aca (diff)
downloadaur-010670ad456f595af0f4797099fac483f96cf296.tar.gz
5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 689565c4ea78..69f48a4e42bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = edgar-ssh
pkgdesc = A small utility to maintain SSH config files
- pkgver = 4.0
+ pkgver = 5.0
pkgrel = 1
url = https://git.umaneti.net/edgar/about/
arch = any
license = WTFPL
makedepends = python-setuptools
depends = python-yaml
- source = https://git.umaneti.net/edgar/snapshot/edgar-4.0.tar.gz
- sha256sums = 5bf347996ee0be228c29267b8c91e58957378dea9e86cc21696daa5b0c8242a5
+ source = https://git.umaneti.net/edgar/snapshot/edgar-5.0.tar.gz
+ sha256sums = aa949451143e939d497b198b6064b567a793c2803c2ac25729eb4b03248c4fec
pkgname = edgar-ssh
diff --git a/PKGBUILD b/PKGBUILD
index 7b0bb323d457..62970e0a3425 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=edgar-ssh
_upname=edgar
-pkgver=4.0
+pkgver=5.0
pkgrel=1
pkgdesc="A small utility to maintain SSH config files"
arch=("any")
@@ -10,7 +10,7 @@ license=("WTFPL")
depends=("python-yaml")
makedepends=("python-setuptools")
source=("https://git.umaneti.net/${_upname}/snapshot/${_upname}-${pkgver}.tar.gz")
-sha256sums=('5bf347996ee0be228c29267b8c91e58957378dea9e86cc21696daa5b0c8242a5')
+sha256sums=('aa949451143e939d497b198b6064b567a793c2803c2ac25729eb4b03248c4fec')
package() {
cd "${_upname}-$pkgver"