summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2022-12-01 15:47:00 +0100
committerÉtienne Deparis2022-12-01 15:47:00 +0100
commitb4b42f997095d5b90a7372dabfed7f5f61c7fcb2 (patch)
treeaa07a10037d4fccc328003a1f541d8e60470e3a9
parent6faae59c1da1ab6e851452cf3744b9aa37687ee4 (diff)
downloadaur-b4b42f997095d5b90a7372dabfed7f5f61c7fcb2.tar.gz
2.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9b6c29fb28f..f0548285e270 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
-# Generated by makepkg 6.0.1
-# Wed Sep 21 09:29:03 UTC 2022
+# Generated by makepkg 6.0.2
+# Thu Dec 1 14:46:37 UTC 2022
pkgbase = edgar-ssh
pkgdesc = A small utility to maintain SSH config files
- pkgver = 1.1
- pkgrel = 2
+ pkgver = 2.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-1.1.tar.gz
- sha256sums = 7cb686afdf9e94f586b93f54d88905331bbcdbdc929207e9b312eb362aab171a
+ source = https://git.umaneti.net/edgar/snapshot/edgar-2.0.tar.gz
+ sha256sums = f00ee6af4240a6dae3e6d6fe826220896b6841d07a88f1b98ec55ded647399c6
pkgname = edgar-ssh
diff --git a/PKGBUILD b/PKGBUILD
index bdbf45266873..fa775bd47757 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=edgar-ssh
_upname=edgar
-pkgver=1.1
-pkgrel=2
+pkgver=2.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=('7cb686afdf9e94f586b93f54d88905331bbcdbdc929207e9b312eb362aab171a')
+sha256sums=('f00ee6af4240a6dae3e6d6fe826220896b6841d07a88f1b98ec55ded647399c6')
package() {
cd "${_upname}-$pkgver"