summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo (XenGi) Band2020-06-23 12:38:21 +0200
committerRicardo (XenGi) Band2020-06-23 12:38:21 +0200
commit7399ca349ce70aba3b14bcd2f37fe7dabde25eff (patch)
tree4cc016378692e6136122467e7fbf5a3c74d6411b
parenta6ce71c5733c01838784b461b70efadbf392b7f1 (diff)
downloadaur-7399ca349ce70aba3b14bcd2f37fe7dabde25eff.tar.gz
updated to 2.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ed9ad05e214..8f51f3089699 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = virtualfish
pkgdesc = Fish shell tool for managing Python virtual environments
- pkgver = 2.2.0
+ pkgver = 2.3.0
pkgrel = 1
url = https://github.com/justinmayer/virtualfish
arch = any
@@ -10,8 +10,8 @@ pkgbase = virtualfish
depends = python-pkgconfig
depends = python-psutil
depends = python-virtualenv
- source = https://files.pythonhosted.org/packages/source/v/virtualfish/virtualfish-2.2.0.tar.gz
- sha256sums = 9dae04094af00b1033ee837a2e0781ae3afd6d278ee9e3884009dcebbd8bb1a2
+ source = https://files.pythonhosted.org/packages/source/v/virtualfish/virtualfish-2.3.0.tar.gz
+ sha256sums = 6d06de09babbea541f694615f4f26eec00822e4b97650c4191639b6ef5210bb5
pkgname = virtualfish
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"