summaryrefslogtreecommitdiff
path: root/update-all
diff options
context:
space:
mode:
Diffstat (limited to 'update-all')
-rwxr-xr-xupdate-all/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/update-all/PKGBUILD b/update-all/PKGBUILD
index bb0afd9f..80a3e011 100755
--- a/update-all/PKGBUILD
+++ b/update-all/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Erich Eckner <arch at eckner dot net>
pkgname=update-all
pkgver=0.6.1
-pkgrel=1
+pkgrel=2
pkgdesc="Simple script for installing updated packages"
arch=('any')
url="https://git.eckner.net/Erich/${pkgname}"
license=('GPL')
groups=()
depends=(
+ 'inetutils'
'pacman-contrib'
'vim'
)