summaryrefslogtreecommitdiff
path: root/~xihh/notmuch-address
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2012-02-17 03:14:29 -0600
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2012-02-17 03:14:29 -0600
commit3b709638d18a517accd9fd20ff704b5f2ffe9ae4 (patch)
treed5bca63530dc361890895383813b684147b49a8c /~xihh/notmuch-address
parentf5469ad02162398b7a145f703380309e7cdeac1c (diff)
Added contrafold and lyx-clasicthesis
Diffstat (limited to '~xihh/notmuch-address')
-rw-r--r--~xihh/notmuch-address/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/~xihh/notmuch-address/PKGBUILD b/~xihh/notmuch-address/PKGBUILD
index cf216f59d..908f40b22 100644
--- a/~xihh/notmuch-address/PKGBUILD
+++ b/~xihh/notmuch-address/PKGBUILD
@@ -1,7 +1,7 @@
# $Id: pkgbuild-mode.el,v 1.23 2007/10/20 16:02:14 juergen Exp $
# Maintainer: Joshua Ismael Haase Hernandez <joshpar@stravy>
pkgname=notmuch-address
-pkgver=20120101
+pkgver=20120201
pkgrel=1
epoch=
pkgdesc="Address completion for notmuch"
@@ -10,7 +10,7 @@ url=""
license=('GPL')
groups=()
depends=(python2)
-makedepends=()
+makedepends=(git)
checkdepends=()
optdepends=()
provides=()
@@ -52,6 +52,7 @@ build() {
package() {
cd "$srcdir/$_gitname-build"
- sed -i _#!/usr/bin/env python_#!/usr/bin/env python2_ notmuch_addresses.py
- install -m755 notmuch_addresses.py /usr/bin/notmuch_addresses.py
+ sed -i "s_#!/usr/bin/env python_#!/usr/bin/env python2_" notmuch_addresses.py
+ install -d $pkgdir/usr/bin
+ install -m755 notmuch_addresses.py $pkgdir/usr/bin/notmuch_addresses.py
} \ No newline at end of file