Explorar o código

Update dependencies

Thomas Fanninger %!s(int64=10) %!d(string=hai) anos
pai
achega
9de564ad02
Modificáronse 2 ficheiros con 4 adicións e 4 borrados
  1. 2 2
      .SRCINFO
  2. 2 2
      PKGBUILD

+ 2 - 2
.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.5
-	pkgrel = 2
+	pkgrel = 3
 	epoch = 1
 	url = http://gogs.io/
 	install = gogs.install
@@ -14,7 +14,7 @@ pkgbase = gogs
 	makedepends = go>=1.2
 	makedepends = git>=1.7.1
 	makedepends = patch
-	depends = git
+	depends = git>=1.7.1
 	optdepends = sqlite: SQLite support
 	optdepends = mariadb: MariaDB support
 	optdepends = postgresql: PostgreSQL support

+ 2 - 2
PKGBUILD

@@ -5,14 +5,14 @@
 pkgname=gogs
 _pkgname=${pkgname}
 pkgver=0.6.5
-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')
 changelog=$pkgname.changelog
 url="http://gogs.io/"
 license=('MIT')
-depends=('git')
+depends=('git>=1.7.1')
 optdepends=('sqlite: SQLite support'
             'mariadb: MariaDB support'
             'postgresql: PostgreSQL support'