Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qbs
Commits: 58ef26c7 by Antonio Rojas at 2024-02-07T22:11:27+01:00 upgpkg: 2.2.2-1: Update to 2.2.2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,16 +1,16 @@ pkgbase = qbs pkgdesc = Cross platform build tool - pkgver = 2.2.1 + pkgver = 2.2.2 pkgrel = 1 url = https://wiki.qt.io/Qbs arch = x86_64 - license = LGPL + license = LGPL-2.1-only makedepends = cmake depends = gcc-libs depends = glibc depends = qt6-base depends = qt6-5compat - source = https://download.qt.io/official_releases/qbs/2.2.1/qbs-src-2.2.1.tar.gz - sha256sums = 84dad32ff12fda91d4a57c637c86200cdedc7fa56e04daf1c544908ffdb6a2a6 + source = https://download.qt.io/official_releases/qbs/2.2.2/qbs-src-2.2.2.tar.gz + sha256sums = 93e0938fbef2f60f175ae4070fbec5066744f61424ef80f9e65b54f1be8615b4 pkgname = qbs ===================================== PKGBUILD ===================================== @@ -4,19 +4,19 @@ # Contributor: Jake Petroules <jake.petrou...@qt.io> pkgname=qbs -pkgver=2.2.1 +pkgver=2.2.2 pkgrel=1 pkgdesc='Cross platform build tool' arch=(x86_64) url='https://wiki.qt.io/Qbs' -license=(LGPL) +license=(LGPL-2.1-only) depends=(gcc-libs glibc qt6-base qt6-5compat) makedepends=(cmake) source=(https://download.qt.io/official_releases/qbs/$pkgver/qbs-src-$pkgver.tar.gz) -sha256sums=('84dad32ff12fda91d4a57c637c86200cdedc7fa56e04daf1c544908ffdb6a2a6') +sha256sums=('93e0938fbef2f60f175ae4070fbec5066744f61424ef80f9e65b54f1be8615b4') build() { cmake -B build -S $pkgname-src-$pkgver \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qbs/-/commit/58ef26c70a5dfe0dbe56ca5d2fb7985fef7d3df7 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qbs/-/commit/58ef26c70a5dfe0dbe56ca5d2fb7985fef7d3df7 You're receiving this email because of your account on gitlab.archlinux.org.