summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63af3266fbb1..b565af175ab7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jan 22 19:18:08 UTC 2016
+# Mon Dec 5 18:41:32 UTC 2016
pkgbase = mu
pkgdesc = A collection of utilities for indexing and searching Maildirs
- pkgver = 0.9.16
+ pkgver = 0.9.18
pkgrel = 1
url = http://www.djcbsoftware.nl/code/mu
install = mu.install
@@ -12,12 +12,12 @@ pkgbase = mu
makedepends = webkitgtk
depends = xapian-core
depends = gmime
- depends = sqlite3
+ depends = sqlite
optdepends = cron: Updating index regularly
optdepends = webkitgtk: for msg2pdf and GUI
conflicts = mailutils
- source = mu-0.9.16.tar.gz::https://github.com/djcb/mu/archive/v0.9.16.tar.gz
- sha256sums = af086880b00a6954bc1135b226b66a33205893600c8dd04139a6871c62c6f05c
+ source = https://github.com/djcb/mu/releases/download/0.9.18/mu-0.9.18.tar.gz
+ sha256sums = 6559ec888d53f8e03b87b67148a73f52fe086477cb10e43f3fc13ed7f717e809
pkgname = mu
diff --git a/PKGBUILD b/PKGBUILD
index e2bc58eacca2..71879dbe8c6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,20 +6,20 @@
# Contributor: Vain
pkgname=mu
-pkgver=0.9.16
+pkgver=0.9.18
pkgrel=1
pkgdesc="A collection of utilities for indexing and searching Maildirs"
arch=('i686' 'x86_64')
url="http://www.djcbsoftware.nl/code/mu"
license=('GPL3')
-depends=('xapian-core' 'gmime' 'sqlite3')
+depends=('xapian-core' 'gmime' 'sqlite')
makedepends=('webkitgtk')
optdepends=('cron: Updating index regularly'
'webkitgtk: for msg2pdf and GUI')
conflicts=('mailutils')
install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/djcb/mu/archive/v$pkgver.tar.gz)
-sha256sums=('af086880b00a6954bc1135b226b66a33205893600c8dd04139a6871c62c6f05c')
+source=(https://github.com/djcb/mu/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('6559ec888d53f8e03b87b67148a73f52fe086477cb10e43f3fc13ed7f717e809')
prepare() {
cd "${srcdir}"/$pkgname-$pkgver/toys/mug