[arch-commits] Commit in packagekit-qt5/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Feb 20 23:28:28 UTC 2020


    Date: Thursday, February 20, 2020 @ 23:28:27
  Author: arojas
Revision: 577428

Update to 1.0.2

Modified:
  packagekit-qt5/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-20 23:17:16 UTC (rev 577427)
+++ PKGBUILD	2020-02-20 23:28:27 UTC (rev 577428)
@@ -1,9 +1,9 @@
 # Maintainer: Christian Hesse <mail at eworm.de>
-# Contributor: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=packagekit-qt5
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.0.2
+pkgrel=1
 pkgdesc='Qt5 bindings for PackageKit'
 arch=('x86_64')
 url='http://www.packagekit.org/'
@@ -13,9 +13,9 @@
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17'  # Richard Hughes <richard at hughsie.com>
               'D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB'  # Matthias Klumpp <matthias at tenstral.net>
               '70C26659D184ABC01FFAF45228DDEDC6E4480AD0') # Daniel Nicoletti <dantti12 at gmail.com>
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/hughsie/PackageKit-Qt/archive/v${pkgver}.tar.gz"
-        "${pkgname}-${pkgver}.tar.gz.asc::https://github.com/hughsie/PackageKit-Qt/releases/download/v${pkgver}/PackageKit-Qt-${pkgver}.tar.gz.asc")
-sha256sums=('4556ad405b552d0369ed7dfc20b9fed7e1201378eea18964b0068ce669ed9818'
+source=("https://github.com/hughsie/PackageKit-Qt/releases/download/v$pkgver/PackageKit-Qt-$pkgver.tar.xz"
+        "https://github.com/hughsie/PackageKit-Qt/releases/download/v$pkgver/PackageKit-Qt-$pkgver.tar.xz.asc")
+sha256sums=('9e908478ebb85231f9fa1249c9183ccbaa16dc29e774d73f06d4cc0666058a87'
             'SKIP')
 
 build() {
@@ -23,9 +23,7 @@
   	cd PackageKit-Qt-${pkgver}/build
 
   	cmake .. \
-		-DCMAKE_INSTALL_PREFIX=/usr \
-		-DCMAKE_BUILD_TYPE=Release \
-		-DCMAKE_INSTALL_LIBDIR=lib
+		-DCMAKE_INSTALL_PREFIX=/usr
 	make
 }
 



More information about the arch-commits mailing list