[arch-commits] Commit in cgit/trunk (PKGBUILD cgit.install)

Christian Hesse eworm at archlinux.org
Sun Mar 14 22:02:53 UTC 2021


    Date: Sunday, March 14, 2021 @ 22:02:53
  Author: eworm
Revision: 891316

upgpkg: cgit 1.2.3-3: do not touch cache directory from install script

Modified:
  cgit/trunk/PKGBUILD
  cgit/trunk/cgit.install

--------------+
 PKGBUILD     |    2 +-
 cgit.install |    1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-14 21:59:28 UTC (rev 891315)
+++ PKGBUILD	2021-03-14 22:02:53 UTC (rev 891316)
@@ -6,7 +6,7 @@
 
 pkgname=cgit
 pkgver=1.2.3
-pkgrel=2
+pkgrel=3
 pkgdesc="A web interface for git written in plain C"
 arch=('x86_64')
 url="https://git.zx2c4.com/cgit/"

Modified: cgit.install
===================================================================
--- cgit.install	2021-03-14 21:59:28 UTC (rev 891315)
+++ cgit.install	2021-03-14 22:02:53 UTC (rev 891316)
@@ -1,5 +1,4 @@
 post_install() {
-   chown -v http:http var/cache/cgit
    echo "==> cgit looks at /etc/cgitrc for configuration. There is"
    echo "==> an example configuration file in the cgitrc(5) man page."
 }



More information about the arch-commits mailing list