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

Maxim Baz maximbaz at archlinux.org
Mon Jun 21 16:14:41 UTC 2021


    Date: Monday, June 21, 2021 @ 16:14:40
  Author: maximbaz
Revision: 966490

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-21 16:14:37 UTC (rev 966489)
+++ PKGBUILD	2021-06-21 16:14:40 UTC (rev 966490)
@@ -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.1
-pkgrel=2
-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=('fa91cdaa2e2727a98d634acb16c397806a3a797bbccd4d95da35b519807c89ce67a6f980e2fe275b297d49b0d9170263bb590c3b613f0003a73e3232a78d1bbb')
-
-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 966489, goimapnotify/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-21 16:14:40 UTC (rev 966490)
@@ -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.2
+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=('99b5822295700ebdc3a6a80cc5f4c515cb791a506fd6ba146ecd3b6bdcdfb084b61e9e25ae86fbf2d3992f39d928c028c6b144ef96e999bda53786f6e731b412')
+
+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