diff options
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/guix-installer/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pcr/guix-installer/PKGBUILD b/pcr/guix-installer/PKGBUILD index 38f09857a..603d964fa 100644 --- a/pcr/guix-installer/PKGBUILD +++ b/pcr/guix-installer/PKGBUILD @@ -1,11 +1,11 @@ -# Copyright (C) 2019 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> +# Copyright (C) 2019-2022 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> # This program is free software: you can redistribute it and/or modify # it under the terms of the CC0 1.0 License. # Maintainers: Parabola hackers <dev@lists.parabola.nu> pkgname=guix-installer pkgver=v1.3.0 -pkgrel=1 +pkgrel=2 pkgdesc="A command line installer for Guix" arch=(any) url="https://www.gnu.org/software/guix/" @@ -16,6 +16,7 @@ depends=('coreutils' 'grep' 'sed' 'shadow' + 'tar' 'wget' 'which' 'xz') |