瀏覽代碼

Update dependencies

Thomas Fanninger 10 年之前
父節點
當前提交
f9432630b3
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .SRCINFO
  2. 1 1
      PKGBUILD

+ 1 - 1
.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 = 3
+	pkgrel = 4
 	epoch = 1
 	url = http://gogs.io/
 	install = gogs.install

+ 1 - 1
PKGBUILD

@@ -5,7 +5,7 @@
 pkgname=gogs
 _pkgname=${pkgname}
 pkgver=0.6.5
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc="Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language."
 arch=('i686' 'x86_64' 'armv6h' 'armv7h')