Date: Saturday, April 15, 2023 @ 08:36:53
  Author: arojas
Revision: 1446145

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-15 08:36:39 UTC (rev 1446144)
+++ PKGBUILD    2023-04-15 08:36:53 UTC (rev 1446145)
@@ -1,32 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=gnome-passwordsafe
-pkgver=7.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 python-validators python-zxcvbn)
-makedepends=(git gobject-introspection meson)
-_commit=006e8e10de02d3592bdca23a1d84fc09baaa8828
-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() {
-  meson install -C build --destdir "$pkgdir"
-}

Copied: gnome-passwordsafe/repos/community-any/PKGBUILD (from rev 1446144, 
gnome-passwordsafe/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-15 08:36:53 UTC (rev 1446145)
@@ -0,0 +1,32 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gnome-passwordsafe
+pkgver=7.3
+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 python-validators python-zxcvbn)
+makedepends=(git gobject-introspection meson)
+_commit=85d2ad2b0f472feca2ec4263709e0e1494ce9d80
+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() {
+  meson install -C build --destdir "$pkgdir"
+}

Reply via email to