summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo (XenGi) Band2020-04-07 00:54:11 +0200
committerRicardo (XenGi) Band2020-04-07 00:54:11 +0200
commit1267ed7a5dd4b90fe32cd188726516d299324e1f (patch)
tree099716f8856971c6c8bf92f4688d5286358d0fb7
parent705a10580cb262210086d62f36dad48363ad577e (diff)
downloadaur-1267ed7a5dd4b90fe32cd188726516d299324e1f.tar.gz
finally fixed checksum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 055565687c13..08317bba23aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = virtualfish
pkgdesc = Fish shell tool for managing Python virtual environments
pkgver = 2.1.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/justinmayer/virtualfish
arch = any
license = MIT
@@ -11,7 +11,7 @@ pkgbase = virtualfish
depends = python-psutil
depends = python-virtualenv
source = https://files.pythonhosted.org/packages/source/v/virtualfish/virtualfish-2.1.0.tar.gz
- source = xdg.py::https://github.com/srstevenson/xdg/blob/4.0.1/src/xdg/__init__.py
+ source = xdg.py::https://github.com/srstevenson/xdg/raw/4.0.1/src/xdg/__init__.py
sha256sums = 704b9e4ec0594f84ef6a29d3caca4c74ee9778ec57ab97c5bd79073e477982c2
sha256sums = 993c0f93619481ba0d673d7c22c5e14ea6c8a15da27147d07dbc35ae14680c15
diff --git a/PKGBUILD b/PKGBUILD
index e3bce4a9bb5c..17765eaee74d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ricardo Band <email@ricardo.band>
pkgname=virtualfish
pkgver=2.1.0
-pkgrel=2
+pkgrel=3
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" "python-pkgconfig" "python-psutil" "python-virtualenv") # python-xdg
makedepends=("python-setuptools")
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"
- "xdg.py::https://github.com/srstevenson/xdg/blob/4.0.1/src/xdg/__init__.py")
+ "xdg.py::https://github.com/srstevenson/xdg/raw/4.0.1/src/xdg/__init__.py")
sha256sums=('704b9e4ec0594f84ef6a29d3caca4c74ee9778ec57ab97c5bd79073e477982c2'
'993c0f93619481ba0d673d7c22c5e14ea6c8a15da27147d07dbc35ae14680c15')