aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
-rw-r--r--README.md2
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b715962dbf8..6dcd74ca223e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = uau
pkgdesc = unattended upgrades for Arch. Schedule automatic upgrades while respecting the recommended upgrade process (Arch wiki - System maintenance).
pkgver = 2.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/steadfasterX/arch_uau
install = uau.install
arch = any
@@ -12,7 +12,8 @@ pkgbase = uau
depends = sudo
depends = pacman
depends = python3-memoizedb
- optdepends = ssmtp: to provide the sendmail like mail command
+ optdepends = ssmtp: extreme simple Mail Transport Agent
+ optdepends = s-nail: to provide the sendmail like mail command
optdepends = yay
backup = etc/unattended-arch-upgrade.conf
backup = etc/unattended-arch-upgrade.ignore
diff --git a/PKGBUILD b/PKGBUILD
index 1b89d1dcfb14..c74d377acb57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: steadfasterX <steadfasterX [at] gmail -dot- com>
pkgname=uau
pkgver=2.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="unattended upgrades for Arch. Schedule automatic upgrades while respecting the recommended upgrade process (Arch wiki - System maintenance)."
arch=('any')
url="https://github.com/steadfasterX/arch_uau"
license=('LGPL3')
depends=('aur-comment-fetcher-git' 'archnews2' 'sudo' 'pacman' 'python3-memoizedb')
makedepends=('git')
-optdepends=('ssmtp: to provide the sendmail like mail command' 'yay')
+optdepends=('ssmtp: extreme simple Mail Transport Agent' 's-nail: to provide the sendmail like mail command' 'yay')
backup=('etc/unattended-arch-upgrade.conf' 'etc/unattended-arch-upgrade.ignore')
source=("https://github.com/steadfasterX/arch_$pkgname/archive/v$pkgver.tar.gz")
md5sums=('6414fe93ccb8521664282c34234a89b4')
diff --git a/README.md b/README.md
index 6ed34f5d1ad3..9376c9b0af26 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ package build for uau (https://github.com/steadfasterX/arch_uau/)
If you have the command `mail` **not** available on your system:
-`yay -S ssmtp`
+`yay -S ssmtp s-nail`
I use and have tested only sstmp but every sendmail-like `mail` cmd will do.