[arch-commits] Commit in websvn/repos/community-any (PKGBUILD PKGBUILD)

Allan McRae allan at gemini.archlinux.org
Thu Mar 3 01:48:18 UTC 2022


    Date: Thursday, March 3, 2022 @ 01:48:18
  Author: allan
Revision: 1140176

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-03 01:48:10 UTC (rev 1140175)
+++ PKGBUILD	2022-03-03 01:48:18 UTC (rev 1140176)
@@ -1,20 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=websvn
-pkgver=2.6.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=('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 1140175, websvn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-03 01:48:18 UTC (rev 1140176)
@@ -0,0 +1,20 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at 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
+}



More information about the arch-commits mailing list