summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Münch2021-02-05 08:53:20 +0100
committerChristian Münch2021-02-05 08:53:20 +0100
commitfa07ee9a29d8b1c2e3c0d59b659f46b8feb5a2ed (patch)
tree6ab5790dfbf8c1fa5b7551076f1f1cc585b2bd84
parent984e036e1cab328a1419af6d35d73006fc886278 (diff)
downloadaur-fa07ee9a29d8b1c2e3c0d59b659f46b8feb5a2ed.tar.gz
Randomize the timer to avoid multiple equipment upgrading at the same time
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66740aeaff9e..f99741b0422d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pacman-auto-update
pkgdesc = Install a systemd service triggered by a timer to run automatic pacman package updates
- pkgver = 1.1.3
+ pkgver = 1.1.4
pkgrel = 2
url = https://github.com/cmuench/pacman-auto-update
install = pacman-auto-update.install
diff --git a/PKGBUILD b/PKGBUILD
index 6a079af94af9..68328213eefe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#! /bin/bash
pkgname="pacman-auto-update"
-pkgver=1.1.3
+pkgver=1.1.4
pkgrel=2
arch=("any")
install="${pkgname}.install"