summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2023-06-15 21:44:29 +0200
committerÉtienne Deparis2023-06-15 21:44:37 +0200
commit5890e36ed7b8f672fb9a92ca02ec125384464aca (patch)
treeb576cc92f33ee560f844bd5a346c6452d1c56c2c
parent6337b8a8da10e293a1f29b6a536cdb8014fe74ff (diff)
downloadaur-5890e36ed7b8f672fb9a92ca02ec125384464aca.tar.gz
4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dccee065e14f..689565c4ea78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = edgar-ssh
pkgdesc = A small utility to maintain SSH config files
- pkgver = 3.0
+ pkgver = 4.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-3.0.tar.gz
- sha256sums = 5e31ecec414d6f2ff35897ad4ffdf3663b7c71f03e654ebce4b0e77dbef3c558
+ source = https://git.umaneti.net/edgar/snapshot/edgar-4.0.tar.gz
+ sha256sums = 5bf347996ee0be228c29267b8c91e58957378dea9e86cc21696daa5b0c8242a5
pkgname = edgar-ssh
diff --git a/PKGBUILD b/PKGBUILD
index e9e22910a1df..7b0bb323d457 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=edgar-ssh
_upname=edgar
-pkgver=3.0
+pkgver=4.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=('5e31ecec414d6f2ff35897ad4ffdf3663b7c71f03e654ebce4b0e77dbef3c558')
+sha256sums=('5bf347996ee0be228c29267b8c91e58957378dea9e86cc21696daa5b0c8242a5')
package() {
cd "${_upname}-$pkgver"