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

Daniel Wallace dwallace at nymeria.archlinux.org
Sat Aug 3 23:11:22 UTC 2013


    Date: Sunday, August 4, 2013 @ 01:11:22
  Author: dwallace
Revision: 95029

upgpkg: notmuch 0.16-1

upgpkg: notmuch 0.16-1

Modified:
  notmuch/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-03 22:28:51 UTC (rev 95028)
+++ PKGBUILD	2013-08-03 23:11:22 UTC (rev 95029)
@@ -6,15 +6,15 @@
 
 pkgbase=notmuch
 pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.15.2
-pkgrel=4
+pkgver=0.16
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://notmuchmail.org/"
 license=('GPL3')
 makedepends=('python2' 'python' 'emacs' 'gnupg' 'ruby' 'pkgconfig' 'xapian-core' 'gmime' 'talloc')
 options=(!distcc !makeflags)
 source=("http://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz")
-md5sums=('e86968dfcd7ffaf162b7b87de56b7f18')
+md5sums=('9de9f8a91eb2323d8503872a059c7f11')
 
 prepare(){
     #cp -dpr --no-preserve=ownership "$srcdir/$pkgname-$pkgver" "$srcdir/$pkgname-runtime-$pkgver"
@@ -42,7 +42,7 @@
     make -C "contrib/${pkgbase}-mutt" "${pkgname}-mutt.1"
 
     cd bindings/ruby
-    ruby extconf.rb
+    ruby extconf.rb --vendor
 
 	cd "$srcdir/${pkgname}-${pkgver}/bindings/python"
 	python setup.py build




More information about the arch-commits mailing list