summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArthur Vuillard2016-02-25 12:02:18 +0100
committerArthur Vuillard2016-02-25 12:02:18 +0100
commit627a8e4392676a55d0303b8b833277f444458d16 (patch)
tree3d3eba594e8a6089e616d1d51c325200f2d0b298 /PKGBUILD
parent3461a482c2bf3cef7c000bf478ac1f9afcc3cf16 (diff)
downloadaur-python2-joe.tar.gz
display a note about joe update when installing and upgrading
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ea78b7e9128b..98db8c5efff8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgbase="joe"
pkgname="python2-${_pkgbase}"
pkgver="0.0.7"
-pkgrel=2
+pkgrel=3
pkgdesc="A .gitignore magician in your command line"
arch=('any')
url="http://github.com/karan/joe/"
@@ -12,6 +12,7 @@ license=('MIT')
depends=('python2' 'python2-docopt' 'python2-git')
provides=('joe')
makedepends=('python2-setuptools')
+install=python2-joe.install
source=("https://github.com/karan/joe/archive/${pkgver}.tar.gz")
md5sums=('f10faf7246f3938870383559a0ac28a7')