Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qbs
Commits:
ead84a02 by Antonio Rojas at 2025-06-18T21:58:02+02:00
upgpkg: 3.0.0-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qbs
pkgdesc = Cross platform build tool
- pkgver = 2.6.0
+ pkgver = 3.0.0
pkgrel = 1
url = https://wiki.qt.io/Qbs
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = qbs
depends = glibc
depends = qt6-base
depends = qt6-5compat
- source = git+https://code.qt.io/qbs/qbs#tag=v2.6.0
- sha256sums =
875aa4283fb07cf816c1926d5cd5e88b1fc1498e8cdf996b5d4f5c288ca48002
+ source = git+https://code.qt.io/qbs/qbs#tag=v3.0.0
+ sha256sums =
6efe613bf13c63b4d3acc93cef915fc02aebc22cc2b0be18450557aaad059295
pkgname = qbs
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Jake Petroules <[email protected]>
pkgname=qbs
-pkgver=2.6.0
+pkgver=3.0.0
pkgrel=1
pkgdesc='Cross platform build tool'
arch=(x86_64)
@@ -17,7 +17,7 @@ depends=(gcc-libs
makedepends=(cmake
git)
source=(git+https://code.qt.io/qbs/qbs#tag=v$pkgver)
-sha256sums=('875aa4283fb07cf816c1926d5cd5e88b1fc1498e8cdf996b5d4f5c288ca48002')
+sha256sums=('6efe613bf13c63b4d3acc93cef915fc02aebc22cc2b0be18450557aaad059295')
build() {
cmake -B build -S $pkgname \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qbs/-/commit/ead84a026e53182bd49469c802f0455de98ec7de
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qbs/-/commit/ead84a026e53182bd49469c802f0455de98ec7de
You're receiving this email because of your account on gitlab.archlinux.org.