summaryrefslogtreecommitdiff
path: root/update-all
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-08-26 21:22:46 +0200
committerErich Eckner <git@eckner.net>2021-08-26 21:22:46 +0200
commit37647e99fa504d36b26e10bacc9ac2054903b017 (patch)
tree362048d843aa4762db5a22165f185f9590651811 /update-all
parente52123956958890386ee0d856b0119cb3bc7b6bc (diff)
downloadarchlinuxewe-37647e99fa504d36b26e10bacc9ac2054903b017.tar.xz
update-all 0.8.3-1 -> 0.8.4-1
Diffstat (limited to 'update-all')
-rwxr-xr-xupdate-all/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/update-all/PKGBUILD b/update-all/PKGBUILD
index 80c1da7a7..65f3ceaea 100755
--- a/update-all/PKGBUILD
+++ b/update-all/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Erich Eckner <arch at eckner dot net>
pkgname=update-all
-pkgver=0.8.3
+pkgver=0.8.4
pkgrel=1
pkgdesc="Simple script for installing updated packages"
arch=('any')
@@ -15,8 +15,9 @@ depends=(
makedepends=()
checkdepends=()
optdepends=(
- 'check-kernel: check if reboot is necessary after update'
- 'shutdownasap: allow for less-interuptive reboot'
+ 'check-kernel: check if reboot is necessary after update'
+ 'shutdownasap: allow for less-interuptive reboot'
+ 'simple-package-report: allow for telemetry data upload'
)
provides=()
conflicts=()
@@ -26,7 +27,7 @@ options=()
source=(
"https://git.eckner.net/Erich/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz"
)
-sha512sums=('4aee5b0de568f9a2e07ed808b7307a63ec1f4bd6c4f0c03eaa42dc1b3b88afd31e47e7547e84b7b3ed8c957b90cb918fc4af855c3afbbbd052913a51d3aa0a5f')
+sha512sums=('89df153adaa8769b120f8648074e07bb7d3650c38abf617f6ec3fa6fee0a36d7aee392b1e0db59f4e3c7b35587a500916ba0f41ae91413667bce95a407a900c6')
build() {