Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages /
lxqt-build-tools
Commits:
69f1ca27 by Chih-Hsuan Yen at 2024-11-11T21:40:33+08:00
upgpkg: 2.1.0-1: bump
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = lxqt-build-tools
pkgdesc = Various packaging tools and scripts for LXQt applications
- pkgver = 2.0.0
+ pkgver = 2.1.0
pkgrel = 1
url = https://github.com/lxqt/lxqt-build-tools
arch = any
@@ -9,10 +9,10 @@ pkgbase = lxqt-build-tools
depends = qt6-tools
depends = git
depends = perl
- source =
https://github.com/lxqt/lxqt-build-tools/releases/download/2.0.0/lxqt-build-tools-2.0.0.tar.xz
- source =
https://github.com/lxqt/lxqt-build-tools/releases/download/2.0.0/lxqt-build-tools-2.0.0.tar.xz.asc
+ source =
https://github.com/lxqt/lxqt-build-tools/releases/download/2.1.0/lxqt-build-tools-2.1.0.tar.xz
+ source =
https://github.com/lxqt/lxqt-build-tools/releases/download/2.1.0/lxqt-build-tools-2.1.0.tar.xz.asc
validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
- sha256sums =
4599c47d1db35e0bb91e62b672e3fb7eb2ec1fb4dafcab94599b0156f54e7f07
+ sha256sums =
2458b629936f5e1ff8850e9953e49d66b96ac419cb484fed0a4d28a711fd8ef9
sha256sums = SKIP
pkgname = lxqt-build-tools
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Jerome Leclanche <[email protected]>
pkgname=lxqt-build-tools
-pkgver=2.0.0
+pkgver=2.1.0
pkgrel=1
pkgdesc="Various packaging tools and scripts for LXQt applications"
arch=("any")
@@ -13,7 +13,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=('4599c47d1db35e0bb91e62b672e3fb7eb2ec1fb4dafcab94599b0156f54e7f07'
+sha256sums=('2458b629936f5e1ff8850e9953e49d66b96ac419cb484fed0a4d28a711fd8ef9'
'SKIP')
validpgpkeys=(
"19DFDF3A579BD509DBB572D8BE793007AD22DF7E" #
https://github.com/tsujan.gpg
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lxqt-build-tools/-/commit/69f1ca277b80ef301eb490600a53b8829c178ac4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lxqt-build-tools/-/commit/69f1ca277b80ef301eb490600a53b8829c178ac4
You're receiving this email because of your account on gitlab.archlinux.org.