[arch-commits] Commit in notmuch/trunk (PKGBUILD)

Lukas Fleischer lfleischer at archlinux.org
Sat Nov 7 11:59:50 UTC 2015


    Date: Saturday, November 7, 2015 @ 12:59:50
  Author: lfleischer
Revision: 146358

upgpkg: notmuch 0.21-1

Upstream update.

Modified:
  notmuch/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-07 11:43:31 UTC (rev 146357)
+++ PKGBUILD	2015-11-07 11:59:50 UTC (rev 146358)
@@ -6,8 +6,8 @@
 
 pkgbase=notmuch
 pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.20.2
-pkgrel=2
+pkgver=0.21
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://notmuchmail.org/"
 license=('GPL3')
@@ -14,7 +14,7 @@
 makedepends=('python2' 'python' 'python-sphinx' 'emacs' 'gnupg' 'ruby' 'pkgconfig' 'xapian-core' 'gmime' 'talloc')
 options=(!distcc !makeflags)
 source=("http://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz")
-md5sums=('4042de105925bb693f5f9c750bed28d1')
+md5sums=('a951212b8c4624e9a2069e9d9e00222b')
 
 prepare(){
     cp -dpr --no-preserve=ownership "$srcdir/${pkgname}-$pkgver"/bindings/python{,2}
@@ -30,8 +30,7 @@
 
     make -C "contrib/${pkgbase}-mutt" "${pkgname}-mutt.1"
 
-    cd "$srcdir/$pkgbase-$pkgver/bindings/ruby"
-    ruby extconf.rb --vendor
+    make ruby-bindings
 
     cd "$srcdir/$pkgbase-$pkgver/bindings/python"
     python setup.py build



More information about the arch-commits mailing list