Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / lxqt-archiver
Commits: 7ad1d972 by Chih-Hsuan Yen at 2023-12-13T20:11:34+08:00 upgpkg: 0.9.0-2; add p7zip to optdepends for 7z support Mentioned on LXQt Matrix/IRC/Telegram channel [1]. [1] https://matrix.to/#/!IwiMenSYQzzKtMneIO:matrix.org/$qrKZ9PD-QOZOMsVjPSEbYu5QYY6QwoYc2zKlPqvoQv8 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = lxqt-archiver pkgdesc = A simple & lightweight desktop-agnostic Qt file archiver pkgver = 0.9.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/lxqt/lxqt-archiver arch = x86_64 groups = lxqt @@ -15,6 +15,7 @@ pkgbase = lxqt-archiver depends = json-glib depends = libfm-qt.so optdepends = libarchive: for handling rpm files + optdepends = p7zip: 7Z support source = https://github.com/lxqt/lxqt-archiver/releases/download/0.9.0/lxqt-archiver-0.9.0.tar.xz source = https://github.com/lxqt/lxqt-archiver/releases/download/0.9.0/lxqt-archiver-0.9.0.tar.xz.asc validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=lxqt-archiver pkgver=0.9.0 -pkgrel=1 +pkgrel=2 pkgdesc="A simple & lightweight desktop-agnostic Qt file archiver" arch=("x86_64") groups=("lxqt") @@ -12,6 +12,7 @@ depends=('libfm-qt' 'qt5-x11extras' 'glib2' 'json-glib' 'libfm-qt.so') makedepends=('cmake' 'qt5-tools' 'lxqt-build-tools') optdepends=( 'libarchive: for handling rpm files' + 'p7zip: 7Z support' ) source=("https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}) sha256sums=('be2d49669220700d71b5f4a62d340eab36e29b4a8327c1f551ae95eede793158' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lxqt-archiver/-/commit/7ad1d972cbcfdde505e4c202e4302d01515d1880 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lxqt-archiver/-/commit/7ad1d972cbcfdde505e4c202e4302d01515d1880 You're receiving this email because of your account on gitlab.archlinux.org.
