summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBOT gitlab.com/XenGi-aur/virtualfish2021-09-16 18:17:56 +0000
committerBOT gitlab.com/XenGi-aur/virtualfish2021-09-16 18:17:56 +0000
commita62edc8d1785f28cfd666e5e8acdc16c2d9c1727 (patch)
tree199586378f5f109f194cfa867789120ca5285544
parent14f6e86d57951442ca87a59ef2fe8ec3c1f2b0cc (diff)
downloadaur-a62edc8d1785f28cfd666e5e8acdc16c2d9c1727.tar.gz
bumped to version 2.5.4
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee68f3957839..e4ac29507c3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = virtualfish
pkgdesc = Fish shell tool for managing Python virtual environments
- pkgver = 2.5.1
+ pkgver = 2.5.4
pkgrel = 1
url = https://github.com/justinmayer/virtualfish
arch = any
@@ -9,9 +9,8 @@ pkgbase = virtualfish
depends = python-pkgconfig
depends = python-psutil
depends = python-virtualenv
- source = https://files.pythonhosted.org/packages/source/v/virtualfish/virtualfish-2.5.1.tar.gz
- sha256sums = 9ccc57ac9e3fa9d58cfdddbe4a76ec8be37be2a75cb12f3ccbfaa6ef19c1899f
+ source = https://files.pythonhosted.org/packages/source/v/virtualfish/virtualfish-2.5.4.tar.gz
+ sha256sums = c8e256586d7a45ca461134a18d2fecfb7df7d32c104e9bd84d82570c6ef2ac3e
pkgname = virtualfish
depends = fish>=3.1
-
diff --git a/PKGBUILD b/PKGBUILD
index 1be5e48343ae..2e1613acf8b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Ricardo Band <email@ricardo.band>
pkgname=virtualfish
-pkgver=2.5.1
+pkgver=2.5.4
pkgrel=1
pkgdesc="Fish shell tool for managing Python virtual environments"
arch=("any")
@@ -9,7 +9,7 @@ license=("MIT")
depends=("python-pkgconfig" "python-psutil" "python-virtualenv")
makedepends=("python-setuptools")
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('9ccc57ac9e3fa9d58cfdddbe4a76ec8be37be2a75cb12f3ccbfaa6ef19c1899f')
+sha256sums=('c8e256586d7a45ca461134a18d2fecfb7df7d32c104e9bd84d82570c6ef2ac3e')
build() {
cd "$srcdir/$pkgname-$pkgver"