summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-09-27 16:24:00 +0300
committerCaleb Maclennan2023-09-27 16:24:00 +0300
commitce7bd7ce444e4cf33fcaad6da1fae25949d5a143 (patch)
tree3e600a8a4370c171e52c5c2a365f315d2b6b2e1f
parent888cba21a1bdb6575a32da6aa641fbf46630a218 (diff)
downloadaur-ce7bd7ce444e4cf33fcaad6da1fae25949d5a143.tar.gz
upgpkg: nextcloud-app-integration-gitlab 1.0.18-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee4114442e01..4e7ac7be9175 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nextcloud-app-integration-gitlab
pkgdesc = GitLab integration into Nextcloud
- pkgver = 1.0.15
+ pkgver = 1.0.18
pkgrel = 1
url = https://github.com/nextcloud/integration_gitlab
arch = any
@@ -8,7 +8,7 @@ pkgbase = nextcloud-app-integration-gitlab
makedepends = nextcloud
makedepends = rsync
makedepends = yq
- source = https://github.com/nextcloud/integration_gitlab/releases/download/v1.0.15/integration_gitlab-1.0.15.tar.gz
- sha256sums = 20fc988ab988f5924747d45d83822adb3be08ad49c3cdc21fe5887e9c27cefb0
+ source = https://github.com/nextcloud-releases/integration_gitlab/releases/download/v1.0.18/integration_gitlab-v1.0.18.tar.gz
+ sha256sums = b3aa6b88b3b85fa038c4d145c4756cb21e848870b31dedaefa9fc3a1e3460227
pkgname = nextcloud-app-integration-gitlab
diff --git a/PKGBUILD b/PKGBUILD
index 890e9e321dfb..5f09a93e722b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,19 @@
_appname=integration_gitlab
pkgname=nextcloud-app-${_appname/_/-}
-pkgver=1.0.15
+pkgver=1.0.18
pkgrel=1
pkgdesc='GitLab integration into Nextcloud'
arch=(any)
url="https://github.com/nextcloud/$_appname"
+_url="https://github.com/nextcloud-releases/$_appname"
license=(AGPL3)
makedepends=(nextcloud
rsync
yq)
-_archive="$_appname-$pkgver"
-source=("$url/releases/download/v$pkgver/$_archive.tar.gz")
-sha256sums=('20fc988ab988f5924747d45d83822adb3be08ad49c3cdc21fe5887e9c27cefb0')
+_archive="$_appname-v$pkgver"
+source=("$_url/releases/download/v$pkgver/$_archive.tar.gz")
+sha256sums=('b3aa6b88b3b85fa038c4d145c4756cb21e848870b31dedaefa9fc3a1e3460227')
# BEGIN boilerplate nextcloud app version clamping, see also other packages in group
# 1. Call respective function helpers in check() and package() *after* cd'ing to the source directory