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

Frederik Schwan freswa at gemini.archlinux.org
Sun Jan 16 23:21:27 UTC 2022


    Date: Sunday, January 16, 2022 @ 23:21:27
  Author: freswa
Revision: 1106683

archrelease: copy trunk to community-any

Added:
  imapsync/repos/community-any/PKGBUILD
    (from rev 1106682, imapsync/trunk/PKGBUILD)
Deleted:
  imapsync/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   72 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 35 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-16 23:21:25 UTC (rev 1106682)
+++ PKGBUILD	2022-01-16 23:21:27 UTC (rev 1106683)
@@ -1,37 +0,0 @@
-# Maintainer: Frederik Schwan <freswa at archlinux dot org>
-
-pkgname=imapsync
-pkgver=1.977
-pkgrel=1
-pkgdesc='IMAP synchronisation, sync, copy or migration tool'
-arch=('any')
-url='https://github.com/imapsync/imapsync'
-license=('custom:imapsync')
-depends=('perl-cgi' 'perl-crypt-openssl-rsa' 'perl-data-uniqid' 'perl-date-manip' 'perl-encode-imaputf7'
-        'perl-file-copy-recursive' 'perl-file-tail' 'perl-html-parser' 'perl-io-socket-inet6'
-        'perl-io-socket-ssl' 'perl-io-tee' 'perl-json-webtoken' 'perl-libwww' 'perl-module-scandeps'
-        'perl-mail-imapclient' 'perl-module-runtime' 'perl-ntlm' 'perl-package-stash'
-        'perl-readonly' 'perl-regexp-common' 'perl-sys-meminfo'
-        'perl-term-readkey' 'perl-unicode-string')
-makedepends=('cpanminus' 'perl-par-packer')
-checkdepends=('inetutils' 'lsb-release' 'time' 'procps-ng' 'perl-test-deep' 'perl-test-fatal'
-              'perl-test-mock-guard' 'perl-test-mockobject' 'perl-test-pod' 'perl-test-requires'
-              'perl-test-warn')
-source=("https://github.com/imapsync/imapsync/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-b2sums=('ccbe678f331a59b2ee50150b4e6dd3b2a7fb7750f204f3d67c90beed600b83b38a712bfa723dc0a73d21fb9bc03a5013f287469afa1164962cfb0f2923d93910')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
-}

Copied: imapsync/repos/community-any/PKGBUILD (from rev 1106682, imapsync/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-16 23:21:27 UTC (rev 1106683)
@@ -0,0 +1,35 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+
+pkgname=imapsync
+pkgver=2.140
+pkgrel=1
+pkgdesc='IMAP synchronisation, sync, copy or migration tool'
+arch=('any')
+url='https://github.com/imapsync/imapsync'
+license=('custom:imapsync')
+depends=('perl-cgi' 'perl-crypt-openssl-rsa' 'perl-data-uniqid' 'perl-date-manip' 'perl-encode-imaputf7'
+        'perl-file-copy-recursive' 'perl-file-tail' 'perl-html-parser' 'perl-io-socket-inet6'
+        'perl-io-socket-ssl' 'perl-io-tee' 'perl-json-webtoken' 'perl-libwww' 'perl-module-scandeps'
+        'perl-mail-imapclient' 'perl-module-runtime' 'perl-ntlm' 'perl-package-stash'
+        'perl-readonly' 'perl-regexp-common' 'perl-sys-meminfo'
+        'perl-term-readkey' 'perl-unicode-string')
+makedepends=('cpanminus' 'perl-par-packer')
+checkdepends=('inetutils' 'lsb-release' 'time' 'procps-ng' 'perl-test-deep' 'perl-test-fatal'
+              'perl-test-mock-guard' 'perl-test-mockobject' 'perl-test-pod' 'perl-test-requires'
+              'perl-test-warn')
+source=("https://github.com/imapsync/imapsync/archive/refs/tags/${pkgname}-${pkgver}.tar.gz")
+b2sums=('e0389cb84ac5630a1b178df803813539f87f4c23f7fb33cfaa288287b5cf003dd3741b6aa682313909cc7a6ed176cab3ad81ec46e6ee9fd2308cbf2c554861ee')
+
+build() {
+  make -C ${pkgname}-${pkgname}-${pkgver}
+}
+
+check() {
+  make -C ${pkgname}-${pkgname}-${pkgver} test
+}
+
+package() {
+  cd ${pkgname}-${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
+}



More information about the arch-commits mailing list