David Runge pushed to branch main at Arch Linux / Packaging / Packages / nextcloud-app-bookmarks
Commits: 1067ed63 by David Runge at 2025-07-22T23:40:24+02:00 upgpkg: 1:15.1.2-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = nextcloud-app-bookmarks pkgdesc = Bookmarks app for nextcloud - pkgver = 15.1.1 + pkgver = 15.1.2 pkgrel = 1 epoch = 1 url = https://github.com/nextcloud/bookmarks @@ -10,8 +10,8 @@ pkgbase = nextcloud-app-bookmarks makedepends = nextcloud makedepends = yq options = !strip - source = https://github.com/nextcloud/bookmarks/releases/download/v15.1.1/bookmarks-15.1.1.tar.gz - sha256sums = 3557bd78e2fa75c2f8858615eddb2847c64a5c51e4106028e6c8fd0d7b832442 - b2sums = 510b3ef93837f7e5efe0e8218783b76d4f17099a4a60242137a373a33d6b325f4c069dbd9b1c9b30ded15e64cdffcba59d56b04b6ab97d2d80138a8a7430da3b + source = https://github.com/nextcloud/bookmarks/releases/download/v15.1.2/bookmarks-15.1.2.tar.gz + sha256sums = e65fc4d876e74c4a17e99373649436bc986c72de6f48c719084485181ef7be66 + b2sums = f64008ddd172eed93727127f4bda387c6108eab5d7f17b3e7bef0d1f0ffcf363c06cb09b5790b237dc14e9584d1909919eea48405cb6abd79ae4c4cd551a4bad pkgname = nextcloud-app-bookmarks ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _name=bookmarks pkgname=nextcloud-app-bookmarks epoch=1 -pkgver=15.1.1 +pkgver=15.1.2 pkgrel=1 pkgdesc="Bookmarks app for nextcloud" arch=(any) @@ -14,8 +14,8 @@ makedepends=(nextcloud yq) groups=(nextcloud-apps) options=(!strip) source=(https://github.com/nextcloud/$_name/releases/download/v$pkgver/$_name-$pkgver.tar.gz) -sha256sums=('3557bd78e2fa75c2f8858615eddb2847c64a5c51e4106028e6c8fd0d7b832442') -b2sums=('510b3ef93837f7e5efe0e8218783b76d4f17099a4a60242137a373a33d6b325f4c069dbd9b1c9b30ded15e64cdffcba59d56b04b6ab97d2d80138a8a7430da3b') +sha256sums=('e65fc4d876e74c4a17e99373649436bc986c72de6f48c719084485181ef7be66') +b2sums=('f64008ddd172eed93727127f4bda387c6108eab5d7f17b3e7bef0d1f0ffcf363c06cb09b5790b237dc14e9584d1909919eea48405cb6abd79ae4c4cd551a4bad') # 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 View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-bookmarks/-/commit/1067ed63d8432ce79796894bbf80df843c0527ac -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-bookmarks/-/commit/1067ed63d8432ce79796894bbf80df843c0527ac You're receiving this email because of your account on gitlab.archlinux.org.