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

Sergej Pupykin spupykin at archlinux.org
Thu Jul 1 22:50:34 UTC 2021


    Date: Thursday, July 1, 2021 @ 22:50:34
  Author: spupykin
Revision: 970011

upgpkg: nextcloud-app-calendar 1:2.3.0-1

Modified:
  nextcloud-app-calendar/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-01 22:35:03 UTC (rev 970010)
+++ PKGBUILD	2021-07-01 22:50:34 UTC (rev 970011)
@@ -3,7 +3,7 @@
 pkgname=nextcloud-app-calendar
 _name=calendar
 epoch=1
-pkgver=2.2.2
+pkgver=2.3.0
 pkgrel=1
 pkgdesc="Calendar app for nextcloud"
 arch=('any')
@@ -12,8 +12,8 @@
 depends=('nextcloud')
 makedepends=('ripgrep' 'yq')
 options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/calendar/releases/download/v$pkgver/calendar.tar.gz")
-sha256sums=('93baa6e3794d9f890dad6b8d3849237a5b1030a88b0d3d6977f74c988b6f302a')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud-releases/calendar/releases/download/v$pkgver/calendar.tar.gz")
+sha256sums=('14e04a53ea70db4085257e123e51255ff52f5b3cbde05689bdf351b374045a41')
 
 _get_nextcloud_versions() {
   _app_min_major_version="$(xq '.info.dependencies.nextcloud["@min-version"]' "${_name}/appinfo/info.xml"| sed 's/"//g')"
@@ -31,7 +31,6 @@
     exit 1
   fi
 }
-sha256sums=('5080aad2e23179de454885bc27f3911d6c45c48b81d0f3163e9c84c97f00e008')
 
 package() {
   _get_nextcloud_versions




More information about the arch-commits mailing list