aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Fanninger2015-10-25 07:58:21 +0100
committerThomas Fanninger2015-10-25 07:58:21 +0100
commit6b6097af915c7b5df252e5eb6f740c0d64071c6b (patch)
tree061edb79a2eb9e42afde2d96204d676b4b98b9d8
parent9173ec794d8f8de1cfb033d2e20e0cca3fd7b760 (diff)
downloadaur-6b6097af915c7b5df252e5eb6f740c0d64071c6b.tar.gz
new pkg version
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
-rw-r--r--gogs.service2
3 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5bbef73c5d0d..b001c6e7e27e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gogs
pkgdesc = Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language.
pkgver = 0.6.15
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = http://gogs.io/
install = gogs.install
@@ -20,6 +20,7 @@ pkgbase = gogs
optdepends = redis: Redis support
optdepends = memcached: MemCached support
optdepends = openssh: GIT over SSH support
+ optdepends = tidb-git: TiDB support
conflicts = gogs-bin
conflicts = gogs-git
conflicts = gogs-git-dev
@@ -30,7 +31,7 @@ pkgbase = gogs
source = app.ini.patch
source = helper.sh
source = gogs::git+https://github.com/gogits/gogs.git#tag=v0.6.15
- sha512sums = 2b4303f850e3b13b2fc3c9f0bc5820dae431d228002b35f01be0d4bfbcf05de8dcec2a559a85e318b609e4a4d492d44306eadf5f6508fd72333b198661bb0bb7
+ sha512sums = c7abbe4af438a8a1db44537a16dbd40b82d50c921d53002c083071c4cd16644769e9d5dabbccedc1bd4ba563324186da4b4378365e098cc45df76402a657be90
sha512sums = cd00b1f29c0ab2eaf70647b51a7fe135aa00906dcda1b1d99c56ea3371fc6540f82bf77999018078b43294614317df253fb4217c2d84f873398c4a69ae2bfaa5
sha512sums = e746dbdafc4c8d0b15a224dba95ae3151611ba9ff468ee6f0b1789e489955e4d7eaac0dbdf28a22e5b8211559af5950726f4a37d699a2490fd349f034401028c
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 19aedf705664..ffae05228aba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gogs
_pkgname=${pkgname}
pkgver=0.6.15
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc="Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language."
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -16,7 +16,8 @@ optdepends=('sqlite: SQLite support'
'postgresql: PostgreSQL support'
'redis: Redis support'
'memcached: MemCached support'
- 'openssh: GIT over SSH support')
+ 'openssh: GIT over SSH support'
+ 'tidb-git: TiDB support')
makedepends=('go>=1.2' 'git>=1.7.1' 'patch')
conflicts=('gogs-bin' 'gogs-git' 'gogs-git-dev')
options=('!strip' '!emptydirs')
@@ -30,7 +31,7 @@ source=('gogs.service'
'helper.sh'
"$_pkgname::git+https://${_gourl}.git#tag=v${pkgver}")
-sha512sums=(2b4303f850e3b13b2fc3c9f0bc5820dae431d228002b35f01be0d4bfbcf05de8dcec2a559a85e318b609e4a4d492d44306eadf5f6508fd72333b198661bb0bb7
+sha512sums=(c7abbe4af438a8a1db44537a16dbd40b82d50c921d53002c083071c4cd16644769e9d5dabbccedc1bd4ba563324186da4b4378365e098cc45df76402a657be90
cd00b1f29c0ab2eaf70647b51a7fe135aa00906dcda1b1d99c56ea3371fc6540f82bf77999018078b43294614317df253fb4217c2d84f873398c4a69ae2bfaa5
e746dbdafc4c8d0b15a224dba95ae3151611ba9ff468ee6f0b1789e489955e4d7eaac0dbdf28a22e5b8211559af5950726f4a37d699a2490fd349f034401028c
'SKIP')
diff --git a/gogs.service b/gogs.service
index f6cac7d2ac70..6c6e846e04f3 100644
--- a/gogs.service
+++ b/gogs.service
@@ -8,7 +8,7 @@ Type=simple
User=gogs
Group=gogs
ExecStart=/usr/share/gogs/gogs web --config /srv/gogs/conf/app.ini
-WorkingDirectory=/usr/share/gogs/
+WorkingDirectory=/srv/gogs/
[Install]
WantedBy=multi-user.target