Date: Saturday, March 25, 2023 @ 19:28:44
  Author: lfleischer
Revision: 1427965

archrelease: copy trunk to community-x86_64

Added:
  borg/repos/community-x86_64/PKGBUILD
    (from rev 1427964, borg/trunk/PKGBUILD)
  borg/repos/community-x86_64/keys/
Deleted:
  borg/repos/community-x86_64/PKGBUILD
  borg/repos/community-x86_64/keys/

----------+
 PKGBUILD |   98 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-25 19:28:21 UTC (rev 1427964)
+++ PKGBUILD    2023-03-25 19:28:44 UTC (rev 1427965)
@@ -1,49 +0,0 @@
-# Maintainer: Lukas Fleischer <[email protected]>
-# Maintainer: Morten Linderud <[email protected]>
-# Contributor: Vlad M. <[email protected]>
-
-pkgname=borg
-_pkgname=borgbackup
-pkgver=1.2.3
-pkgrel=3
-pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
-url='https://borgbackup.github.io/'
-license=('BSD')
-arch=('x86_64')
-depends=('acl' 'lz4' 'openssl' 'xz' 'zstd' 'python' 'python-packaging'
-         'python-msgpack')
-optdepends=('openssh: repositories on remote hosts'
-            'python-llfuse: mounting backups as a FUSE file system')
-makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-setuptools-scm' 'python-pkgconfig'
-             'python-sphinx' 'python-guzzle-sphinx-theme' 'python-wheel')
-checkdepends=('python-pytest' 'python-dateutil')
-provides=('borgbackup')
-replaces=('borgbackup')
-source=("https://github.com/$_pkgname/$pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz"{,.asc})
-sha256sums=('e32418f8633c96fa9681352a56eb63b98e294203472c114a5242709d36966785'
-            'SKIP')
-validpgpkeys=('6D5BEF9ADD2075805747B70F9F88FB52FAF7B393') # Thomas Waldmann 
<[email protected]>
-
-build() {
-  cd "$_pkgname-$pkgver"
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd "$_pkgname-$pkgver/build/lib.linux-$CARCH-cpython-"*/
-  PYTHONPATH=$PWD PYTHONDONTWRITEBYTECODE=1 pytest -k 'not benchmark'
-}
-
-package() {
-  cd "$_pkgname-$pkgver"
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  install -Dm644 scripts/shell_completions/bash/borg \
-    "$pkgdir/usr/share/bash-completion/completions/borg"
-  install -Dm644 scripts/shell_completions/fish/borg.fish \
-    "$pkgdir/usr/share/fish/vendor_completions.d/borg.fish"
-  install -Dm644 scripts/shell_completions/zsh/_borg 
"$pkgdir/usr/share/zsh/site-functions/_borg"
-
-  install -Dm644 -t "$pkgdir/usr/share/man/man1/" "docs/man/"*.1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: borg/repos/community-x86_64/PKGBUILD (from rev 1427964, 
borg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-25 19:28:44 UTC (rev 1427965)
@@ -0,0 +1,49 @@
+# Maintainer: Lukas Fleischer <[email protected]>
+# Maintainer: Morten Linderud <[email protected]>
+# Contributor: Vlad M. <[email protected]>
+
+pkgname=borg
+_pkgname=borgbackup
+pkgver=1.2.4
+pkgrel=1
+pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
+url='https://borgbackup.github.io/'
+license=('BSD')
+arch=('x86_64')
+depends=('acl' 'lz4' 'openssl' 'xz' 'zstd' 'python' 'python-packaging'
+         'python-msgpack')
+optdepends=('openssh: repositories on remote hosts'
+            'python-llfuse: mounting backups as a FUSE file system')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-setuptools-scm' 'python-pkgconfig'
+             'python-sphinx' 'python-guzzle-sphinx-theme' 'python-wheel')
+checkdepends=('python-pytest' 'python-dateutil')
+provides=('borgbackup')
+replaces=('borgbackup')
+source=("https://github.com/$_pkgname/$pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz"{,.asc})
+sha256sums=('a4bd54e9469e81b7a30a6711423115abc818d9cd844ecb1ca0e6104bc5374da8'
+            'SKIP')
+validpgpkeys=('6D5BEF9ADD2075805747B70F9F88FB52FAF7B393') # Thomas Waldmann 
<[email protected]>
+
+build() {
+  cd "$_pkgname-$pkgver"
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd "$_pkgname-$pkgver/build/lib.linux-$CARCH-cpython-"*/
+  PYTHONPATH=$PWD PYTHONDONTWRITEBYTECODE=1 pytest -k 'not benchmark'
+}
+
+package() {
+  cd "$_pkgname-$pkgver"
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -Dm644 scripts/shell_completions/bash/borg \
+    "$pkgdir/usr/share/bash-completion/completions/borg"
+  install -Dm644 scripts/shell_completions/fish/borg.fish \
+    "$pkgdir/usr/share/fish/vendor_completions.d/borg.fish"
+  install -Dm644 scripts/shell_completions/zsh/_borg 
"$pkgdir/usr/share/zsh/site-functions/_borg"
+
+  install -Dm644 -t "$pkgdir/usr/share/man/man1/" "docs/man/"*.1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Reply via email to