summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f4094acc57b..71678604850d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = mail-deduplicate
- pkgdesc = Command-line tool to deduplicate mails from a set of boxes
+ pkgdesc = An utility to deduplicate mails from a set of boxes.
pkgver = 7.6.1
pkgrel = 1
- url = https://mail-deduplicate.readthedocs.io/
+ url = https://kdeldycke.github.io/mail-deduplicate/
arch = any
license = GPL2
makedepends = python-build
diff --git a/PKGBUILD b/PKGBUILD
index d4cc453027b8..250844419f89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@ pkgname=mail-deduplicate
_pkgname=mail_deduplicate
pkgver=7.6.1
pkgrel=1
-pkgdesc='Command-line tool to deduplicate mails from a set of boxes'
+pkgdesc='An utility to deduplicate mails from a set of boxes.'
arch=(any)
license=(GPL2)
-url="https://mail-deduplicate.readthedocs.io/"
+url="https://kdeldycke.github.io/mail-deduplicate/"
depends=(python python-arrow python-boltons python-click-extra
python-tabulate)
makedepends=(python-build python-installer python-setuptools python-wheel)