diff --git a/packages/tos-core/PKGBUILD b/packages/tos-core/PKGBUILD index cff2419..d2d99ec 100644 --- a/packages/tos-core/PKGBUILD +++ b/packages/tos-core/PKGBUILD @@ -4,11 +4,11 @@ arch=('any') url='https://git.tipragot.fr/tipragot/tos' license=('MIT') -pkgver='0.1.1' -pkgrel='2' +pkgver='0.1.2' +pkgrel='1' depends=( # System - 'base' 'linux' 'linux-firmware' + 'base' 'linux' 'linux-firmware' 'networkmanager' # Boot loader 'grub' 'efibootmgr' diff --git a/packages/tos-desktop/PKGBUILD b/packages/tos-desktop/PKGBUILD index 5e547cc..7a4a116 100644 --- a/packages/tos-desktop/PKGBUILD +++ b/packages/tos-desktop/PKGBUILD @@ -4,6 +4,6 @@ arch=('any') url='https://git.tipragot.fr/tipragot/tos' license=('MIT') -pkgver='0.1.0' +pkgver='0.1.1' pkgrel='1' -depends=('tos-desktop-wm' 'networkmanager') +depends=('tos-desktop-wm' 'tos-apps')