[arch-commits] Commit in goimapnotify/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxim Baz maximbaz at gemini.archlinux.org
Thu Sep 30 02:17:21 UTC 2021


    Date: Thursday, September 30, 2021 @ 02:17:21
  Author: maximbaz
Revision: 1026081

archrelease: copy trunk to community-x86_64

Added:
  goimapnotify/repos/community-x86_64/PKGBUILD
    (from rev 1026080, goimapnotify/trunk/PKGBUILD)
Deleted:
  goimapnotify/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-30 02:17:17 UTC (rev 1026080)
+++ PKGBUILD	2021-09-30 02:17:21 UTC (rev 1026081)
@@ -1,38 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Jorge Araya Navarro <jorge at esavara.cr>
-
-pkgname=goimapnotify
-pkgver=2.3.3
-pkgrel=1
-pkgdesc="Execute scripts on IMAP mailbox changes (new/deleted/updated messages) using IDLE, golang version."
-url="https://gitlab.com/shackra/goimapnotify"
-license=('GPL3')
-arch=('x86_64')
-depends=('glibc')
-makedepends=('git' 'go')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('3770521fe3c6b41c56b5d9fc3980c5402d3874a366c0e9f8c96093c697d8ee5eba8196b84c6f3f1ad8ac5f8951dd4ef5fac8a0756bdca2e909999fb36f47d1ee')
-
-build() {
-    cd "${pkgname}-${pkgver}"
-
-    export CGO_CPPFLAGS="${CPPFLAGS}"
-    export CGO_CFLAGS="${CFLAGS}"
-    export CGO_CXXFLAGS="${CXXFLAGS}"
-    export CGO_LDFLAGS="${LDFLAGS}"
-    export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-    go build -ldflags "-linkmode=external -extldflags=$LDFLAGS"
-}
-
-check() {
-    cd "${pkgname}-${pkgver}"
-
-    go test ./...
-}
-
-package() {
-    cd "${pkgname}-${pkgver}"
-
-    install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
-    install -Dm644 -t "${pkgdir}/usr/lib/systemd/user/" goimapnotify at .service
-}

Copied: goimapnotify/repos/community-x86_64/PKGBUILD (from rev 1026080, goimapnotify/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-30 02:17:21 UTC (rev 1026081)
@@ -0,0 +1,38 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Jorge Araya Navarro <jorge at esavara.cr>
+
+pkgname=goimapnotify
+pkgver=2.3.5
+pkgrel=1
+pkgdesc="Execute scripts on IMAP mailbox changes (new/deleted/updated messages) using IDLE, golang version."
+url="https://gitlab.com/shackra/goimapnotify"
+license=('GPL3')
+arch=('x86_64')
+depends=('glibc')
+makedepends=('git' 'go')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('5e8429f571673ff515f79887e0f844ddc7f87b959450f90cba81920d6d5b7ad4c827650864b8f5ac3f2bfdd21800ffd83cd8d8912a8c4f4fc30753354eb27d6b')
+
+build() {
+    cd "${pkgname}-${pkgver}"
+
+    export CGO_CPPFLAGS="${CPPFLAGS}"
+    export CGO_CFLAGS="${CFLAGS}"
+    export CGO_CXXFLAGS="${CXXFLAGS}"
+    export CGO_LDFLAGS="${LDFLAGS}"
+    export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+    go build -ldflags "-linkmode=external -extldflags=$LDFLAGS"
+}
+
+check() {
+    cd "${pkgname}-${pkgver}"
+
+    go test ./...
+}
+
+package() {
+    cd "${pkgname}-${pkgver}"
+
+    install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
+    install -Dm644 -t "${pkgdir}/usr/lib/systemd/user/" goimapnotify at .service
+}



More information about the arch-commits mailing list