summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Rosenstrauch2020-08-10 17:59:37 -0400
committerDavid Rosenstrauch2020-08-10 17:59:37 -0400
commit32180f6bc792d25e5222f37877985965278ee6c1 (patch)
tree1069694d87f2c41b9664872433ab35fb41cc76f5
parent4772544885bf6bce259c670b1f9bce8c9435d3ae (diff)
downloadaur-roundcubemail-plugin-chbox.tar.gz
Updated to v1.3.7 (looks like same code as 0.2.4, but different versioning scheme)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc846502dc81..96d24401ec2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = roundcubemail-plugin-chbox
pkgdesc = This chbox plugin adds the convenient functionality of making single and/or multiple selections from a number of emails in Roundcube message list.
- pkgver = 0.2.4
- pkgrel = 2
+ pkgver = 1.3.7
+ pkgrel = 1
url = https://plugins.roundcube.net/packages/roundcube/chbox
arch = any
license = GPL3
depends = roundcubemail
- source = https://github.com/6ec123321/chbox/archive/0.2.4.tar.gz
- md5sums = a647981b8b09d37a02401c9ccf0d5add
+ source = https://github.com/6ec123321/chbox/archive/chbox-1.3.7.tar.gz
+ md5sums = 4457db89d720203364a527e58fc8aa2d
pkgname = roundcubemail-plugin-chbox
diff --git a/PKGBUILD b/PKGBUILD
index df1888c807c2..4d4b8471322b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Submitter: David Rosenstrauch <darose@darose.net>
pkgname=roundcubemail-plugin-chbox
-pkgver=0.2.4
-pkgrel=2
+pkgver=1.3.7
+pkgrel=1
pkgdesc='This chbox plugin adds the convenient functionality of making single and/or multiple selections from a number of emails in Roundcube message list.'
arch=('any')
url='https://plugins.roundcube.net/packages/roundcube/chbox'
license=('GPL3')
depends=('roundcubemail')
-source=("https://github.com/6ec123321/chbox/archive/${pkgver}.tar.gz")
-md5sums=('a647981b8b09d37a02401c9ccf0d5add')
+source=("https://github.com/6ec123321/chbox/archive/chbox-${pkgver}.tar.gz")
+md5sums=('4457db89d720203364a527e58fc8aa2d')
package() {
mkdir -p "${pkgdir}/usr/share/webapps/roundcubemail/plugins"
- cp -r "${srcdir}/chbox-${pkgver}" "${pkgdir}/usr/share/webapps/roundcubemail/plugins/chbox"
+ cp -r "${srcdir}/chbox-chbox-${pkgver}" "${pkgdir}/usr/share/webapps/roundcubemail/plugins/chbox"
}