summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorEdvinas Valatka2018-06-10 16:53:16 +0300
committerEdvinas Valatka2018-06-10 16:53:16 +0300
commit324221942522e6799c4012f6498782d2292cd35f (patch)
tree114039945260f91738f68d7842f7e9ec3b4ea5cb /.SRCINFO
parent8ca9b9dc752ee2f259e69690ebed1c8fa9b677c0 (diff)
downloadaur-324221942522e6799c4012f6498782d2292cd35f.tar.gz
Refactor similar to gogs
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO31
1 files changed, 16 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcbec516a177..e954582fbb8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,40 +1,41 @@
pkgbase = gogs-git
- pkgdesc = Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language.
- pkgver = 0.11.19.0609+1+6197a7639
+ pkgdesc = Self Hosted Git Service in the Go Programming Language. This is the current git version from branch master.
+ pkgver = 0.11.53.0603+2+91441c3fb
pkgrel = 1
- epoch = 2
- url = http://gogs.io/
+ url = https://gogs.io
install = gogs.install
arch = i686
arch = x86_64
arch = armv6h
arch = armv7h
- arch = aarch64
license = MIT
- makedepends = go
makedepends = git
+ makedepends = go
+ makedepends = go-bindata-git
makedepends = nodejs-less
+ makedepends = sqlite
depends = git
- depends = sqlite
+ depends = pam
+ optdepends = sqlite: SQLite support
optdepends = mariadb: MariaDB support
optdepends = postgresql: PostgreSQL support
optdepends = redis: Redis support
optdepends = memcached: MemCached support
optdepends = openssh: GIT over SSH support
+ optdepends = bash: GIT over SSH support
provides = gogs
conflicts = gogs
- replaces = gogs-master-git
options = !buildflags
- source = git+https://github.com/gogits/gogs.git#branch=master
- source = git+https://github.com/jteeuwen/go-bindata.git
+ options = !strip
+ options = emptydirs
+ source = git+https://github.com/gogs/gogs.git#branch=master
source = gogs.service
source = gogs.sysusers
source = gogs.tmpfiles
- md5sums = SKIP
- md5sums = SKIP
- md5sums = 4ea1610580f7e7de4259025f8980942d
- md5sums = e919a9b9cfee91e3ff146bc8841d4d28
- md5sums = 0cef7ff4495be24a34178a4f29e803b6
+ sha512sums = SKIP
+ sha512sums = 26fa3b9579ec2780e56f4a52870461b9cc1e4c1608e006b0759de7c5de137895d48e94a1694341b545be0dae87c966a982d8b581397d56fad83ab12e297f98df
+ sha512sums = 0a546902ffb9fe99f61b301183059cc85c75408cd735f04ee93829ad6e3d66a07ebc73ce663743f109ea6303c1815933a17fe2b83bf9104d1528acb5aa63faf8
+ sha512sums = a48c51665079575aa9e4774e9d6ccaf15880c81d3d8d77dbcc0871133be7907177694986f12a5d880aa1930a636ca42b5ccb2dbb91874ad9f3c31fa6e5218c6b
pkgname = gogs-git