Date: Saturday, December 3, 2022 @ 17:55:23
Author: spupykin
Revision: 1356375
archrelease: copy trunk to community-any
Added:
websvn/repos/community-any/PKGBUILD
(from rev 1356374, websvn/trunk/PKGBUILD)
Deleted:
websvn/repos/community-any/PKGBUILD
----------+
PKGBUILD | 40 ++++++++++++++++++++--------------------
1 file changed, 20 insertions(+), 20 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-03 17:54:43 UTC (rev 1356374)
+++ PKGBUILD 2022-12-03 17:55:23 UTC (rev 1356375)
@@ -1,20 +0,0 @@
-# Maintainer: Sergej Pupykin <[email protected]>
-
-pkgname=websvn
-pkgver=2.8.0
-pkgrel=1
-pkgdesc="subversion web interface"
-arch=(any)
-url="https://websvnphp.github.io/"
-license=('GPL')
-depends=()
-backup=(srv/http/websvn/.htaccess)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/websvnphp/websvn/archive/$pkgver.tar.gz")
-sha256sums=('3376f2d3710a2c4faaa332295b9f655f6bb7b2c2b792bb5e4a26eb84f5264760')
-
-package() {
- local _instdir="$pkgdir"/srv/http
- mkdir -p ${_instdir}
- cp -ra "$srcdir"/websvn-$pkgver ${_instdir}/websvn
- echo "deny from all" >${_instdir}/websvn/.htaccess
-}
Copied: websvn/repos/community-any/PKGBUILD (from rev 1356374,
websvn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-03 17:55:23 UTC (rev 1356375)
@@ -0,0 +1,20 @@
+# Maintainer: Sergej Pupykin <[email protected]>
+
+pkgname=websvn
+pkgver=2.8.1
+pkgrel=1
+pkgdesc="subversion web interface"
+arch=(any)
+url="https://websvnphp.github.io/"
+license=('GPL')
+depends=()
+backup=(srv/http/websvn/.htaccess)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/websvnphp/websvn/archive/$pkgver.tar.gz")
+sha256sums=('06038a940dd45397ac94120a10d31c629dc3c51af6f9583d7b2326ce5c3d730b')
+
+package() {
+ local _instdir="$pkgdir"/srv/http
+ mkdir -p ${_instdir}
+ cp -ra "$srcdir"/websvn-$pkgver ${_instdir}/websvn
+ echo "deny from all" >${_instdir}/websvn/.htaccess
+}