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

David Runge dvzrv at gemini.archlinux.org
Sat Dec 4 19:02:20 UTC 2021


    Date: Saturday, December 4, 2021 @ 19:02:19
  Author: dvzrv
Revision: 1065067

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

Simplify quoting in file.

Modified:
  nextcloud-app-bookmarks/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-04 18:59:26 UTC (rev 1065066)
+++ PKGBUILD	2021-12-04 19:02:19 UTC (rev 1065067)
@@ -3,19 +3,19 @@
 pkgname=nextcloud-app-bookmarks
 _name=bookmarks
 epoch=1
-pkgver=10.0.2
+pkgver=10.0.3
 pkgrel=1
 pkgdesc="Bookmarks app for nextcloud"
-arch=('any')
+arch=(any)
 url="https://github.com/nextcloud/bookmarks"
-license=('AGPL3')
-depends=('nextcloud')
-makedepends=('ripgrep' 'yq')
-groups=('nextcloud-apps')
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz")
-sha256sums=('9a9c7f7bf1214453469082fc31608347e734e16e009312ffab7c25e423443f73')
-b2sums=('a9d1ea97e27aa0e275969a1760a13dac00034c5de61917c537cf953ce6265c25e0177d95099474604a98d18540bff3d28f5589af0017f5ebb40340f28c7b5b39')
+license=(AGPL3)
+depends=(nextcloud)
+makedepends=(ripgrep yq)
+groups=(nextcloud-apps)
+options=(!strip)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/$pkgver/bookmarks-$pkgver.tar.gz")
+sha256sums=('09ef3fe2d133ddceb6db7af92d628f8dacad01008891457c43cd2b68fe334ee6')
+b2sums=('092d6580f0fb48543c79dd180d34e76ba0fe479f1a16cfb3e31f47e68940a104b4fddfa8d513d8dd2e933120cfc1cb0da590a22a5b8988aeb1641fa286d606d5')
 
 _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