diff options
author | Sam Whited | 2018-12-23 07:38:06 -0600 |
---|---|---|
committer | Sam Whited | 2018-12-23 07:38:06 -0600 |
commit | 92aaf7f08e8cf258f0eeccf46d9a2a0124fa8e9c (patch) | |
tree | c68cf39d08d3a4ce891ad1ee315f28796aed54b0 | |
parent | 93b8421c2f8a44e89a56a3d36afb5c3a58ea0b39 (diff) | |
download | aur-92aaf7f08e8cf258f0eeccf46d9a2a0124fa8e9c.tar.gz |
Remove unused patch file
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | 02-adjust-service.patch | 19 | ||||
-rw-r--r-- | PKGBUILD | 2 |
3 files changed, 2 insertions, 21 deletions
@@ -1,6 +1,6 @@ pkgbase = gitea-git pkgdesc = Painless self-hosted Git service. Community managed fork of Gogs. - pkgver = v1.6.0_rc1_180_gb3b7598ec684 + pkgver = v1.6.0_rc1_196_ga06ae0bdc744 pkgrel = 1 url = https://gitea.io/ install = gitea.install diff --git a/02-adjust-service.patch b/02-adjust-service.patch deleted file mode 100644 index f09759f954ce..000000000000 --- a/02-adjust-service.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- gitea.service -+++ gitea.service -@@ -16,12 +16,12 @@ - #LimitNOFILE=65535 - RestartSec=2s - Type=simple --User=git --Group=git -+User=gitea -+Group=gitea - WorkingDirectory=/var/lib/gitea/ --ExecStart=/usr/local/bin/gitea web -c /etc/gitea/app.ini -+ExecStart=/usr/bin/gitea web -c /etc/gitea/app.ini - Restart=always --Environment=USER=git HOME=/home/git GITEA_WORK_DIR=/var/lib/gitea -+Environment=USER=gitea HOME=/home/gitea GITEA_WORK_DIR=/var/lib/gitea - # If you want to bind Gitea to a port below 1024 uncomment - # the two values below - ### @@ -8,7 +8,7 @@ _pkgname='gitea' pkgname=gitea-git -pkgver=v1.6.0_rc1_180_gb3b7598ec684 +pkgver=v1.6.0_rc1_196_ga06ae0bdc744 pkgrel=1 pkgdesc='Painless self-hosted Git service. Community managed fork of Gogs.' arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64') |