summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo (XenGi) Band2024-03-16 19:34:16 +0100
committerRicardo (XenGi) Band2024-03-16 19:34:16 +0100
commit2c809c090d74cd9cb95614fe9c79788bee5f34a9 (patch)
tree7f8f03dbf1c5b33d800626e3f65f7ed63324dce0
parent8944bc1b7d06d2fcd07a930daef7c31735b0ce57 (diff)
downloadaur-2c809c090d74cd9cb95614fe9c79788bee5f34a9.tar.gz
bump to 2.5.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 171112ae797d..b56cbbd1fb34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = virtualfish
pkgdesc = Fish shell tool for managing Python virtual environments
- pkgver = 2.5.5
- pkgrel = 3
+ pkgver = 2.5.7
+ pkgrel = 1
url = https://github.com/justinmayer/virtualfish
arch = any
license = custom:MIT
@@ -12,7 +12,7 @@ pkgbase = virtualfish
depends = python-psutil
depends = python-virtualenv
depends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/v/virtualfish/virtualfish-2.5.5.tar.gz
- sha256sums = 6b654995f151af8fca62646d49a62b5bf646514250f1461df6d42147995a0db2
+ source = https://files.pythonhosted.org/packages/source/v/virtualfish/virtualfish-2.5.7.tar.gz
+ sha256sums = f507d8cd281cb1c1ebf6021fc18ac20a85d8afbfc5ea4fe8eb0a3f54349bc9ba
pkgname = virtualfish
diff --git a/PKGBUILD b/PKGBUILD
index e529c999cd8e..e60c56247361 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Ricardo Band <email@ricardo.band>
pkgname=virtualfish
-pkgver=2.5.5
-pkgrel=3
+pkgver=2.5.7
+pkgrel=1
pkgdesc="Fish shell tool for managing Python virtual environments"
arch=("any")
url=https://github.com/justinmayer/virtualfish
license=("custom:MIT")
depends=("fish" "python" "python-packaging" "python-pkgconfig" "python-psutil" "python-virtualenv" "python-setuptools")
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('6b654995f151af8fca62646d49a62b5bf646514250f1461df6d42147995a0db2')
+sha256sums=('f507d8cd281cb1c1ebf6021fc18ac20a85d8afbfc5ea4fe8eb0a3f54349bc9ba')
build() {
cd "$srcdir/$pkgname-$pkgver"