summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-01-03 08:59:00 +0100
committerhaawda2019-01-03 08:59:00 +0100
commit6450abe9aea84d7fc494d46857679442e3681c16 (patch)
tree422eca297aec7774df31f44b105e4c5eb954d680
parent203e513a54204df5602eff361c68028dc88f5b62 (diff)
downloadaur-6450abe9aea84d7fc494d46857679442e3681c16.tar.gz
adopted
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 501760ecb2bf..991c6c1f5cae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = notmuch-git
- pkgver = 0.27.3.31.g8dcc38ce
+ pkgver = 0.28.2.20.ge5253502
pkgrel = 1
epoch = 3
url = https://notmuchmail.org/
@@ -18,13 +18,11 @@ pkgbase = notmuch-git
makedepends = gmime
makedepends = talloc
options = !distcc
- options = !makeflags
- source = git+https://github.com/notmuch/notmuch
+ source = git+https://git.notmuchmail.org/git/notmuch
md5sums = SKIP
pkgname = notmuch-emacs-git
pkgdesc = Not much of an email program -default interface to emacs
- install = notmuch.install
arch = any
depends = notmuch-runtime
optdepends = emacs: for using the emacs interface
diff --git a/PKGBUILD b/PKGBUILD
index c1a18323e171..029aaec05a46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,14 @@ pkgbase=notmuch-git
arch=('i686' 'x86_64')
pkgname=('notmuch-emacs-git' 'notmuch-runtime-git' 'notmuch-python-git' 'notmuch-python2-git' 'notmuch-ruby-git' 'notmuch-vim-git' 'notmuch-mutt-git')
epoch=3
-pkgver=0.27.3.31.g8dcc38ce
+pkgver=0.28.2.20.ge5253502
pkgrel=1
url="https://notmuchmail.org/"
license=('GPL3')
makedepends=('python2' 'python' 'python-sphinx' 'emacs' 'git'
'gnupg' 'ruby' 'pkgconfig' 'xapian-core' 'gmime' 'talloc')
-options=(!distcc !makeflags)
-source=("git+https://github.com/notmuch/notmuch")
+options=('!distcc')
+source=("git+https://git.notmuchmail.org/git/notmuch")
md5sums=('SKIP')
pkgver() {
@@ -33,7 +33,7 @@ prepare(){
build() {
cd "${pkgbase%-git}"
- ./configure --prefix=/usr --sysconfdir=/etc --includedir=/usr/include --without-zsh-completion
+ ./configure --prefix=/usr --sysconfdir=/etc --includedir=/usr/include
make
make -C "contrib/${pkgbase%-git}-mutt" "${pkgbase%-git}-mutt.1"
@@ -54,7 +54,6 @@ package_notmuch-emacs-git(){
optdepends=('emacs: for using the emacs interface' 'gnupg: for email encryption')
conflicts=('notmuch')
provides=('notmuch')
- install=notmuch.install
cd "${pkgbase%-git}"
make DESTDIR="$pkgdir/" install-emacs