summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorge Araya Navarro2019-04-26 20:51:51 -0600
committerJorge Araya Navarro2019-04-26 20:51:51 -0600
commit98644a4a4d1a89ffdbdc58d1f825c9dd7f1cbaf6 (patch)
treeebfd213b329b463b7970fe0fe3c912d9fb10473b
parentc92e74b626ac554d0cdd8fc329e585d1b4bb910f (diff)
downloadaur-98644a4a4d1a89ffdbdc58d1f825c9dd7f1cbaf6.tar.gz
new: Update package to use v2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0732bc873f3d..b23617723eac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jan 22 19:32:18 UTC 2019
+# Sat Apr 27 02:51:45 UTC 2019
pkgbase = goimapnotify
pkgdesc = Execute scripts on IMAP mailbox changes (new/deleted/updated messages) using IDLE, golang version.
- pkgver = 1.1
+ pkgver = 2.0
pkgrel = 1
url = https://gitlab.com/shackra/goimapnotify
arch = i686
@@ -11,9 +11,9 @@ pkgbase = goimapnotify
makedepends = go
options = !strip
options = !emptydirs
- source = https://gitlab.com/shackra/goimapnotify/repository/v1.1/archive.tar.gz
+ source = https://gitlab.com/shackra/goimapnotify/repository/2.0/archive.tar.gz
source = goimapnotify@.service
- sha256sums = 366d30c926b4615e79d55871eac7c3ed744fbc1aa9bd82852e738faba34d3efd
+ sha256sums = 9a241d12a5b4cae12fe3d0b0bc5d376da228934f7f344d012e213ac184970471
sha256sums = a6796c2b1ae3a03d096ad7755eaeb07ae33a5aa8ff32cca8b906fe0bbd67ba83
pkgname = goimapnotify
diff --git a/PKGBUILD b/PKGBUILD
index 1806a959ac02..344d331cdef4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jorge Araya Navarro <jorgejavieran@yahoo.com.mx>
pkgname=goimapnotify
-pkgver=1.1
+pkgver=2.0
pkgrel=1
pkgdesc="Execute scripts on IMAP mailbox changes (new/deleted/updated messages) using IDLE, golang version."
arch=('i686' 'x86_64')
@@ -8,9 +8,9 @@ url="https://gitlab.com/shackra/goimapnotify"
license=('GPL')
makedepends=('go')
options=('!strip' '!emptydirs')
-source=("https://gitlab.com/shackra/goimapnotify/repository/v${pkgver}/archive.tar.gz"
+source=("https://gitlab.com/shackra/goimapnotify/repository/${pkgver}/archive.tar.gz"
"goimapnotify@.service")
-sha256sums=('366d30c926b4615e79d55871eac7c3ed744fbc1aa9bd82852e738faba34d3efd'
+sha256sums=('9a241d12a5b4cae12fe3d0b0bc5d376da228934f7f344d012e213ac184970471'
'a6796c2b1ae3a03d096ad7755eaeb07ae33a5aa8ff32cca8b906fe0bbd67ba83')
prepare() {