Sfoglia il codice sorgente

Bugfix wrong commit version in .gopmfile

Thomas Fanninger 9 anni fa
parent
commit
626db9ab94
2 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 2 2
      .SRCINFO
  2. 1 1
      PKGBUILD

+ 2 - 2
.SRCINFO

@@ -1,9 +1,9 @@
 # Generated by mksrcinfo v8
-# Thu May 26 07:27:52 UTC 2016
+# Thu May 26 08:21:18 UTC 2016
 pkgbase = gogs-git
 	pkgdesc = Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language. This is the current git version from branch master.
 	pkgver = 3879.3c0c7a9
-	pkgrel = 1
+	pkgrel = 2
 	epoch = 1
 	url = http://gogs.io/
 	install = gogs.install

+ 1 - 1
PKGBUILD

@@ -5,7 +5,7 @@ pkgname=gogs-git
 _pkgname=gogs
 _branch=master
 pkgver=3879.3c0c7a9
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language. This is the current git version from branch ${_branch}."
 arch=('i686' 'x86_64' 'armv6h' 'armv7h')