summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Galindo2024-02-28 16:32:32 +0100
committerCarlos Galindo2024-02-28 16:32:32 +0100
commit242ce6427a0bc25a4f4e2c1db460f6ea2e6a0cea (patch)
treeca904edf09b33cebbf0f9c3492dd993f33c622f3
parent369e4b57d54d0506cacd17d5d3ad403d45ea9c8b (diff)
downloadaur-nextcloud-app-socialsharing.tar.gz
update to 3.1.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e987eb90c5d4..ca48189d5ba6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = nextcloud-app-socialsharing
- pkgver = 3.0.1
+ pkgver = 3.1.0
pkgrel = 1
url = https://github.com/nextcloud/socialsharing
arch = any
+ groups = nextcloud-apps
license = AGPL3
makedepends = npm
makedepends = composer
makedepends = yq
- source = socialsharing-3.0.1.tar.gz::https://github.com/nextcloud/socialsharing/archive/v3.0.1.tar.gz
+ source = socialsharing-3.1.0.tar.gz::https://github.com/nextcloud/socialsharing/archive/v3.1.0.tar.gz
source = nextcloud-app-socialsharing.patch
- sha512sums = 0029c0f299f4807ede261ebb0b0e5253c253c48e5c8fc149413b8a79e941f1ce956604a4f851dd890ac566c1c233e35bab4d62ac1d269b8a39cde99ca1cd1cc2
+ sha512sums = c6038a8c39573eec1161ab233bfd9bc02c14716f94e3418cd98736c3264cc0abb1fea9473f54964884bf98f7cd858b6ac231c9f8deef8bf40e7b699153564565
sha512sums = b9065297bc55390cb83ac5a9c07aa80321399a25fb6bd801a9e53b7e1395091f1eb35f1b493577e1d6b91d6977231ba15f3067117ce46ffa80fd41850124c85b
pkgname = nextcloud-app-socialsharing-diaspora
diff --git a/PKGBUILD b/PKGBUILD
index 153271b312af..c0cd4a8142cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,15 +6,16 @@ pkgname=('nextcloud-app-socialsharing-diaspora'
'nextcloud-app-socialsharing-facebook'
'nextcloud-app-socialsharing-telegram'
'nextcloud-app-socialsharing-twitter')
-pkgver=3.0.1
+pkgver=3.1.0
pkgrel=1
arch=("any")
url="https://github.com/nextcloud/socialsharing"
license=('AGPL3')
makedepends=("npm" "composer" "yq")
+groups=('nextcloud-apps')
source=("$_appname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
"$pkgbase.patch")
-sha512sums=('0029c0f299f4807ede261ebb0b0e5253c253c48e5c8fc149413b8a79e941f1ce956604a4f851dd890ac566c1c233e35bab4d62ac1d269b8a39cde99ca1cd1cc2'
+sha512sums=('c6038a8c39573eec1161ab233bfd9bc02c14716f94e3418cd98736c3264cc0abb1fea9473f54964884bf98f7cd858b6ac231c9f8deef8bf40e7b699153564565'
'b9065297bc55390cb83ac5a9c07aa80321399a25fb6bd801a9e53b7e1395091f1eb35f1b493577e1d6b91d6977231ba15f3067117ce46ffa80fd41850124c85b')
prepare() {