summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlavi Pantaleev2025-01-07 16:40:27 +0200
committerSlavi Pantaleev2025-01-07 16:40:27 +0200
commit556cf555c224fe21daa78d83ca443190b5014c54 (patch)
tree5cebd190843477eec6a4e89f45ead6c530b12a87
parent739bcb0ab0db74a063aa3bf7b03b99f7cd5927c3 (diff)
downloadaur-556cf555c224fe21daa78d83ca443190b5014c54.tar.gz
Release 1.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34be3e2d6f76..2e09f177ff78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sftpman-python
pkgdesc = A CLI application for managing and mounting sshfs (SFTP) filesystems
- pkgver = 1.3.0
- pkgrel = 2
+ pkgver = 1.3.1
+ pkgrel = 0
epoch = 1
url = https://github.com/spantaleev/sftpman
install = sftpman-python.install
@@ -14,7 +14,7 @@ pkgbase = sftpman-python
optdepends = sftpman-gtk: GTK frontend for sftpman v1
optdepends = sftpman: sftpman v2+, rewritten in Rust
conflicts = sftpman
- source = git+https://github.com/spantaleev/sftpman-python.git#tag=1.3.0
+ source = git+https://github.com/spantaleev/sftpman-python.git#tag=1.3.1
md5sums = SKIP
pkgname = sftpman-python
diff --git a/PKGBUILD b/PKGBUILD
index 1cc963eb3dad..e03238cf103f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=sftpman-python
epoch=1
-pkgver=1.3.0
-pkgrel=2
+pkgver=1.3.1
+pkgrel=0
pkgdesc="A CLI application for managing and mounting sshfs (SFTP) filesystems"
arch=('any')
url="https://github.com/spantaleev/sftpman"