[arch-commits] Commit in qbs/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun May 20 20:33:50 UTC 2018
Date: Sunday, May 20, 2018 @ 20:33:49
Author: arojas
Revision: 324641
Update to 1.11.1
Modified:
qbs/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-20 19:17:40 UTC (rev 324640)
+++ PKGBUILD 2018-05-20 20:33:49 UTC (rev 324641)
@@ -4,8 +4,8 @@
# Contributor: Jake Petroules <jake.petroules at qt.io>
pkgname=qbs
-pkgver=1.11.0
-pkgrel=3
+pkgver=1.11.1
+pkgrel=1
pkgdesc='Cross platform build tool'
arch=(x86_64)
url='https://wiki.qt.io/Qbs'
@@ -12,7 +12,7 @@
license=(LGPL)
depends=(qt5-script)
source=(http://download.qt.io/official_releases/qbs/${pkgver}/qbs-src-${pkgver}.tar.gz)
-sha256sums=('6ce30c468e688f6843468324a34a7191409b471c3ff6f3e834ef8bfa7b3467cd')
+sha256sums=('8a301e8e94169e44f2ca4ad65fc4d393215bf3b81bc51daa970f50ddb6231f5b')
build() {
cd $pkgname-src-$pkgver
@@ -28,8 +28,4 @@
package() {
cd $pkgname-src-$pkgver
INSTALL_ROOT="$pkgdir" make install
-
- # For some reason they don't install all the headers so we'll have to do that
- # by hand.
- cp src/lib/corelib/tools/*.h "$pkgdir"/usr/include/qbs/tools/
}
More information about the arch-commits
mailing list