Morgan Adamiec pushed to branch main at Arch Linux / Packaging / Packages /
copyparty
Commits:
aea93fab by Morgan Adamiec at 2025-06-22T16:33:33+01:00
upgpkg: 1.18.0-1
- - - - -
3 changed files:
- .SRCINFO
- + .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = copyparty
pkgdesc = File server with accelerated resumable uploads, dedup,
WebDAV, FTP, TFTP, zeroconf, media indexer, thumbnails++
- pkgver = 1.17.2
+ pkgver = 1.18.0
pkgrel = 1
url = https://github.com/9001/copyparty
arch = any
@@ -25,7 +25,7 @@ pkgbase = copyparty
optdepends = python-pyzmq: send zeromq messages from event-hooks
optdepends = python-argon2-cffi: hashed passwords in config
backup = etc/copyparty.d/init
- source =
https://github.com/9001/copyparty/releases/download/v1.17.2/copyparty-1.17.2.tar.gz
- sha256sums =
20af4a9b3188fee235c505af4a09190088d0094ab594e37ca1eabbda41c8912d
+ source =
https://github.com/9001/copyparty/releases/download/v1.18.0/copyparty-1.18.0.tar.gz
+ sha256sums =
69c70c96b9ac4a09c47ccc51f7930a6e82f52ed727030374842681533afc128c
pkgname = copyparty
=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,5 @@
+[copyparty]
+source = "github"
+github = "9001/copyparty"
+prefix = "v"
+use_max_release = true
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: icxes <[email protected]>
pkgname=copyparty
-pkgver=1.17.2
+pkgver=1.18.0
pkgrel=1
pkgdesc="File server with accelerated resumable uploads, dedup, WebDAV, FTP,
TFTP, zeroconf, media indexer, thumbnails++"
arch=("any")
@@ -22,7 +22,7 @@ optdepends=("ffmpeg: thumbnails for videos, images (slower)
and audio, music tag
)
source=("https://github.com/9001/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
backup=("etc/${pkgname}.d/init" )
-sha256sums=('20af4a9b3188fee235c505af4a09190088d0094ab594e37ca1eabbda41c8912d')
+sha256sums=('69c70c96b9ac4a09c47ccc51f7930a6e82f52ed727030374842681533afc128c')
build() {
cd "${srcdir}/${pkgname}-${pkgver}/copyparty/web"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/copyparty/-/commit/aea93fab4ff9f049de89698996588ce584c62114
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/copyparty/-/commit/aea93fab4ff9f049de89698996588ce584c62114
You're receiving this email because of your account on gitlab.archlinux.org.