[arch-commits] Commit in gnome-passwordsafe/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Wed May 4 12:14:03 UTC 2022


    Date: Wednesday, May 4, 2022 @ 12:14:03
  Author: arojas
Revision: 1193546

archrelease: copy trunk to community-any

Added:
  gnome-passwordsafe/repos/community-any/PKGBUILD
    (from rev 1193545, gnome-passwordsafe/trunk/PKGBUILD)
Deleted:
  gnome-passwordsafe/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-04 12:13:56 UTC (rev 1193545)
+++ PKGBUILD	2022-05-04 12:14:03 UTC (rev 1193546)
@@ -1,32 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=gnome-passwordsafe
-pkgver=6.2
-pkgrel=1
-pkgdesc="Password manager for GNOME which makes use of the KeePass v.4 format"
-arch=(any)
-url="https://gitlab.gnome.org/World/PasswordSafe"
-license=(GPL3)
-depends=(gtk4 libadwaita libpwquality python-gobject python-pykeepass python-pyotp python-cairo)
-makedepends=(git gobject-introspection meson)
-_commit=c8bbdde0b798b73f672fd279bdde733d68515a38
-source=("git+https://gitlab.gnome.org/World/PasswordSafe.git/#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd PasswordSafe
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson PasswordSafe build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-passwordsafe/repos/community-any/PKGBUILD (from rev 1193545, gnome-passwordsafe/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-04 12:14:03 UTC (rev 1193546)
@@ -0,0 +1,32 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gnome-passwordsafe
+pkgver=6.4
+pkgrel=1
+pkgdesc="Password manager for GNOME which makes use of the KeePass v.4 format"
+arch=(any)
+url="https://gitlab.gnome.org/World/PasswordSafe"
+license=(GPL3)
+depends=(gtk4 libadwaita libpwquality python-gobject python-pykeepass python-pyotp python-cairo)
+makedepends=(git gobject-introspection meson)
+_commit=92baba32f2c906299dce7b67cb08520cdd56edfc
+source=("git+https://gitlab.gnome.org/World/PasswordSafe.git/#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd PasswordSafe
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson PasswordSafe build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list