Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
lxqt-archiver


Commits:
fbd26b24 by Chih-Hsuan Yen at 2024-02-23T11:22:20+08:00
upgpkg: 0.9.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,11 +1,11 @@
 pkgbase = lxqt-archiver
        pkgdesc = A simple & lightweight desktop-agnostic Qt file archiver
-       pkgver = 0.9.0
-       pkgrel = 2
+       pkgver = 0.9.1
+       pkgrel = 1
        url = https://github.com/lxqt/lxqt-archiver
        arch = x86_64
        groups = lxqt
-       license = GPL2
+       license = GPL-2.0-or-later
        makedepends = cmake
        makedepends = qt5-tools
        makedepends = lxqt-build-tools
@@ -16,10 +16,10 @@ pkgbase = lxqt-archiver
        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
+       source = 
https://github.com/lxqt/lxqt-archiver/releases/download/0.9.1/lxqt-archiver-0.9.1.tar.xz
+       source = 
https://github.com/lxqt/lxqt-archiver/releases/download/0.9.1/lxqt-archiver-0.9.1.tar.xz.asc
        validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
-       sha256sums = 
be2d49669220700d71b5f4a62d340eab36e29b4a8327c1f551ae95eede793158
+       sha256sums = 
32aa42add94f84dc4bbdc288ff5f13770951a7e96071ffa70034e939f9d7ce39
        sha256sums = SKIP
 
 pkgname = lxqt-archiver


=====================================
PKGBUILD
=====================================
@@ -1,13 +1,14 @@
 # Maintainer: Chih-Hsuan Yen <yan12...@archlinux.org>
 
 pkgname=lxqt-archiver
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.9.1
+pkgrel=1
 pkgdesc="A simple & lightweight desktop-agnostic Qt file archiver"
 arch=("x86_64")
 groups=("lxqt")
 url="https://github.com/lxqt/$pkgname";
-license=("GPL2")
+# Seems all files contain "any later"
+license=("GPL-2.0-or-later")
 depends=('libfm-qt' 'qt5-x11extras' 'glib2' 'json-glib' 'libfm-qt.so')
 makedepends=('cmake' 'qt5-tools' 'lxqt-build-tools')
 optdepends=(
@@ -15,7 +16,7 @@ optdepends=(
   'p7zip: 7Z support'
 )
 
source=("https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
-sha256sums=('be2d49669220700d71b5f4a62d340eab36e29b4a8327c1f551ae95eede793158'
+sha256sums=('32aa42add94f84dc4bbdc288ff5f13770951a7e96071ffa70034e939f9d7ce39'
             'SKIP')
 validpgpkeys=(
   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 
<tsujan2...@gmail.com>



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lxqt-archiver/-/commit/fbd26b247390e1cf59d8f8cf48154caa10b19a0a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lxqt-archiver/-/commit/fbd26b247390e1cf59d8f8cf48154caa10b19a0a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to