Jonathan Steel pushed to branch main at Arch Linux / Packaging / Packages /
isync
Commits:
a4cfee9d by Jonathan Steel at 2024-10-19T14:54:01+01:00
upgpkg: 1.5.0-2: Remove Berkeley DB dependency
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,12 @@
pkgbase = isync
pkgdesc = IMAP and MailDir mailbox synchronizer
pkgver = 1.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://isync.sourceforge.io/
arch = x86_64
license = GPL2
depends = libsasl
depends = zlib
- depends = db
source =
https://downloads.sourceforge.net/sourceforge/isync/isync-1.5.0.tar.gz
source =
https://downloads.sourceforge.net/sourceforge/isync/isync-1.5.0.tar.gz.asc
validpgpkeys = 96DD32BFBF9FAB04B0D95305AA283E0B2F1BB1D1
=====================================
PKGBUILD
=====================================
@@ -6,12 +6,12 @@
pkgname=isync
pkgver=1.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="IMAP and MailDir mailbox synchronizer"
arch=('x86_64')
url="https://isync.sourceforge.io/"
license=('GPL2')
-depends=('libsasl' 'zlib' 'db')
+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)
sha256sums=('a0c81e109387bf279da161453103399e77946afecf5c51f9413c5e773557f78d'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/isync/-/commit/a4cfee9d04627a33625cabff767db89b8ff0fec5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/isync/-/commit/a4cfee9d04627a33625cabff767db89b8ff0fec5
You're receiving this email because of your account on gitlab.archlinux.org.