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

Sergej Pupykin spupykin at archlinux.org
Fri May 21 16:54:34 UTC 2021


    Date: Friday, May 21, 2021 @ 16:54:33
  Author: spupykin
Revision: 940794

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-21 16:54:26 UTC (rev 940793)
+++ PKGBUILD	2021-05-21 16:54:33 UTC (rev 940794)
@@ -1,20 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=websvn
-pkgver=2.5
-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=('cc54a8a1b20e5400b025a6b01359f3e6b2352e0f98fdb1aa17bc29f682329385')
-
-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 940793, websvn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-21 16:54:33 UTC (rev 940794)
@@ -0,0 +1,20 @@
+# 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
+}



More information about the arch-commits mailing list