Date: Friday, August 12, 2022 @ 21:50:36
  Author: spupykin
Revision: 1265826

archrelease: copy trunk to community-any

Added:
  websvn/repos/community-any/PKGBUILD
    (from rev 1265825, websvn/trunk/PKGBUILD)
Deleted:
  websvn/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-08-12 21:49:26 UTC (rev 1265825)
+++ PKGBUILD    2022-08-12 21:50:36 UTC (rev 1265826)
@@ -1,20 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
-
-pkgname=websvn
-pkgver=2.6.1
-pkgrel=2
-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=('42299634127211744b5b9bfb1d0db4f3fa8ba73b3c0f3be8dc3ada68e6258037')
-
-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 1265825, 
websvn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-08-12 21:50:36 UTC (rev 1265826)
@@ -0,0 +1,20 @@
+# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
+
+pkgname=websvn
+pkgver=2.7.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=('1cb23254f19e37f37620048711a55a0c439c38f6329475fea40a8be9c2df4e69')
+
+package() {
+  local _instdir="$pkgdir"/srv/http
+  mkdir -p ${_instdir}
+  cp -ra "$srcdir"/websvn-$pkgver ${_instdir}/websvn
+  echo "deny from all" >${_instdir}/websvn/.htaccess
+}

Reply via email to