Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages /
websvn
Commits:
2c535180 by Sergej Pupykin at 2026-03-12T06:03:19+03:00
upgpkg: 2.8.5-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,12 @@
pkgbase = websvn
pkgdesc = subversion web interface
- pkgver = 2.8.4
+ pkgver = 2.8.5
pkgrel = 1
url = https://websvnphp.github.io/
arch = any
license = GPL
backup = srv/http/websvn/.htaccess
- source =
websvn-2.8.4.tar.gz::https://github.com/websvnphp/websvn/archive/2.8.4.tar.gz
- sha256sums =
04324ba391c5dd79abaff9ecbbd06cfda979e15806438da780bde60ef64af43e
+ source =
websvn-2.8.5.tar.gz::https://github.com/websvnphp/websvn/archive/2.8.5.tar.gz
+ sha256sums =
bc6eeeb873c9e0fdd18f4783b82532b7f6df070f2e027d3b26db271f8aaadbce
pkgname = websvn
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Sergej Pupykin <[email protected]>
pkgname=websvn
-pkgver=2.8.4
+pkgver=2.8.5
pkgrel=1
pkgdesc="subversion web interface"
arch=(any)
@@ -10,7 +10,7 @@ license=('GPL')
depends=()
backup=(srv/http/websvn/.htaccess)
source=("$pkgname-$pkgver.tar.gz::https://github.com/websvnphp/websvn/archive/$pkgver.tar.gz")
-sha256sums=('04324ba391c5dd79abaff9ecbbd06cfda979e15806438da780bde60ef64af43e')
+sha256sums=('bc6eeeb873c9e0fdd18f4783b82532b7f6df070f2e027d3b26db271f8aaadbce')
package() {
local _instdir="$pkgdir"/srv/http
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/websvn/-/commit/2c535180ac6eae5790565e02e998d153d7af5293
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/websvn/-/commit/2c535180ac6eae5790565e02e998d153d7af5293
You're receiving this email because of your account on gitlab.archlinux.org.