[arch-commits] Commit in afew/trunk (PKGBUILD)
Daniel M. Capella
polyzen at archlinux.org
Tue Mar 10 02:52:55 UTC 2020
Date: Tuesday, March 10, 2020 @ 02:52:54
Author: polyzen
Revision: 593464
upgpkg: afew 3.0.0-1
Modified:
afew/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-10 02:50:43 UTC (rev 593463)
+++ PKGBUILD 2020-03-10 02:52:54 UTC (rev 593464)
@@ -4,8 +4,8 @@
# Contributor: Kazuo Teramoto <kaz.rag at gmail.com>
pkgname=afew
-pkgver=2.0.0
-pkgrel=2
+pkgver=3.0.0
+pkgrel=1
pkgdesc='Initial tagging script for notmuch mail'
arch=(any)
url=https://github.com/afewmail/afew
@@ -12,8 +12,9 @@
license=('custom:BSD')
depends=('notmuch' 'python-chardet' 'python-dkim' 'python-setuptools')
makedepends=('python-setuptools-scm' 'python-sphinx')
+checkdepends=('python-freezegun')
source=("https://files.pythonhosted.org/packages/source/a/afew/afew-$pkgver.tar.gz")
-sha256sums=('1a685b97ddeba66d4af5ee9b2b76b1a8bccccd3d10bc285c8b82886a0328c048')
+sha256sums=('ec60b8587ffb286da8c5831e5da0378b8df3642a5164e667665453c8beef43a2')
build() {
cd afew-$pkgver
More information about the arch-commits
mailing list