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

Antonio Rojas arojas at gemini.archlinux.org
Sun May 22 09:13:52 UTC 2022


    Date: Sunday, May 22, 2022 @ 09:13:52
  Author: arojas
Revision: 1210014

archrelease: copy trunk to community-x86_64

Added:
  deja-dup/repos/community-x86_64/PKGBUILD
    (from rev 1210013, deja-dup/trunk/PKGBUILD)
Deleted:
  deja-dup/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-22 09:13:42 UTC (rev 1210013)
+++ PKGBUILD	2022-05-22 09:13:52 UTC (rev 1210014)
@@ -1,31 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=deja-dup
-pkgver=43.2
-pkgrel=1
-pkgdesc="Simple backup tool, that hides the complexity of backing up the Right Way and uses duplicity as the backend"
-arch=(x86_64)
-url="https://wiki.gnome.org/Apps/DejaDup"
-license=(GPL)
-depends=(duplicity gvfs libsecret org.freedesktop.secrets python-gobject python-pydrive libadwaita)
-makedepends=(appstream-glib itstool meson vala)
-source=(https://gitlab.gnome.org/World/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # Michael Terry
-sha256sums=('e1ca20ac02da49e9f0d102b921fa9061a037857d08db16c0ba129958c35ef047')
-
-prepare() {
-  find $pkgname-$pkgver -name meson.build | xargs sed -e 's|C.UTF-8|C|' -i
-}
-
-build() {
-  arch-meson $pkgname-$pkgver build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: deja-dup/repos/community-x86_64/PKGBUILD (from rev 1210013, deja-dup/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-22 09:13:52 UTC (rev 1210014)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=deja-dup
+pkgver=43.3
+pkgrel=1
+pkgdesc="Simple backup tool, that hides the complexity of backing up the Right Way and uses duplicity as the backend"
+arch=(x86_64)
+url="https://wiki.gnome.org/Apps/DejaDup"
+license=(GPL)
+depends=(duplicity gvfs libsecret org.freedesktop.secrets python-gobject python-pydrive libadwaita)
+makedepends=(appstream-glib itstool meson vala)
+source=(https://gitlab.gnome.org/World/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # Michael Terry
+sha256sums=('8d6ef2252bf62363d632435e64f7fe1614e736068d8b529a2ba75de484ea8862')
+
+prepare() {
+  find $pkgname-$pkgver -name meson.build | xargs sed -e 's|C.UTF-8|C|' -i
+}
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list