summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a70fcfa4894c..99f15ffb74dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = bower-mail
pkgdesc = A curses terminal client for the Notmuch email system
pkgver = 1.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/wangp/bower
- arch = any
- license = GPL3
+ arch = x86_64
+ license = GPL-3.0-or-later
makedepends = gpgme
makedepends = pandoc
depends = notmuch
diff --git a/PKGBUILD b/PKGBUILD
index 2886cb5ac0f3..4c8e3a3e66e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,16 +7,16 @@ _mercury_dependency='mercury>=14.04'
pkgname=bower-mail
pkgver=1.0
-pkgrel=3
+pkgrel=4
pkgdesc="A curses terminal client for the Notmuch email system"
-arch=('any')
+arch=(x86_64)
url="https://github.com/wangp/bower"
depends=('notmuch' 'ncurses' 'coreutils' 'file')
makedepends=('gpgme' 'pandoc')
options=(!lto)
optdepends=('msmtp: send messages' 'lynx: dump HTML emails' 'w3m: dump HTML emails')
conflicts=('bower')
-license=('GPL3')
+license=(GPL-3.0-or-later)
source=("bower-$pkgver.tar.gz::https://github.com/wangp/bower/archive/$pkgver.tar.gz"
workaround-mercury-bug567.patch
arch.patch)