summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11e13b0eccc8..c8176f9e0121 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mailwizard-git
pkgdesc = Configure neomutt, isync, getmail and msmtp with pass for passwords
pkgver = r730.89f8ae6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rpuntaie/mailwizard
install = wizard.install
changelog = changelog.txt
diff --git a/PKGBUILD b/PKGBUILD
index 89fb264b4563..ebc15ba1d710 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgver() {
printf 'r%s.%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
pkgver=r730.89f8ae6
-pkgrel=1
+pkgrel=2
pkgdesc='Configure neomutt, isync, getmail and msmtp with pass for passwords'
arch=('x86_64')