|
@@ -5,14 +5,14 @@
|
|
|
pkgname=gogs
|
|
pkgname=gogs
|
|
|
_pkgname=${pkgname}
|
|
_pkgname=${pkgname}
|
|
|
pkgver=0.6.5
|
|
pkgver=0.6.5
|
|
|
-pkgrel=2
|
|
|
|
|
|
|
+pkgrel=3
|
|
|
epoch=1
|
|
epoch=1
|
|
|
pkgdesc="Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language."
|
|
pkgdesc="Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language."
|
|
|
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
|
|
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
|
|
|
changelog=$pkgname.changelog
|
|
changelog=$pkgname.changelog
|
|
|
url="http://gogs.io/"
|
|
url="http://gogs.io/"
|
|
|
license=('MIT')
|
|
license=('MIT')
|
|
|
-depends=('git')
|
|
|
|
|
|
|
+depends=('git>=1.7.1')
|
|
|
optdepends=('sqlite: SQLite support'
|
|
optdepends=('sqlite: SQLite support'
|
|
|
'mariadb: MariaDB support'
|
|
'mariadb: MariaDB support'
|
|
|
'postgresql: PostgreSQL support'
|
|
'postgresql: PostgreSQL support'
|