Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages /
lximage-qt
Commits:
2ddcfcb4 by Chih-Hsuan Yen at 2024-11-11T21:47:00+08:00
upgpkg: 2.1.0-1: bump
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = lximage-qt
pkgdesc = The LXQt image viewer and screenshot tool
- pkgver = 2.0.1
+ pkgver = 2.1.0
pkgrel = 1
url = https://github.com/lxqt/lximage-qt
arch = x86_64
@@ -15,12 +15,12 @@ pkgbase = lximage-qt
depends = libfm-qt6.so
optdepends = qt6-imageformats: support for additional image formats
(WEBP, TIFF, etc.)
optdepends = kimageformats: support for additional image formats (PCX,
XCF, HEIF, etc.)
- source =
https://github.com/lxqt/lximage-qt/releases/download/2.0.1/lximage-qt-2.0.1.tar.xz
- source =
https://github.com/lxqt/lximage-qt/releases/download/2.0.1/lximage-qt-2.0.1.tar.xz.asc
+ source =
https://github.com/lxqt/lximage-qt/releases/download/2.1.0/lximage-qt-2.1.0.tar.xz
+ source =
https://github.com/lxqt/lximage-qt/releases/download/2.1.0/lximage-qt-2.1.0.tar.xz.asc
validpgpkeys = 169704C6FB490C6892C7F23C37E0AF1FDA48F373
validpgpkeys = 7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3
validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
- sha256sums =
55ca3bb14f58cda3abe364f820de011aeddb4b2840e3ae4467190c1097c40f8e
+ sha256sums =
fbf600305ec3a0b725df2bdc82ae8a87c060ea5ddad0e87efa79c3c44bf7f6fc
sha256sums = SKIP
pkgname = lximage-qt
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Jerome Leclanche <[email protected]>
pkgname=lximage-qt
-pkgver=2.0.1
+pkgver=2.1.0
pkgrel=1
pkgdesc="The LXQt image viewer and screenshot tool"
arch=("x86_64")
@@ -22,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=('55ca3bb14f58cda3abe364f820de011aeddb4b2840e3ae4467190c1097c40f8e'
+sha256sums=('fbf600305ec3a0b725df2bdc82ae8a87c060ea5ddad0e87efa79c3c44bf7f6fc'
'SKIP')
validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lximage-qt/-/commit/2ddcfcb40d246c2cefd76e50746067f954f3e022
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lximage-qt/-/commit/2ddcfcb40d246c2cefd76e50746067f954f3e022
You're receiving this email because of your account on gitlab.archlinux.org.