Date: Saturday, October 15, 2022 @ 21:34:25
  Author: spupykin
Revision: 1329250

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-15 21:33:46 UTC (rev 1329249)
+++ PKGBUILD    2022-10-15 21:34:25 UTC (rev 1329250)
@@ -1,20 +0,0 @@
-# Maintainer: Sergej Pupykin <[email protected]>
-
-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
-}

Copied: websvn/repos/community-any/PKGBUILD (from rev 1329249, 
websvn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-15 21:34:25 UTC (rev 1329250)
@@ -0,0 +1,20 @@
+# 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
+}

Reply via email to