[arch-commits] Commit in nextcloud-app-bookmarks/trunk (PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Mon Jul 19 14:19:21 UTC 2021


    Date: Monday, July 19, 2021 @ 14:19:21
  Author: dvzrv
Revision: 978681

upgpkg: nextcloud-app-bookmarks 1:4.3.0-1: Upgrade to 4.3.0.

Switch to (more) correct license string AGPL3.

Modified:
  nextcloud-app-bookmarks/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-19 14:16:09 UTC (rev 978680)
+++ PKGBUILD	2021-07-19 14:19:21 UTC (rev 978681)
@@ -3,17 +3,18 @@
 pkgname=nextcloud-app-bookmarks
 _name=bookmarks
 epoch=1
-pkgver=4.2.2
-pkgrel=2
+pkgver=4.3.0
+pkgrel=1
 pkgdesc="Bookmarks app for nextcloud"
 arch=('any')
 url="https://github.com/nextcloud/bookmarks"
-license=('GPL')
+license=('AGPL3')
 depends=('nextcloud')
 makedepends=('ripgrep' 'yq')
 options=('!strip')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz")
-sha256sums=('97259a848e778d19d9b28c9cb901f1e2953557b719302244bd0d391d344a3825')
+sha256sums=('e5b476cd9439fb2feae94016a1e3482d13387ab422edae6f51bb74f5f33345bf')
+b2sums=('c6bc1ae6c2dc1b3921b65f7f30491b08b82adc2c54f8e0d6b5a84465e1b0d3d321b086d3d7b79ec72975ba4ac0e68b8a7b5113ece679c95794bc2e94b9b523d3')
 
 _get_nextcloud_versions() {
   _app_min_major_version="$(xq '.info.dependencies.nextcloud["@min-version"]' "${_name}/appinfo/info.xml"| sed 's/"//g')"




More information about the arch-commits mailing list