[arch-commits] Commit in isync/repos/community-x86_64 (PKGBUILD PKGBUILD)
Jonathan Steel
jsteel at archlinux.org
Sun Sep 27 19:11:40 UTC 2020
Date: Sunday, September 27, 2020 @ 19:11:40
Author: jsteel
Revision: 712759
archrelease: copy trunk to community-x86_64
Added:
isync/repos/community-x86_64/PKGBUILD
(from rev 712758, isync/trunk/PKGBUILD)
Deleted:
isync/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-27 19:11:34 UTC (rev 712758)
+++ PKGBUILD 2020-09-27 19:11:40 UTC (rev 712759)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
-# Contributor: Mark Pustjens <pustjens at dds.nl>
-# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
-# Contributor: Giorgio Lando <patroclo7 at gmail.com>
-# Contributor: Leslie P. Polzer <polzer at gnu.org>
-
-pkgname=isync
-pkgver=1.3.2
-pkgrel=1
-pkgdesc="IMAP and MailDir mailbox synchronizer"
-arch=('x86_64')
-url="http://isync.sourceforge.net"
-license=('GPL2')
-depends=('libsasl' 'zlib')
-source=(https://downloads.sourceforge.net/sourceforge/isync/$pkgname-$pkgver.tar.gz
- https://downloads.sourceforge.net/sourceforge/isync/$pkgname-$pkgver.tar.gz.asc)
-md5sums=('69df20e88201aac818430b13e1f724b6'
- 'SKIP')
-validpgpkeys=('96DD32BFBF9FAB04B0D95305AA283E0B2F1BB1D1'
- '63BFD037CAD71E8DFF3AEA3AC17714F08D1BDBBA')
-
-build() {
- cd $pkgname-$pkgver
-
- ./configure --prefix=/usr
-
- make
-}
-
-package() {
- cd $pkgname-$pkgver
-
- make DESTDIR="$pkgdir" install
-}
Copied: isync/repos/community-x86_64/PKGBUILD (from rev 712758, isync/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-09-27 19:11:40 UTC (rev 712759)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Mark Pustjens <pustjens at dds.nl>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
+# Contributor: Giorgio Lando <patroclo7 at gmail.com>
+# Contributor: Leslie P. Polzer <polzer at gnu.org>
+
+pkgname=isync
+pkgver=1.3.3
+pkgrel=1
+pkgdesc="IMAP and MailDir mailbox synchronizer"
+arch=('x86_64')
+url="http://isync.sourceforge.net"
+license=('GPL2')
+depends=('libsasl' 'zlib')
+source=(https://downloads.sourceforge.net/sourceforge/isync/$pkgname-$pkgver.tar.gz
+ https://downloads.sourceforge.net/sourceforge/isync/$pkgname-$pkgver.tar.gz.asc)
+md5sums=('5e29a2da627492fe4311c4b9630ba643'
+ 'SKIP')
+validpgpkeys=('96DD32BFBF9FAB04B0D95305AA283E0B2F1BB1D1'
+ '63BFD037CAD71E8DFF3AEA3AC17714F08D1BDBBA')
+
+build() {
+ cd $pkgname-$pkgver
+
+ ./configure --prefix=/usr
+
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list