Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / pcmanfm-qt
Commits: 8a0d8f89 by Chih-Hsuan Yen at 2024-02-10T21:32:40+08:00 upgpkg: 1.4.1-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,11 +1,11 @@ pkgbase = pcmanfm-qt pkgdesc = The LXQt file manager, Qt port of PCManFM - pkgver = 1.4.0 + pkgver = 1.4.1 pkgrel = 1 url = https://github.com/lxqt/pcmanfm-qt arch = x86_64 groups = lxqt - license = GPL2 + license = GPL-2.0-or-later makedepends = lxqt-build-tools depends = desktop-file-utils depends = libfm-qt @@ -14,12 +14,12 @@ pkgbase = pcmanfm-qt optdepends = gvfs-mtp: MTP support (Media Transfer Protocol) optdepends = lxqt-archiver: archive management optdepends = qt5-translations: allow keyboard shortcuts to function in some languages (e.g. German) - source = https://github.com/lxqt/pcmanfm-qt/releases/download/1.4.0/pcmanfm-qt-1.4.0.tar.xz - source = https://github.com/lxqt/pcmanfm-qt/releases/download/1.4.0/pcmanfm-qt-1.4.0.tar.xz.asc + source = https://github.com/lxqt/pcmanfm-qt/releases/download/1.4.1/pcmanfm-qt-1.4.1.tar.xz + source = https://github.com/lxqt/pcmanfm-qt/releases/download/1.4.1/pcmanfm-qt-1.4.1.tar.xz.asc validpgpkeys = 169704C6FB490C6892C7F23C37E0AF1FDA48F373 validpgpkeys = 7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3 validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E - sha256sums = b1c6abb3bd8dca6bd2290fab424fef73527d5a1bb60a67dfd20966545dfee443 + sha256sums = 0de6c9125e7d4250fc52e65bf102720b88edb91d88bc89c352d45b5cb0202986 sha256sums = SKIP pkgname = pcmanfm-qt ===================================== PKGBUILD ===================================== @@ -2,13 +2,14 @@ # Maintainer: Chih-Hsuan Yen <yan12...@archlinux.org> pkgname=pcmanfm-qt -pkgver=1.4.0 +pkgver=1.4.1 pkgrel=1 pkgdesc="The LXQt file manager, Qt port of PCManFM" arch=("x86_64") groups=("lxqt") url="https://github.com/lxqt/$pkgname" -license=("GPL2") +# https://github.com/lxqt/pcmanfm-qt/blob/1.4.1/README.md?plain=1#L12 +license=("GPL-2.0-or-later") depends=("desktop-file-utils" "libfm-qt" "libfm-qt.so") makedepends=("lxqt-build-tools") optdepends=( @@ -21,7 +22,7 @@ source=( "https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz" "https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc" ) -sha256sums=('b1c6abb3bd8dca6bd2290fab424fef73527d5a1bb60a67dfd20966545dfee443' +sha256sums=('0de6c9125e7d4250fc52e65bf102720b88edb91d88bc89c352d45b5cb0202986' 'SKIP') validpgpkeys=( "169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche <jer...@leclan.ch> View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pcmanfm-qt/-/commit/8a0d8f89d678447c667823b78fa9a59c8fff3967 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pcmanfm-qt/-/commit/8a0d8f89d678447c667823b78fa9a59c8fff3967 You're receiving this email because of your account on gitlab.archlinux.org.