[arch-commits] Commit in neomutt/repos/community-x86_64 (PKGBUILD PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Wed Apr 4 06:51:49 UTC 2018
Date: Wednesday, April 4, 2018 @ 06:51:47
Author: bpiotrowski
Revision: 314073
archrelease: copy trunk to community-x86_64
Added:
neomutt/repos/community-x86_64/PKGBUILD
(from rev 314072, neomutt/trunk/PKGBUILD)
Deleted:
neomutt/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-04-04 06:51:42 UTC (rev 314072)
+++ PKGBUILD 2018-04-04 06:51:47 UTC (rev 314073)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alad Wenter <alad at mailbox.org>
-# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
-# Contributor: Chris Salzberg <chris at dejimata.com>
-# Contributor: Leonidas Spyropoulos <artafinde at gmail.com>
-
-pkgname=neomutt
-pkgver=20180323
-pkgrel=1
-pkgdesc='a version of mutt with added features'
-url='http://www.neomutt.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('notmuch-runtime' 'lua')
-optdepends=('python: keybase.py')
-makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
-source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz"
- "https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig")
-sha256sums=('4c498424cd6ded946c940f38df7cd01604a23059f258f05d979b2580eafc678b'
- 'SKIP')
-validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon (flatcap) <rich at flatcap.org>
-
-build() {
- cd "$pkgname-$pkgname-$pkgver"
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib \
- --gpgme \
- --enable-lua \
- --notmuch \
- --gss \
- --ssl \
- --sasl \
- --with-ui=ncurses \
- --with-idn=/usr \
- --gdbm
- make
-}
-
-package() {
- cd "$pkgname-$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}
Copied: neomutt/repos/community-x86_64/PKGBUILD (from rev 314072, neomutt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-04-04 06:51:47 UTC (rev 314073)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alad Wenter <alad at mailbox.org>
+# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
+# Contributor: Chris Salzberg <chris at dejimata.com>
+# Contributor: Leonidas Spyropoulos <artafinde at gmail.com>
+
+pkgname=neomutt
+pkgver=20180323
+pkgrel=2
+pkgdesc='a version of mutt with added features'
+url='http://www.neomutt.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('notmuch-runtime' 'lua')
+optdepends=('python: keybase.py')
+makedepends=('git' 'gnupg' 'libxslt' 'docbook-xsl' 'lynx')
+source=("https://github.com/neomutt/neomutt/archive/$pkgname-$pkgver.tar.gz"
+ "https://github.com/neomutt/neomutt/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig")
+sha256sums=('4c498424cd6ded946c940f38df7cd01604a23059f258f05d979b2580eafc678b'
+ 'SKIP')
+validpgpkeys=('86C2397270DD7A561263CA4E5FAF0A6EE7371805') # Richard Russon (flatcap) <rich at flatcap.org>
+
+build() {
+ cd "$pkgname-$pkgname-$pkgver"
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib \
+ --gpgme \
+ --enable-lua \
+ --notmuch \
+ --gss \
+ --ssl \
+ --sasl \
+ --with-ui=ncurses \
+ --with-idn=/usr \
+ --gdbm
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list