Date: Saturday, September 24, 2016 @ 14:07:03
  Author: jleclanche
Revision: 190309

upgpkg: lxqt-common 0.11.0-1

Upstream release 0.11.0

Modified:
  lxqt-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-09-24 14:05:26 UTC (rev 190308)
+++ PKGBUILD    2016-09-24 14:07:03 UTC (rev 190309)
@@ -2,8 +2,8 @@
 # Maintainer: Jerome Leclanche <jer...@leclan.ch>
 
 pkgname=lxqt-common
-pkgver=0.10.0
-pkgrel=4
+pkgver=0.11.0
+pkgrel=1
 pkgdesc="Common data to run a LXQt session."
 arch=("any")
 groups=("lxqt")
@@ -12,24 +12,25 @@
 depends=("qt5-svg" "hicolor-icon-theme" "xdg-utils" "ttf-font")
 makedepends=("cmake" "liblxqt" "qt5-tools")
 source=(
-       "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz";
-       "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+       
"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=(
-       "7b12f2fe7a42f5ea0c9f596eeb87ca3c97cc0b706121ceede64480e8480ec9d1"
+       "3a34a2105a49545d2695cccaf6310d261a7e760455e583efa2d80b3ab54d6053"
        "SKIP"
 )
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+validpgpkeys=(
+       "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 
<jer...@leclan.ch>
+       "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 
<aga...@siduction.org>
+)
 
 
 build() {
        mkdir -p build
        cd build
-       # Build with LC_ALL=en_US.UTF-8 to work around lxqt#957 (FS#48754)
-       # Remove in 0.11
-       LC_ALL=en_US.UTF-8 cmake "$srcdir/$pkgname-$pkgver" \
+       cmake "$srcdir/$pkgname-$pkgver" \
                -DCMAKE_INSTALL_PREFIX=/usr
-       LC_ALL=en_US.UTF-8 make
+       make
 }
 
 package() {

Reply via email to