Przeglądaj źródła

Update dependencies

Thomas Fanninger 10 lat temu
rodzic
commit
f9432630b3
2 zmienionych plików z 2 dodań i 2 usunięć
  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')