summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2023-06-15 14:02:11 +0200
committerÉtienne Deparis2023-06-15 14:02:11 +0200
commit6337b8a8da10e293a1f29b6a536cdb8014fe74ff (patch)
treee3fa846c1b6320eb1b2213bb2a59a0e966530a00
parent9cba5e2deca2b9a6929942832e839b2181cddfdc (diff)
downloadaur-6337b8a8da10e293a1f29b6a536cdb8014fe74ff.tar.gz
3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5aadebd7c54..dccee065e14f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = edgar-ssh
pkgdesc = A small utility to maintain SSH config files
- pkgver = 2.0
- pkgrel = 2
+ pkgver = 3.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-2.0.tar.gz
- sha256sums = f00ee6af4240a6dae3e6d6fe826220896b6841d07a88f1b98ec55ded647399c6
+ source = https://git.umaneti.net/edgar/snapshot/edgar-3.0.tar.gz
+ sha256sums = 5e31ecec414d6f2ff35897ad4ffdf3663b7c71f03e654ebce4b0e77dbef3c558
pkgname = edgar-ssh
diff --git a/PKGBUILD b/PKGBUILD
index 65acba095cb7..e9e22910a1df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=edgar-ssh
_upname=edgar
-pkgver=2.0
-pkgrel=2
+pkgver=3.0
+pkgrel=1
pkgdesc="A small utility to maintain SSH config files"
arch=("any")
url="https://git.umaneti.net/${_upname}/about/"
@@ -10,7 +10,7 @@ license=("WTFPL")
depends=("python-yaml")
makedepends=("python-setuptools")
source=("https://git.umaneti.net/${_upname}/snapshot/${_upname}-${pkgver}.tar.gz")
-sha256sums=('f00ee6af4240a6dae3e6d6fe826220896b6841d07a88f1b98ec55ded647399c6')
+sha256sums=('5e31ecec414d6f2ff35897ad4ffdf3663b7c71f03e654ebce4b0e77dbef3c558')
package() {
cd "${_upname}-$pkgver"