summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Mazieres2015-08-16 17:31:22 -0700
committerDavid Mazieres2015-08-16 17:31:22 -0700
commit84957c48a626094356a21d638380577ce0ff591e (patch)
tree6e64635ba66408b9b25565b267dcdc9710bb2497
parentf3c394ba148d13aa17eff9f17a4ff123167993d6 (diff)
downloadaur-84957c48a626094356a21d638380577ce0ff591e.tar.gz
update to muchsync version 2
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63529bf58c0c..84bdc4990ae4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Mazieres
pkgname=muchsync
-pkgver=1
+pkgver=2
pkgrel=1
pkgdesc="synchronize notmuch mail across machines"
arch=(i686 x86_64)
@@ -9,7 +9,7 @@ url="http://www.muchsync.org/"
license=('GPL')
depends=(notmuch sqlite3 openssl openssh)
source=("http://www.$pkgname.org/src/$pkgname-$pkgver.tar.gz")
-md5sums=('6ce5a25f9585bea56f1f62e2801163a1')
+md5sums=('7aa42de3c473fa6eea4f6b2d7e12e5de')
prepare() {
cd "$pkgname-$pkgver"