summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrederik2017-01-06 16:50:45 +0100
committerfrederik2017-01-06 16:50:45 +0100
commit3b7f9e399fcb8290c497bf31f5918d37543942a5 (patch)
treea300b171f535be283b514bfa00b2516b468154d5
parent5eb8dba1d05d3fa41f42fb1a0a93bd65a6f889be (diff)
downloadaur-3b7f9e399fcb8290c497bf31f5918d37543942a5.tar.gz
fix etc/gitea permissions
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04f1608dea44..21763f16c077 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jan 6 15:43:41 UTC 2017
+# Fri Jan 6 15:50:18 UTC 2017
pkgbase = gitea
pkgdesc = Git with a cup of tea, forked from Gogs. Is a Self Hosted Git Service in the Go Programming Language.
pkgver = 1.0.1
- pkgrel = 2
+ pkgrel = 3
url = http://gitea.io
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 411571ff9651..0cbe2deed6b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gitea
pkgver=1.0.1
-pkgrel=2
+pkgrel=3
pkgdesc='Git with a cup of tea, forked from Gogs. Is a Self Hosted Git Service in the Go Programming Language.'
arch=('x86_64' 'i686')
url='http://gitea.io'
@@ -27,7 +27,7 @@ package() {
install -o git -g git -d -m 750 ${pkgdir}/var/lib/gitea/
install -o git -g git -d -m 750 ${pkgdir}/var/lib/gitea/{repos,tmp,sessions,attachments,public,data}
install -o git -g git -d -m 750 ${pkgdir}/var/log/gitea/
- install -o root -g git -d -m 770 ${pkgdir}/etc/gitea/
+ install -o root -g git -d -m 775 ${pkgdir}/etc/gitea/
install -Dm755 ${srcdir}/${pkgname}-${pkgver}-linux-amd64 ${pkgdir}/usr/bin/${pkgname}
install -Dm644 ${srcdir}/gitea.service ${pkgdir}/usr/lib/systemd/system/${pkgname}.service