Alexander Epaneshnikov pushed to branch main at Arch Linux / Packaging /
Packages / goimapnotify
Commits:
d7f9fd89 by Alexander Epaneshnikov at 2025-05-18T17:11:05+03:00
upgpkg: 2.5-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = goimapnotify
pkgdesc = Execute scripts on IMAP mailbox changes (new/deleted/updated
messages) using IDLE, golang version.
- pkgver = 2.4.1
+ pkgver = 2.5
pkgrel = 1
url = https://gitlab.com/shackra/goimapnotify
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = goimapnotify
makedepends = go
depends = glibc
options = !lto
- source =
goimapnotify-2.4.1.tar.gz::https://gitlab.com/shackra/goimapnotify/-/archive/2.4.1/goimapnotify-2.4.1.tar.gz
- b2sums =
aa23da19e9529261735e7653651a26ee932f17651cb2df441e754d4551b072c366641c72c1e334dbf81fa1b9346128724a09a4a767860e967e23eace2b4cd9e2
+ source =
goimapnotify-2.5.tar.gz::https://gitlab.com/shackra/goimapnotify/-/archive/2.5/goimapnotify-2.5.tar.gz
+ b2sums =
385753159531ee81215e6aef251e11c1cfd3cc19aa6ce9706197851da7b586a7ab2eacb6687dd56f67c9fd4f14a596434470a9469b47a643dad36864d8079691
pkgname = goimapnotify
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Jorge Araya Navarro <[email protected]>
pkgname=goimapnotify
-pkgver=2.4.1
+pkgver=2.5
pkgrel=1
pkgdesc="Execute scripts on IMAP mailbox changes (new/deleted/updated
messages) using IDLE, golang version."
url="https://gitlab.com/shackra/goimapnotify"
@@ -12,7 +12,7 @@ arch=('x86_64')
depends=('glibc')
makedepends=('git' 'go')
source=("${pkgname}-${pkgver}.tar.gz::${url}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-b2sums=('aa23da19e9529261735e7653651a26ee932f17651cb2df441e754d4551b072c366641c72c1e334dbf81fa1b9346128724a09a4a767860e967e23eace2b4cd9e2')
+b2sums=('385753159531ee81215e6aef251e11c1cfd3cc19aa6ce9706197851da7b586a7ab2eacb6687dd56f67c9fd4f14a596434470a9469b47a643dad36864d8079691')
options=(!lto)
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/goimapnotify/-/commit/d7f9fd89907033e27d828e16ff540920d2c6ad2b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/goimapnotify/-/commit/d7f9fd89907033e27d828e16ff540920d2c6ad2b
You're receiving this email because of your account on gitlab.archlinux.org.