summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
-rw-r--r--changelog.txt2
3 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7d7d8945639..11e13b0eccc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mailwizard-git
pkgdesc = Configure neomutt, isync, getmail and msmtp with pass for passwords
- pkgver = r728.b7f0532
- pkgrel = 2
+ pkgver = r730.89f8ae6
+ pkgrel = 1
url = https://github.com/rpuntaie/mailwizard
install = wizard.install
changelog = changelog.txt
diff --git a/PKGBUILD b/PKGBUILD
index f9719a268b54..89fb264b4563 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,15 @@
# Upstream author : Roland Puntaier <roland [dot] puntaier [at] gmail [dot] com>
# Upstream author : Luke Smith <luke [at] lukesmith [dot] xyz>
+
pkgname=mailwizard-git
+
pkgver() {
- cd "$srcdir/${pkgname%-git}"
+ cd "${pkgname%-git}"
printf 'r%s.%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
-pkgver=r728.b7f0532
-pkgrel=2
+pkgver=r730.89f8ae6
+pkgrel=1
pkgdesc='Configure neomutt, isync, getmail and msmtp with pass for passwords'
arch=('x86_64')
@@ -42,6 +44,7 @@ source=("git+$url"
sha256sums=('SKIP'
'34682620297727b9bf93670b84592050d59181e682d3867cd56aefedbd67243f')
+
#check() {
# cd "${pkgname%-git}"
# ./dotests
@@ -54,4 +57,5 @@ package() {
install -Dm644 README.rst -t"$pkgdir/usr/share/doc/${pkgname%-git}/"
}
+
# vim: ts=2 sw=2 et ft=PKGBUILD:
diff --git a/changelog.txt b/changelog.txt
index c043db74a7a6..b29b9517ae52 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,5 +1,7 @@
History (newest first)
+20200317 fixed "mailboxes" line
+
Generate man page from readme, to avoid duplicate descriptions.
Readme in rst instead of md.
Separate changelog.txt.