[arch-commits] Commit in lxqt-themes/trunk (PKGBUILD)

Chih-Hsuan Yen yan12125 at archlinux.org
Sat Apr 25 02:59:36 UTC 2020


    Date: Saturday, April 25, 2020 @ 02:59:36
  Author: yan12125
Revision: 619747

upgpkg: lxqt-themes 0.15.0-1; use HTTPS URL

Modified:
  lxqt-themes/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-25 02:56:02 UTC (rev 619746)
+++ PKGBUILD	2020-04-25 02:59:36 UTC (rev 619747)
@@ -1,12 +1,12 @@
 # Maintainer: Jerome Leclanche <jerome at leclan.ch>
 
 pkgname=lxqt-themes
-pkgver=0.14.0
+pkgver=0.15.0
 pkgrel=1
 pkgdesc="LXQt themes, graphics and icons."
 arch=("any")
 groups=("lxqt")
-url="http://lxqt.org"
+url="https://lxqt.org"
 license=("LGPL2.1")
 depends=("hicolor-icon-theme")
 makedepends=("lxqt-build-tools")
@@ -15,11 +15,12 @@
 	"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
 	"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"
 )
-sha256sums=('2a96941812d64a8d7e345f776fd582ed81eaa1b951899bdf86847c706fdbfa5c'
+sha256sums=('a10137fa839bffc4fca2dbf72ae82e70f97167d5280828953126c2163030fbb7'
             'SKIP')
 validpgpkeys=(
 	"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche <jerome at leclan.ch>
 	"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida <agaida at siduction.org>
+	"19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang <tsujan2000 at gmail.com>
 )
 
 
@@ -27,8 +28,7 @@
 	mkdir -p build
 	cd build
 	cmake "$srcdir/$pkgname-$pkgver" \
-		-DCMAKE_INSTALL_PREFIX=/usr \
-		-DCMAKE_INSTALL_LIBDIR=lib
+		-DCMAKE_INSTALL_PREFIX=/usr
 	make
 }
 



More information about the arch-commits mailing list