summaryrefslogtreecommitdiff
path: root/~fauno/notmuch/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to '~fauno/notmuch/PKGBUILD')
-rw-r--r--~fauno/notmuch/PKGBUILD24
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')
+
+