summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfivedigits2017-02-07 11:56:12 +0100
committerfivedigits2017-02-07 11:56:12 +0100
commitf1c12b79726b09bbe269466b228ca88ef59d2eec (patch)
treefa822ee34be9541d972c25236d8817758ad1cb4c
parentfbddfacb0eed75b2be67da0e605235af211925b8 (diff)
downloadaur-f1c12b79726b09bbe269466b228ca88ef59d2eec.tar.gz
fixed wrong checksums
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6b44c6efba1..2d857de1eb3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = notmuch-addrlookup-c
pkgdesc = A tool to query the notmuch database for addresses.
pkgver = v8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/aperezdc/notmuch-addrlookup-c
arch = any
license = MIT
depends = notmuch
source = https://github.com/aperezdc/notmuch-addrlookup-c/archive/v8.tar.gz
source = MIT-LICENSE
- md5sums = 700906bdb8396cf0eb7a3b9d2c257d7d
+ md5sums = ca1055f24d1ea7224e5ff87d6fca8527
md5sums = f9be2430c190c736214e76ead254ed07
pkgname = notmuch-addrlookup-c
diff --git a/PKGBUILD b/PKGBUILD
index baa6ed0ea6a5..b7be8395c40e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Moritz Schoenherr <moritz.schoenherr[at]gmail[dot]com>
pkgname=notmuch-addrlookup-c
pkgver=v8
-pkgrel=1
+pkgrel=2
pkgdesc="A tool to query the notmuch database for addresses."
url="https://github.com/aperezdc/notmuch-addrlookup-c"
arch=('any')
@@ -13,8 +13,7 @@ replaces=()
backup=()
source=("https://github.com/aperezdc/notmuch-addrlookup-c/archive/${pkgver}.tar.gz"
"MIT-LICENSE")
-
-md5sums=('700906bdb8396cf0eb7a3b9d2c257d7d'
+md5sums=('ca1055f24d1ea7224e5ff87d6fca8527'
'f9be2430c190c736214e76ead254ed07')
build() {