aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteadfasterX2022-03-07 12:32:38 +0100
committersteadfasterX2022-03-07 12:40:14 +0100
commit260cbb36e675926c78810640cc57e1cd076ea74b (patch)
treefc309d61edf3382022329a66cbd6919694a7e4d8
parente6f7873224bc2befe288a2ac14b82af1e226ea91 (diff)
downloadaur-260cbb36e675926c78810640cc57e1cd076ea74b.tar.gz
v2.1.0
(cherry picked from commit 0e1263a505268d73d11f560a1c90f3bba77ebd74)
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b43d19649c49..6b715962dbf8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = uau
pkgdesc = unattended upgrades for Arch. Schedule automatic upgrades while respecting the recommended upgrade process (Arch wiki - System maintenance).
- pkgver = 2.0.0
+ pkgver = 2.1.0
pkgrel = 1
url = https://github.com/steadfasterX/arch_uau
install = uau.install
@@ -13,11 +13,10 @@ pkgbase = uau
depends = pacman
depends = python3-memoizedb
optdepends = ssmtp: to provide the sendmail like mail command
- optdepends = trizen
+ optdepends = yay
backup = etc/unattended-arch-upgrade.conf
backup = etc/unattended-arch-upgrade.ignore
- source = https://github.com/steadfasterX/arch_uau/archive/v2.0.0.tar.gz
- md5sums = SKIP
+ source = https://github.com/steadfasterX/arch_uau/archive/v2.1.0.tar.gz
+ md5sums = 6414fe93ccb8521664282c34234a89b4
pkgname = uau
-
diff --git a/PKGBUILD b/PKGBUILD
index f84fd8aa58c8..1b89d1dcfb14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: steadfasterX <steadfasterX [at] gmail -dot- com>
pkgname=uau
-pkgver=2.0.0
+pkgver=2.1.0
pkgrel=1
pkgdesc="unattended upgrades for Arch. Schedule automatic upgrades while respecting the recommended upgrade process (Arch wiki - System maintenance)."
arch=('any')
@@ -8,10 +8,10 @@ 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' 'trizen')
+optdepends=('ssmtp: 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=('SKIP')
+md5sums=('6414fe93ccb8521664282c34234a89b4')
BINFIX=usr/local/bin
SUDOERS=etc/sudoers.d
SYSD=etc/systemd/system