summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent9cba5e2deca2b9a6929942832e839b2181cddfdc (diff)
downloadaur-6337b8a8da10e293a1f29b6a536cdb8014fe74ff.tar.gz
3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"