[arch-commits] Commit in mu/repos/community-x86_64 (PKGBUILD PKGBUILD)

Pierre Neidhardt ambrevar at archlinux.org
Mon Feb 5 09:24:15 UTC 2018


    Date: Monday, February 5, 2018 @ 09:24:14
  Author: ambrevar
Revision: 289165

archrelease: copy trunk to community-x86_64

Added:
  mu/repos/community-x86_64/PKGBUILD
    (from rev 289164, mu/trunk/PKGBUILD)
Deleted:
  mu/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-05 09:24:02 UTC (rev 289164)
+++ PKGBUILD	2018-02-05 09:24:14 UTC (rev 289165)
@@ -1,27 +0,0 @@
-# Maintainer: Pierre Neidhardt <ambrevar at gmail.com>
-# Contributor: csllbr; Popsch <popsch at gmx.net>
-
-pkgname=mu
-pkgver=0.9.18
-pkgrel=2
-pkgdesc="Maildir indexer/searcher and Emacs client (mu4e)"
-arch=("x86_64")
-url="http://www.djcbsoftware.nl/code/mu"
-license=("GPL")
-depends=("gmime" "xapian-core")
-makedepends=("emacs")
-optdepends=("guile: guile support"
-	"emacs: mu4e support")
-source=("https://github.com/djcb/mu/archive/$pkgver.tar.gz")
-md5sums=('3b0f9ae97432f589d166afa93204545d')
-
-build() {
-	cd "$pkgname-$pkgver"
-	autoreconf -i
-	./configure --prefix=/usr --disable-webkit --disable-gtk --enable-mu4e
-}
-
-package() {
-	cd "$pkgname-$pkgver"
-	make DESTDIR="$pkgdir" install
-}

Copied: mu/repos/community-x86_64/PKGBUILD (from rev 289164, mu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-05 09:24:14 UTC (rev 289165)
@@ -0,0 +1,27 @@
+# Maintainer: Pierre Neidhardt <ambrevar at gmail.com>
+# Contributor: csllbr; Popsch <popsch at gmx.net>
+
+pkgname=mu
+pkgver=1.0
+pkgrel=1
+pkgdesc="Maildir indexer/searcher and Emacs client (mu4e)"
+arch=("x86_64")
+url="http://www.djcbsoftware.nl/code/mu"
+license=("GPL")
+depends=("gmime" "xapian-core")
+makedepends=("emacs")
+optdepends=("guile: guile support"
+	"emacs: mu4e support")
+source=("https://github.com/djcb/mu/archive/v$pkgver.tar.gz")
+md5sums=('b415f84d4538cf05ec3360a449c1de4d')
+
+build() {
+	cd "$pkgname-$pkgver"
+	autoreconf -i
+	./configure --prefix=/usr --disable-webkit --disable-gtk --enable-mu4e
+}
+
+package() {
+	cd "$pkgname-$pkgver"
+	make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list