[arch-commits] Commit in nextcloud-app-deck/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Wed Jul 7 08:40:23 UTC 2021
Date: Wednesday, July 7, 2021 @ 08:40:22
Author: dvzrv
Revision: 974228
upgpkg: nextcloud-app-deck 1:1.4.2-2: Rebuild to increase max nextcloud version.
The app supports nextcloud 22.
Modified:
nextcloud-app-deck/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-07 08:40:07 UTC (rev 974227)
+++ PKGBUILD 2021-07-07 08:40:22 UTC (rev 974228)
@@ -4,7 +4,7 @@
pkgname=nextcloud-app-deck
_name=deck
pkgver=1.4.2
-pkgrel=1
+pkgrel=2
# upstream doesn't adhere to semver:
# https://github.com/nextcloud/deck/issues/1197
epoch=1
@@ -13,7 +13,7 @@
url="https://github.com/nextcloud/deck"
license=('AGPL3')
groups=('nextcloud-apps')
-depends=('nextcloud>21' 'nextcloud<22')
+depends=('nextcloud>21' 'nextcloud<23')
makedepends=('ripgrep' 'yq')
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}.tar.gz")
sha512sums=('62cde0f4a4f35e51cceb68ec9fb071344fd51f07fe0cc0eb6ee2b4760cbf3e8bac47c89bbf0261851ba08c178755938df48fbb7c4bc3d5914391d6fd115092c2')
More information about the arch-commits
mailing list