[arch-commits] Commit in lxqt-openssh-askpass/repos/community-x86_64 (2 files)
Jerome Leclanche
jleclanche at archlinux.org
Thu May 24 20:39:49 UTC 2018
Date: Thursday, May 24, 2018 @ 20:39:48
Author: jleclanche
Revision: 329139
archrelease: copy trunk to community-x86_64
Added:
lxqt-openssh-askpass/repos/community-x86_64/PKGBUILD
(from rev 329138, lxqt-openssh-askpass/trunk/PKGBUILD)
Deleted:
lxqt-openssh-askpass/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-24 20:39:40 UTC (rev 329138)
+++ PKGBUILD 2018-05-24 20:39:48 UTC (rev 329139)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=lxqt-openssh-askpass
-pkgver=0.12.0
-pkgrel=1
-pkgdesc="LXQt openssh password prompt"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org"
-license=("LGPL2.1")
-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"
-)
-sha256sums=(
- "0962ae128c56c812929ca3d355c54dad3391962a1126b1c40fffc4d4bebd3cf5"
- "SKIP"
-)
-validpgpkeys=(
- "169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche <jerome at leclan.ch>
- "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3" # Alf Gaida <agaida at 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-openssh-askpass/repos/community-x86_64/PKGBUILD (from rev 329138, lxqt-openssh-askpass/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-24 20:39:48 UTC (rev 329139)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-openssh-askpass
+pkgver=0.13.0
+pkgrel=1
+pkgdesc="LXQt openssh password prompt"
+arch=("x86_64")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("LGPL2.1")
+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"
+)
+sha256sums=(
+ "f33e5f168729b974a4b9408e67c9b63f424bcff850bcbdc2d94f22e59f384250"
+ "SKIP"
+)
+validpgpkeys=(
+ "169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche <jerome at leclan.ch>
+ "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3" # Alf Gaida <agaida at siduction.org>
+)
+
+
+build() {
+ mkdir -p build
+ cd build
+ cmake "$srcdir/$pkgname-$pkgver" \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list