diff --git a/build-packages b/build-packages index 29d4e1a..a9c519f 100755 --- a/build-packages +++ b/build-packages @@ -20,7 +20,7 @@ for dir in packages/*/ ; do echo "Building version $pkgver-$pkgrel of $pkgname..." cd $dir - makepkg -cf + makepkg -cfd cd ../.. fi fi diff --git a/packages/tos-desktop-wm/PKGBUILD b/packages/tos-desktop-wm/PKGBUILD index 42c4145..f8bc9b4 100644 --- a/packages/tos-desktop-wm/PKGBUILD +++ b/packages/tos-desktop-wm/PKGBUILD @@ -4,7 +4,7 @@ arch=('any') url='https://git.tipragot.fr/tipragot/tos' license=('MIT') -pkgver='0.1.6' +pkgver='0.1.7' pkgrel='1' depends=('tos-desktop-core' 'tos-desktop-terminal' 'lightdm' 'qtile' 'rofi') source=('lightdm.conf' 'config.py') @@ -18,4 +18,4 @@ package() { mkdir -p ${pkgdir}/etc/tos/dotfiles/.config/qtile cp ${srcdir}/config.py ${pkgdir}/etc/tos/dotfiles/.config/qtile/config.py -} \ No newline at end of file +} diff --git a/repository/tos-desktop-wm-0.1.6-1-any.pkg.tar.zst b/repository/tos-desktop-wm-0.1.6-1-any.pkg.tar.zst deleted file mode 100644 index 2d309b5..0000000 Binary files a/repository/tos-desktop-wm-0.1.6-1-any.pkg.tar.zst and /dev/null differ diff --git a/repository/tos-desktop-wm-0.1.7-1-any.pkg.tar.zst b/repository/tos-desktop-wm-0.1.7-1-any.pkg.tar.zst new file mode 100644 index 0000000..4a0c462 Binary files /dev/null and b/repository/tos-desktop-wm-0.1.7-1-any.pkg.tar.zst differ diff --git a/repository/tos.db b/repository/tos.db index a3f2a4d..d6823c1 100644 Binary files a/repository/tos.db and b/repository/tos.db differ diff --git a/repository/tos.files b/repository/tos.files index 4b51efd..ad19584 100644 Binary files a/repository/tos.files and b/repository/tos.files differ