Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / public-inbox
Commits: 5d71a451 by Christian Heusel at 2024-09-01T17:28:31+02:00 upgpkg: 1.9.0-3: rebuild for perl 5.40 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,22 @@ +pkgbase = public-inbox + pkgdesc = An "archives first" approach to mailing lists + pkgver = 1.9.0 + pkgrel = 3 + url = https://public-inbox.org + arch = any + license = AGPL + makedepends = git + depends = perl + depends = perl-inline-c + depends = perl-dbd-sqlite + depends = perl-uri + depends = perl-search-xapian + source = https://public-inbox.org/public-inbox.git/snapshot/public-inbox-1.9.0.tar.gz + sha256sums = 258e6a57746f0ee0f0fb8c4da1be1ad45a3bccc2bb4a29a03d9a1bda0d3e845a + +pkgname = lei + pkgdesc = The "local email interface" from public-inbox + depends = perl-publicinbox + +pkgname = perl-publicinbox + pkgdesc = The perl library for public-inbox ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgbase=public-inbox pkgname=(lei perl-publicinbox) pkgver=1.9.0 -pkgrel=2 +pkgrel=3 pkgdesc='An "archives first" approach to mailing lists' arch=('any') url="https://public-inbox.org" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/public-inbox/-/commit/5d71a45198d20611f3e78d14aca105c20756446f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/public-inbox/-/commit/5d71a45198d20611f3e78d14aca105c20756446f You're receiving this email because of your account on gitlab.archlinux.org.
