summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRicardo (XenGi) Band2020-12-06 21:33:19 +0100
committerRicardo (XenGi) Band2020-12-06 21:33:19 +0100
commit14f6e86d57951442ca87a59ef2fe8ec3c1f2b0cc (patch)
tree952d000ad829db113c915443c271018c86474c58 /PKGBUILD
parent75f860492d0be26a70f618acdd5c16406cbff096 (diff)
downloadaur-14f6e86d57951442ca87a59ef2fe8ec3c1f2b0cc.tar.gz
bump to v2.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 02be66b42928..1be5e48343ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ricardo Band <email@ricardo.band>
pkgname=virtualfish
-pkgver=2.5.0
-pkgrel=2
+pkgver=2.5.1
+pkgrel=1
pkgdesc="Fish shell tool for managing Python virtual environments"
arch=("any")
url=https://github.com/justinmayer/virtualfish
@@ -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=('922f4990980136db3b62791f4898add90eea03e3b8f8c8ca9d21327987033468')
+sha256sums=('9ccc57ac9e3fa9d58cfdddbe4a76ec8be37be2a75cb12f3ccbfaa6ef19c1899f')
build() {
cd "$srcdir/$pkgname-$pkgver"