[arch-commits] Commit in keepassxc/repos/community-x86_64 (PKGBUILD PKGBUILD)

Bruno Pagani archange at archlinux.org
Sun Apr 14 22:21:43 UTC 2019


    Date: Sunday, April 14, 2019 @ 22:21:43
  Author: archange
Revision: 451666

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-14 22:21:37 UTC (rev 451665)
+++ PKGBUILD	2019-04-14 22:21:43 UTC (rev 451666)
@@ -1,43 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=keepassxc
-pkgver=2.4.0
-pkgrel=1
-pkgdesc="Cross-platform community-driven port of Keepass password manager"
-arch=(x86_64)
-url="https://keepassxc.org/"
-license=(GPL)
-depends=(hicolor-icon-theme libgcrypt argon2 libsodium
-         libxtst qt5-svg qt5-x11extras
-         yubikey-personalization curl qrencode)
-makedepends=(git cmake qt5-tools)
-_tag=302f7a76f70f1e09318f903b3e38d4d0c504bee6 # git rev-parse ${pkgver}
-source=("git+https://github.com/keepassxreboot/keepassxc#tag=${_tag}?signed")
-sha256sums=('SKIP')
-validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2'  # KeePassXC Release <release at keepassxc.org>
-              '3489040C1F0C3EEAB8D556A5440FC65F2E0C6E01') # Jonathan White <support at dmapps.us>
-
-prepare() {
-	mkdir -p build
-}
-
-build() {
-	cd build
-	cmake ../${pkgname} \
-		-DCMAKE_BUILD_TYPE=Release \
-		-DCMAKE_INSTALL_PREFIX=/usr \
-		-DCMAKE_INSTALL_LIBDIR=lib \
-		-DWITH_XC_ALL=ON
-	make
-}
-
-check() {
-	cd build
-	make test
-}
-
-package() {
-	cd build
-	make DESTDIR="${pkgdir}" install
-}

Copied: keepassxc/repos/community-x86_64/PKGBUILD (from rev 451665, keepassxc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-14 22:21:43 UTC (rev 451666)
@@ -0,0 +1,43 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=keepassxc
+pkgver=2.4.1
+pkgrel=1
+pkgdesc="Cross-platform community-driven port of Keepass password manager"
+arch=(x86_64)
+url="https://keepassxc.org/"
+license=(GPL)
+depends=(hicolor-icon-theme libgcrypt argon2 libsodium
+         libxtst qt5-svg qt5-x11extras
+         yubikey-personalization curl qrencode)
+makedepends=(git cmake qt5-tools)
+_tag=8e270d61f348ee39df31579c0dca55fb9a975f58 # git rev-parse ${pkgver}
+source=("git+https://github.com/keepassxreboot/keepassxc#tag=${_tag}?signed")
+sha256sums=('SKIP')
+validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2'  # KeePassXC Release <release at keepassxc.org>
+              '3489040C1F0C3EEAB8D556A5440FC65F2E0C6E01') # Jonathan White <support at dmapps.us>
+
+prepare() {
+	mkdir -p build
+}
+
+build() {
+	cd build
+	cmake ../${pkgname} \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_INSTALL_PREFIX=/usr \
+		-DCMAKE_INSTALL_LIBDIR=lib \
+		-DWITH_XC_ALL=ON
+	make
+}
+
+check() {
+	cd build
+	make test
+}
+
+package() {
+	cd build
+	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list