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

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 19 20:08:05 UTC 2020


    Date: Thursday, November 19, 2020 @ 20:08:05
  Author: foutrelis
Revision: 757720

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-19 20:08:01 UTC (rev 757719)
+++ PKGBUILD	2020-11-19 20:08:05 UTC (rev 757720)
@@ -1,32 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=gnome-passwordsafe
-pkgver=3.99.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=(libhandy libpwquality python-gobject python-pykeepass)
-makedepends=(git gobject-introspection meson)
-_commit=d8661505a286d9e26d9b96c28767281a95831582  # tags/3.99.2
-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 757719, gnome-passwordsafe/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-19 20:08:05 UTC (rev 757720)
@@ -0,0 +1,32 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gnome-passwordsafe
+pkgver=4.beta
+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=(libhandy libpwquality python-gobject python-pykeepass)
+makedepends=(git gobject-introspection meson)
+_commit=389ae570392c2cef95f6d032b414c5967a762358  # tags/4.beta
+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