Alexander Epaneshnikov pushed to branch main at Arch Linux / Packaging / 
Packages / goimapnotify


Commits:
6766c8ae by Alexander Epaneshnikov at 2026-03-16T00:57:36+03:00
upgpkg: 2.5.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.5.4
+       pkgver = 2.5.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.5.4.tar.gz::https://gitlab.com/shackra/goimapnotify/-/archive/2.5.4/goimapnotify-2.5.4.tar.gz
-       b2sums = 
38d0af3f3b12ff9c1a418375e3504cade69b9819251810a22d37ba6d849014523dc7a8a19e82a54682c5df4b8cb4cd820f60afd514b72a3627bddb395dbfb3cd
+       source = 
goimapnotify-2.5.5.tar.gz::https://gitlab.com/shackra/goimapnotify/-/archive/2.5.5/goimapnotify-2.5.5.tar.gz
+       b2sums = 
2a04fdafee0384e4b2725052c6e1b155be0af1db80e780c1015913ef39c173eaeb1c02bc11d3ee015635977b9a0b74372cceec9d5695f8f54b2543fb880b10f6
 
 pkgname = goimapnotify


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: Jorge Araya Navarro <[email protected]>
 
 pkgname=goimapnotify
-pkgver=2.5.4
+pkgver=2.5.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=('38d0af3f3b12ff9c1a418375e3504cade69b9819251810a22d37ba6d849014523dc7a8a19e82a54682c5df4b8cb4cd820f60afd514b72a3627bddb395dbfb3cd')
+b2sums=('2a04fdafee0384e4b2725052c6e1b155be0af1db80e780c1015913ef39c173eaeb1c02bc11d3ee015635977b9a0b74372cceec9d5695f8f54b2543fb880b10f6')
 options=(!lto)
 
 build() {
@@ -23,7 +23,7 @@ build() {
     export CGO_CXXFLAGS="${CXXFLAGS}"
     export CGO_LDFLAGS="${LDFLAGS}"
     export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
-    go build
+    go build -o ${pkgname} ./cmd/${pkgname}
 }
 
 check() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/goimapnotify/-/commit/6766c8aede1f38cc00c8e3d5236f84d167ee3783

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/goimapnotify/-/commit/6766c8aede1f38cc00c8e3d5236f84d167ee3783
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to