Date: Monday, June 26, 2017 @ 08:38:40
  Author: jleclanche
Revision: 240975

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

Added:
  keepassxc/repos/community-i686/PKGBUILD
    (from rev 240974, keepassxc/trunk/PKGBUILD)
  keepassxc/repos/community-x86_64/PKGBUILD
    (from rev 240974, keepassxc/trunk/PKGBUILD)
Deleted:
  keepassxc/repos/community-i686/PKGBUILD
  keepassxc/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   92 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   44 ---------------------
 community-x86_64/PKGBUILD |   44 ---------------------
 3 files changed, 92 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2017-06-26 08:38:26 UTC (rev 240974)
+++ community-i686/PKGBUILD     2017-06-26 08:38:40 UTC (rev 240975)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=keepassxc
-pkgver=2.1.4
-pkgrel=1
-pkgdesc="Cross-platform community-driven port of Keepass password manager"
-arch=(x86_64 i686)
-url="https://keepassxc.org/";
-license=(GPL)
-depends=(hicolor-icon-theme libxtst qt5-x11extras)
-makedepends=(cmake qt5-tools)
-source=("https://github.com/keepassxreboot/$pkgname/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz"{,.sig})
-sha256sums=('22c564fab78bd960b9af5a779c7bd59f0cc04a9988b00c6b82329059e59b0035'
-            'SKIP')
-validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2') # KeePassXC Release 
<rele...@keepassxc.org>
-
-prepare() {
-       mkdir -p build
-}
-
-build() {
-       cd build
-       cmake ../$pkgname-$pkgver \
-               -DCMAKE_BUILD_TYPE=Release \
-               -DCMAKE_INSTALL_PREFIX=/usr \
-               -DCMAKE_INSTALL_LIBDIR=lib \
-               -DWITH_XC_AUTOTYPE=ON \
-               -DWITH_XC_HTTP=ON
-       make
-}
-
-check() {
-       cd build
-       # Fails on i686 - https://github.com/keepassxreboot/keepassxc/issues/327
-       if [ $CARCH == x86_64 ]; then
-               make test
-       fi
-}
-
-package() {
-       cd build
-       make DESTDIR="$pkgdir" install
-}

Copied: keepassxc/repos/community-i686/PKGBUILD (from rev 240974, 
keepassxc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2017-06-26 08:38:40 UTC (rev 240975)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=keepassxc
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="Cross-platform community-driven port of Keepass password manager"
+arch=(x86_64 i686)
+url="https://keepassxc.org/";
+license=(GPL)
+depends=(hicolor-icon-theme libxtst qt5-x11extras)
+makedepends=(cmake qt5-tools)
+source=("https://github.com/keepassxreboot/$pkgname/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz"{,.sig})
+sha256sums=(
+       "71c47ebd9a661fc439c61566e4a4aa482e4d463c0eaa4f7562e7216eb0327e59"
+       "SKIP"
+)
+validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2') # KeePassXC Release 
<rele...@keepassxc.org>
+
+prepare() {
+       mkdir -p build
+}
+
+build() {
+       cd build
+       cmake ../$pkgname-$pkgver \
+               -DCMAKE_BUILD_TYPE=Release \
+               -DCMAKE_INSTALL_PREFIX=/usr \
+               -DCMAKE_INSTALL_LIBDIR=lib \
+               -DWITH_XC_AUTOTYPE=ON \
+               -DWITH_XC_HTTP=ON
+       make
+}
+
+check() {
+       cd build
+       # Fails on i686 - https://github.com/keepassxreboot/keepassxc/issues/327
+       if [ $CARCH == x86_64 ]; then
+               make test
+       fi
+}
+
+package() {
+       cd build
+       make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2017-06-26 08:38:26 UTC (rev 240974)
+++ community-x86_64/PKGBUILD   2017-06-26 08:38:40 UTC (rev 240975)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=keepassxc
-pkgver=2.1.4
-pkgrel=1
-pkgdesc="Cross-platform community-driven port of Keepass password manager"
-arch=(x86_64 i686)
-url="https://keepassxc.org/";
-license=(GPL)
-depends=(hicolor-icon-theme libxtst qt5-x11extras)
-makedepends=(cmake qt5-tools)
-source=("https://github.com/keepassxreboot/$pkgname/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz"{,.sig})
-sha256sums=('22c564fab78bd960b9af5a779c7bd59f0cc04a9988b00c6b82329059e59b0035'
-            'SKIP')
-validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2') # KeePassXC Release 
<rele...@keepassxc.org>
-
-prepare() {
-       mkdir -p build
-}
-
-build() {
-       cd build
-       cmake ../$pkgname-$pkgver \
-               -DCMAKE_BUILD_TYPE=Release \
-               -DCMAKE_INSTALL_PREFIX=/usr \
-               -DCMAKE_INSTALL_LIBDIR=lib \
-               -DWITH_XC_AUTOTYPE=ON \
-               -DWITH_XC_HTTP=ON
-       make
-}
-
-check() {
-       cd build
-       # Fails on i686 - https://github.com/keepassxreboot/keepassxc/issues/327
-       if [ $CARCH == x86_64 ]; then
-               make test
-       fi
-}
-
-package() {
-       cd build
-       make DESTDIR="$pkgdir" install
-}

Copied: keepassxc/repos/community-x86_64/PKGBUILD (from rev 240974, 
keepassxc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2017-06-26 08:38:40 UTC (rev 240975)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=keepassxc
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="Cross-platform community-driven port of Keepass password manager"
+arch=(x86_64 i686)
+url="https://keepassxc.org/";
+license=(GPL)
+depends=(hicolor-icon-theme libxtst qt5-x11extras)
+makedepends=(cmake qt5-tools)
+source=("https://github.com/keepassxreboot/$pkgname/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz"{,.sig})
+sha256sums=(
+       "71c47ebd9a661fc439c61566e4a4aa482e4d463c0eaa4f7562e7216eb0327e59"
+       "SKIP"
+)
+validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2') # KeePassXC Release 
<rele...@keepassxc.org>
+
+prepare() {
+       mkdir -p build
+}
+
+build() {
+       cd build
+       cmake ../$pkgname-$pkgver \
+               -DCMAKE_BUILD_TYPE=Release \
+               -DCMAKE_INSTALL_PREFIX=/usr \
+               -DCMAKE_INSTALL_LIBDIR=lib \
+               -DWITH_XC_AUTOTYPE=ON \
+               -DWITH_XC_HTTP=ON
+       make
+}
+
+check() {
+       cd build
+       # Fails on i686 - https://github.com/keepassxreboot/keepassxc/issues/327
+       if [ $CARCH == x86_64 ]; then
+               make test
+       fi
+}
+
+package() {
+       cd build
+       make DESTDIR="$pkgdir" install
+}

Reply via email to