Date: Wednesday, October 26, 2016 @ 21:18:17
  Author: jleclanche
Revision: 193746

archrelease: copy trunk to community-i686, community-x86_64

Added:
  lxqt-openssh-askpass/repos/community-i686/PKGBUILD
    (from rev 193745, lxqt-openssh-askpass/trunk/PKGBUILD)
  lxqt-openssh-askpass/repos/community-x86_64/PKGBUILD
    (from rev 193745, lxqt-openssh-askpass/trunk/PKGBUILD)
Deleted:
  lxqt-openssh-askpass/repos/community-i686/PKGBUILD
  lxqt-openssh-askpass/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   78 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   36 --------------------
 community-x86_64/PKGBUILD |   36 --------------------
 3 files changed, 78 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2016-10-26 21:18:06 UTC (rev 193745)
+++ community-i686/PKGBUILD     2016-10-26 21:18:17 UTC (rev 193746)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jer...@leclan.ch>
-
-pkgname=lxqt-openssh-askpass
-pkgver=0.10.0
-pkgrel=3
-pkgdesc="LXQt openssh password prompt"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org";
-license=("LGPL2.1")
-depends=("liblxqt")
-makedepends=("cmake" "qt5-tools")
-source=(
-       "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz";
-       "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc";
-)
-sha256sums=(
-       "fc4138fa071cf6e7a39cb0c069d8dbc31e409f5eaed87b65f7b5fe6241032283"
-       "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-       mkdir -p build
-       cd build
-       cmake "$srcdir/$pkgname-$pkgver" \
-               -DCMAKE_INSTALL_PREFIX=/usr
-       make
-}
-
-package() {
-       cd build
-       make DESTDIR="$pkgdir" install
-}

Copied: lxqt-openssh-askpass/repos/community-i686/PKGBUILD (from rev 193745, 
lxqt-openssh-askpass/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2016-10-26 21:18:17 UTC (rev 193746)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jer...@leclan.ch>
+
+pkgname=lxqt-openssh-askpass
+pkgver=0.11.0
+pkgrel=1
+pkgdesc="LXQt openssh password prompt"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org";
+license=("LGPL2.1")
+depends=("liblxqt")
+makedepends=("cmake" "qt5-tools" "git")
+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=(
+       "7eac52ceca73e0ccb16a517d78a80870fbb1c2d9edc33c6ad719ae35820f57ec"
+       "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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2016-10-26 21:18:06 UTC (rev 193745)
+++ community-x86_64/PKGBUILD   2016-10-26 21:18:17 UTC (rev 193746)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jer...@leclan.ch>
-
-pkgname=lxqt-openssh-askpass
-pkgver=0.10.0
-pkgrel=3
-pkgdesc="LXQt openssh password prompt"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org";
-license=("LGPL2.1")
-depends=("liblxqt")
-makedepends=("cmake" "qt5-tools")
-source=(
-       "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz";
-       "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc";
-)
-sha256sums=(
-       "fc4138fa071cf6e7a39cb0c069d8dbc31e409f5eaed87b65f7b5fe6241032283"
-       "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-       mkdir -p build
-       cd build
-       cmake "$srcdir/$pkgname-$pkgver" \
-               -DCMAKE_INSTALL_PREFIX=/usr
-       make
-}
-
-package() {
-       cd build
-       make DESTDIR="$pkgdir" install
-}

Copied: lxqt-openssh-askpass/repos/community-x86_64/PKGBUILD (from rev 193745, 
lxqt-openssh-askpass/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-26 21:18:17 UTC (rev 193746)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jer...@leclan.ch>
+
+pkgname=lxqt-openssh-askpass
+pkgver=0.11.0
+pkgrel=1
+pkgdesc="LXQt openssh password prompt"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org";
+license=("LGPL2.1")
+depends=("liblxqt")
+makedepends=("cmake" "qt5-tools" "git")
+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=(
+       "7eac52ceca73e0ccb16a517d78a80870fbb1c2d9edc33c6ad719ae35820f57ec"
+       "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