summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Seifferth2021-07-29 10:54:31 +0200
committerFrank Seifferth2021-07-29 10:54:31 +0200
commitfee4d99ccd39f2f4946a2e0c3918927cd6ea71d3 (patch)
tree51ddca580e3788f2afa2cc986856e9495db4d396
parent1bb3e7291a86c74a745dfe09ce6a41585f86e307 (diff)
downloadaur-fee4d99ccd39f2f4946a2e0c3918927cd6ea71d3.tar.gz
v0.13
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e8a0ae7e745..5ca626289376 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bower-mail
pkgdesc = A curses terminal client for the Notmuch email system
- pkgver = 0.12
+ pkgver = 0.13
pkgrel = 1
url = https://github.com/wangp/bower
arch = any
@@ -16,8 +16,7 @@ pkgbase = bower-mail
optdepends = lynx: dump HTML emails
optdepends = w3m: dump HTML emails
conflicts = bower
- source = https://github.com/wangp/bower/archive/0.12.tar.gz
- md5sums = c962611050f89f069a396ac83d01a9f2
+ source = https://github.com/wangp/bower/archive/0.13.tar.gz
+ md5sums = f4687f241fdeb948cafb1ed246ec14fb
pkgname = bower-mail
-
diff --git a/PKGBUILD b/PKGBUILD
index 94f4c2b855cf..136419a28786 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Frank Seifferth <frankseifferth@posteo.net>
pkgname=bower-mail
-pkgver=0.12
+pkgver=0.13
pkgrel=1
pkgdesc="A curses terminal client for the Notmuch email system"
arch=('any')
@@ -11,7 +11,7 @@ optdepends=('msmtp: send messages' 'lynx: dump HTML emails' 'w3m: dump HTML emai
conflicts=('bower')
license=('GPL3')
source=("https://github.com/wangp/bower/archive/$pkgver.tar.gz")
-md5sums=('c962611050f89f069a396ac83d01a9f2')
+md5sums=('f4687f241fdeb948cafb1ed246ec14fb')
build() {
patch "$srcdir/bower-$pkgver/src/Mercury.options" < ../arch.patch