summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJagannathan Tiruvallur Eachambadi2018-12-20 22:52:23 +0100
committerJagannathan Tiruvallur Eachambadi2018-12-20 22:52:23 +0100
commitd121e9430c05197891e3c81f9cd5744e22707e7f (patch)
treef3b1065c90a948b2e8afba9c1586bd32fdcfff5f
parentf1c12b79726b09bbe269466b228ca88ef59d2eec (diff)
downloadaur-d121e9430c05197891e3c81f9cd5744e22707e7f.tar.gz
updpkg v9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d857de1eb3b..3c4ec30d732e 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 = 2
+ pkgver = v9
+ pkgrel = 1
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 = notmuch-addrlookup-c-v9.tar.gz::https://github.com/aperezdc/notmuch-addrlookup-c/archive/v9.tar.gz
source = MIT-LICENSE
- md5sums = ca1055f24d1ea7224e5ff87d6fca8527
+ md5sums = c4a659213225730d2512934e4aca3254
md5sums = f9be2430c190c736214e76ead254ed07
pkgname = notmuch-addrlookup-c
diff --git a/PKGBUILD b/PKGBUILD
index b7be8395c40e..c3d7115d4100 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=2
+pkgver=v9
+pkgrel=1
pkgdesc="A tool to query the notmuch database for addresses."
url="https://github.com/aperezdc/notmuch-addrlookup-c"
arch=('any')
@@ -11,9 +11,9 @@ makedepends=()
conflicts=()
replaces=()
backup=()
-source=("https://github.com/aperezdc/notmuch-addrlookup-c/archive/${pkgver}.tar.gz"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/aperezdc/notmuch-addrlookup-c/archive/${pkgver}.tar.gz"
"MIT-LICENSE")
-md5sums=('ca1055f24d1ea7224e5ff87d6fca8527'
+md5sums=('c4a659213225730d2512934e4aca3254'
'f9be2430c190c736214e76ead254ed07')
build() {