summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"