diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2012-03-03 12:06:50 -0600 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2012-03-03 12:06:50 -0600 |
commit | 6353224fefc39524942bf458af0a3bf710fd7f43 (patch) | |
tree | a8106d651e2e0c0d05f1b824c2127285675606bd | |
parent | 0a38be7e53c2527cfa9db7438f968414cbc5f417 (diff) |
Commiting libre package notmuch-0.11.1-2
-rw-r--r-- | ~fauno/notmuch/PKGBUILD | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/~fauno/notmuch/PKGBUILD b/~fauno/notmuch/PKGBUILD index 6e9c92ea4..c4513a89e 100644 --- a/~fauno/notmuch/PKGBUILD +++ b/~fauno/notmuch/PKGBUILD @@ -4,27 +4,29 @@ pkgname=notmuch pkgver=0.11.1 -pkgrel=1 +pkgrel=2 pkgdesc="Notmuch is not much of an email program" arch=(i686 x86_64 mips64el) url="http://notmuchmail.org/" license=('GPL3') -depends=('xapian-core' 'gmime' 'talloc') -makedepends=('python2' 'emacs-nox' 'gnupg' 'ruby' 'pkgconfig') +depends=('xapian-core' 'gmime24' 'talloc') +makedepends=('python2' 'emacs-nox' 'gnupg' 'ruby' 'pkgconfig' 'git') optdepends=('emacs: for using the emacs interface' 'vim: for using the vim interface' 'python2: for using the python bindings' 'ruby: for using the ruby bindings' 'gnupg: for email encryption') -source=("https://repo.parabolagnulinux.org/other/${pkgname}-${pkgver}-${pkgrel}-any.src.tar.xz" - # "http://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz" - ) - +source=( + # "https://repo.parabolagnulinux.org/other/${pkgname}-${pkgver}-${pkgrel}-any.src.tar.xz" + "http://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz" +) +md5sums=('e78e0a2a99177f5b0edf472baa6f1128') +# md5sums=('764abeb6e277c4c03bd64914c72d89a8') build() { cd "$srcdir/${pkgname}-${pkgver}" ./configure --prefix=/usr --sysconfdir=/etc - make + make cd bindings/ruby ruby extconf.rb @@ -62,7 +64,5 @@ package(){ sed -i -e 's,/site_ruby,,g' Makefile make prefix=${pkgdir}/usr install } -md5sums=('764abeb6e277c4c03bd64914c72d89a8' - '886b9fed1326c82aa223b0cfaf717522' - 'e36987a69d0c1e57570f5a854054a729') -md5sums=('764abeb6e277c4c03bd64914c72d89a8') + + |