summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD5
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04e6f03ed29e..2dcbec115b2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = virtualfish
pkgdesc = A virtualenv wrapper for the Fish shell
pkgver = 1.0.5
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/adambrenecki/virtualfish
arch = any
license = MIT
diff --git a/.gitignore b/.gitignore
index bf7612cc53c9..598a1ed9c50c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+virtualfish/
# Created by https://www.gitignore.io/api/linux,archlinuxpackages,vim
diff --git a/PKGBUILD b/PKGBUILD
index 1e2444daaf63..c183ce144eef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,8 @@
# Maintainer: Ricardo (XenGi) Band <email@ricardo.band>
pkgbase=virtualfish
pkgname=('python-virtualfish' 'python2-virtualfish')
-pkgname=python-$pkgbase
pkgver=1.0.5
-pkgrel=4
+pkgrel=5
pkgdesc="A virtualenv wrapper for the Fish shell"
arch=(any)
url="https://github.com/adambrenecki/virtualfish"
@@ -11,7 +10,7 @@ license=('MIT')
depends=('python-virtualenv' 'python2-virtualenv' 'python-setuptools' 'python2-setuptools')
options=(!emptydirs)
install=
-source=("${pkgbase}::git+https://github.com/adambrenecki/${pkgbase}.git#tag=1.0.5")
+source=("${pkgbase}::git+https://github.com/adambrenecki/${pkgbase}.git#tag=${pkgver}")
sha1sums=('SKIP')
prepare() {