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 99a17bb276e5..2354367ca5ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Ricardo Band <email@ricardo.band>
pkgname=virtualfish
-pkgver=2.2.0
+pkgver=2.3.0
pkgrel=1
pkgdesc="Fish shell tool for managing Python virtual environments"
arch=("any")
@@ -9,7 +9,7 @@ license=("MIT")
depends=("python" "python-pkgconfig" "python-psutil" "python-virtualenv")
makedepends=("python-setuptools")
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('9dae04094af00b1033ee837a2e0781ae3afd6d278ee9e3884009dcebbd8bb1a2')
+sha256sums=('6d06de09babbea541f694615f4f26eec00822e4b97650c4191639b6ef5210bb5')
build() {
cd "$srcdir/$pkgname-$pkgver"