Date: Thursday, May 24, 2018 @ 20:41:06
  Author: jleclanche
Revision: 329143

archrelease: copy trunk to community-x86_64

Added:
  lxqt-policykit/repos/community-x86_64/PKGBUILD
    (from rev 329142, lxqt-policykit/trunk/PKGBUILD)
Deleted:
  lxqt-policykit/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-05-24 20:41:01 UTC (rev 329142)
+++ PKGBUILD    2018-05-24 20:41:06 UTC (rev 329143)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jer...@leclan.ch>
-
-pkgname=lxqt-policykit
-pkgver=0.12.0
-pkgrel=1
-pkgdesc="The LXQt policykit authentication agent"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org";
-license=("LGPL2.1")
-depends=("liblxqt" "polkit-qt5")
-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";
-)
-sha256sums=(
-       "6e1972433cad8f2b1b647c740d792432aaa9f72b625c2b34cd46165c3c135838"
-       "SKIP"
-)
-validpgpkeys=(
-       "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 
<jer...@leclan.ch>
-       "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 
<aga...@siduction.org>
-)
-
-
-build() {
-       mkdir -p build
-       cd build
-       cmake "$srcdir/$pkgname-$pkgver" \
-               -DCMAKE_INSTALL_PREFIX=/usr
-       make
-}
-
-package() {
-       cd build
-       make DESTDIR="$pkgdir" install
-}

Copied: lxqt-policykit/repos/community-x86_64/PKGBUILD (from rev 329142, 
lxqt-policykit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-05-24 20:41:06 UTC (rev 329143)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jer...@leclan.ch>
+
+pkgname=lxqt-policykit
+pkgver=0.13.0
+pkgrel=1
+pkgdesc="The LXQt policykit authentication agent"
+arch=("x86_64")
+groups=("lxqt")
+url="http://lxqt.org";
+license=("LGPL2.1")
+depends=("liblxqt" "polkit-qt5")
+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";
+)
+sha256sums=(
+       "f729a898a0ace59cf7702146dbe2891d8cb93494e0e6683099b60863b47727b5"
+       "SKIP"
+)
+validpgpkeys=(
+       "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 
<jer...@leclan.ch>
+       "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 
<aga...@siduction.org>
+)
+
+
+build() {
+       mkdir -p build
+       cd build
+       cmake "$srcdir/$pkgname-$pkgver" \
+               -DCMAKE_INSTALL_PREFIX=/usr
+       make
+}
+
+package() {
+       cd build
+       make DESTDIR="$pkgdir" install
+}

Reply via email to