[arch-commits] Commit in imapsync/trunk (PKGBUILD)
Frederik Schwan
freswa at archlinux.org
Sun Nov 29 22:06:49 UTC 2020
Date: Sunday, November 29, 2020 @ 22:06:48
Author: freswa
Revision: 766451
upgpkg: imapsync 1.977-1
Modified:
imapsync/trunk/PKGBUILD
----------+
PKGBUILD | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-29 21:58:05 UTC (rev 766450)
+++ PKGBUILD 2020-11-29 22:06:48 UTC (rev 766451)
@@ -1,13 +1,13 @@
# Maintainer: Frederik Schwan <freswa at archlinux dot org>
pkgname=imapsync
-pkgver=1.945
-pkgrel=2
+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'
+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'
@@ -17,21 +17,21 @@
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/${pkgname}-${pkgver}.tar.gz")
-b2sums=('98ef55135239ed9625fdce9e8944c2f7a8c8c1b1020c383bbda4f3e18a486b5b691e22faaa896b21e897babb04954d548ff65bf04e79db719a1e8636f0e5e3fd')
+source=("https://github.com/imapsync/imapsync/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+b2sums=('ccbe678f331a59b2ee50150b4e6dd3b2a7fb7750f204f3d67c90beed600b83b38a712bfa723dc0a73d21fb9bc03a5013f287469afa1164962cfb0f2923d93910')
build() {
- cd ${pkgname}-${pkgname}-${pkgver}
+ cd ${pkgname}-${pkgver}
make
}
check() {
- cd ${pkgname}-${pkgname}-${pkgver}
+ cd ${pkgname}-${pkgver}
make test
}
package() {
- cd ${pkgname}-${pkgname}-${pkgver}
+ cd ${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
}
More information about the arch-commits
mailing list