[arch-commits] Commit in notmuch/trunk (PKGBUILD)
Lukas Fleischer
lfleischer at archlinux.org
Mon Oct 28 12:31:22 UTC 2019
Date: Monday, October 28, 2019 @ 12:31:22
Author: lfleischer
Revision: 520832
upgpkg: notmuch 0.29.2-2
* Python 3.8 rebuild.
* Add missing quotes.
Modified:
notmuch/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-28 12:23:50 UTC (rev 520831)
+++ PKGBUILD 2019-10-28 12:31:22 UTC (rev 520832)
@@ -7,7 +7,7 @@
pkgbase=notmuch
pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
pkgver=0.29.2
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url="https://notmuchmail.org/"
license=('GPL3')
@@ -77,12 +77,12 @@
cd "$srcdir/$pkgbase-$pkgver"
# Install emacs parts
- make DESTDIR="$pkgdir/" install-emacs
+ make DESTDIR="$pkgdir" install-emacs
# Install ruby bindings
sed -i 's:INSTALL = .*[^D]$:& -D:' bindings/ruby/Makefile
- make -C bindings/ruby exec_prefix=$pkgdir/usr install
+ make -C bindings/ruby exec_prefix="$pkgdir"/usr install
# Install python bindings
cd "$srcdir/$pkgbase-$pkgver/bindings/python"
More information about the arch-commits
mailing list