summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorXenGi2017-09-04 00:20:44 +0200
committerXenGi2017-09-04 00:20:44 +0200
commitd68fe83072f6a9e7642c7f10e483f4d0d2863beb (patch)
tree2c8ab3732bbb4806d40a3335edde2d1b8809235f /.SRCINFO
downloadaur-d68fe83072f6a9e7642c7f10e483f4d0d2863beb.tar.gz
added python2 version
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO23
1 files changed, 23 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..04e6f03ed29e
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,23 @@
+pkgbase = virtualfish
+ pkgdesc = A virtualenv wrapper for the Fish shell
+ pkgver = 1.0.5
+ pkgrel = 4
+ url = https://github.com/adambrenecki/virtualfish
+ arch = any
+ license = MIT
+ depends = python-virtualenv
+ depends = python2-virtualenv
+ depends = python-setuptools
+ depends = python2-setuptools
+ options = !emptydirs
+ source = virtualfish::git+https://github.com/adambrenecki/virtualfish.git#tag=1.0.5
+ sha1sums = SKIP
+
+pkgname = python-virtualfish
+ depends = python-virtualenv
+ depends = python-setuptools
+
+pkgname = python2-virtualfish
+ depends = python2-virtualenv
+ depends = python2-setuptools
+