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

Chih-Hsuan Yen yan12125 at archlinux.org
Fri Oct 11 07:00:58 UTC 2019


    Date: Friday, October 11, 2019 @ 07:00:58
  Author: yan12125
Revision: 514658

upgpkg: lxqt-globalkeys 0.14.2-1

* github.com/lxde -> github.com/lxqt
* Add myself as a maintainer
* Remove no longer needed -DCMAKE_INSTALL_LIBDIR=lib. See https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/cmake&id=26b053e768072197c4ce326fd620f5ab01d74407

Modified:
  lxqt-globalkeys/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-10 23:41:18 UTC (rev 514657)
+++ PKGBUILD	2019-10-11 07:00:58 UTC (rev 514658)
@@ -1,7 +1,8 @@
 # Maintainer: Jerome Leclanche <jerome at leclan.ch>
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
 
 pkgname=lxqt-globalkeys
-pkgver=0.14.1
+pkgver=0.14.2
 pkgrel=1
 pkgdesc="LXQt daemon and library for global keyboard shortcuts registration."
 arch=("x86_64")
@@ -11,10 +12,10 @@
 depends=("liblxqt")
 makedepends=("lxqt-build-tools")
 source=(
-	"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"
+	"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
+	"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"
 )
-sha256sums=('33ebcc3b1d10ca2fdbc3f529fc51cb03de66e5c7809617444bde2d203cdfda54'
+sha256sums=('8b814bdd834ed8d960ae3c3b2e3f92caa7038d40aeac82f70d397d56d7fb53a9'
             'SKIP')
 validpgpkeys=(
 	"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche <jerome at leclan.ch>
@@ -26,8 +27,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