summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarvin Schlegel2019-02-13 22:59:52 +0100
committerMarvin Schlegel2019-02-13 22:59:52 +0100
commit3f9f35f53084f3940ed73cd4a09bfee79f0b9032 (patch)
tree2ad1bb97cde752cc802ffb100bc009666e62a32c
parentc05d58d749a6a16cec7e305c1a2cd49112532a98 (diff)
downloadaur-3f9f35f53084f3940ed73cd4a09bfee79f0b9032.tar.gz
adopt package | remove obsolete dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc7d3324a0d3..bbffe9290e85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mu-git
pkgdesc = mu and mu4e from git
- pkgver = 1.0.154.g156c4211
+ pkgver = 1.0.158.g508d3d4a
pkgrel = 1
url = http://www.djcbsoftware.nl/code/mu
arch = i686
@@ -11,7 +11,6 @@ pkgbase = mu-git
depends = guile
depends = gmime3
depends = json-glib
- depends = sqlite3
optdepends = emacs: mu4e support
provides = mu
conflicts = mu
diff --git a/PKGBUILD b/PKGBUILD
index 798b810e8b7a..596ed8afb429 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
-# Maintainer: csllbr; Popsch <popsch@gmx.net>
+# Maintainer: Jack Random, <jack(at)random(dot)to>
+# previous: csllbr; Popsch <popsch@gmx.net>
# Thanks to the maintainers and contributors of the mu binary package
pkgname=mu-git
-pkgver=1.0.154.g156c4211
+pkgver=1.0.158.g508d3d4a
pkgrel=1
pkgdesc="mu and mu4e from git"
arch=('i686' 'x86_64')
url="http://www.djcbsoftware.nl/code/mu"
-depends=('xapian-core' 'guile' 'gmime3' 'json-glib' 'sqlite3')
+depends=('xapian-core' 'guile' 'gmime3' 'json-glib')
makedepends=('git')
optdepends=('emacs: mu4e support')
license=('GPL')