summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo (XenGi) Band2020-10-12 11:46:15 +0200
committerRicardo (XenGi) Band2020-10-12 11:46:15 +0200
commitf62057deca7ca0309cdca73671baef45653c5371 (patch)
treee47a9a62237362a7e22c10740619ee090cfe2c84
parent7399ca349ce70aba3b14bcd2f37fe7dabde25eff (diff)
downloadaur-f62057deca7ca0309cdca73671baef45653c5371.tar.gz
bumped to 2.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f51f3089699..c397f85b6fff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = virtualfish
pkgdesc = Fish shell tool for managing Python virtual environments
- pkgver = 2.3.0
+ pkgver = 2.5.0
pkgrel = 1
url = https://github.com/justinmayer/virtualfish
arch = any
license = MIT
makedepends = python-setuptools
- depends = python
depends = python-pkgconfig
depends = python-psutil
depends = python-virtualenv
- source = https://files.pythonhosted.org/packages/source/v/virtualfish/virtualfish-2.3.0.tar.gz
- sha256sums = 6d06de09babbea541f694615f4f26eec00822e4b97650c4191639b6ef5210bb5
+ depends = fish>=3.1
+ source = https://files.pythonhosted.org/packages/source/v/virtualfish/virtualfish-2.5.0.tar.gz
+ sha256sums = 922f4990980136db3b62791f4898add90eea03e3b8f8c8ca9d21327987033468
pkgname = virtualfish
diff --git a/PKGBUILD b/PKGBUILD
index 2354367ca5ff..e67570fe1f23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Ricardo Band <email@ricardo.band>
pkgname=virtualfish
-pkgver=2.3.0
+pkgver=2.5.0
pkgrel=1
pkgdesc="Fish shell tool for managing Python virtual environments"
arch=("any")
url=https://github.com/justinmayer/virtualfish
license=("MIT")
-depends=("python" "python-pkgconfig" "python-psutil" "python-virtualenv")
+depends=("python-pkgconfig" "python-psutil" "python-virtualenv" "fish>=3.1")
makedepends=("python-setuptools")
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('6d06de09babbea541f694615f4f26eec00822e4b97650c4191639b6ef5210bb5')
+sha256sums=('922f4990980136db3b62791f4898add90eea03e3b8f8c8ca9d21327987033468')
build() {
cd "$srcdir/$pkgname-$pkgver"