Sfoglia il codice sorgente

new package version, remove redis and memcache tags (now default)

Thomas Fanninger 10 anni fa
parent
commit
0b7209ebda
2 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 1 1
      .SRCINFO
  2. 2 2
      PKGBUILD

+ 1 - 1
.SRCINFO

@@ -1,6 +1,6 @@
 pkgbase = gogs-git-dev
 	pkgdesc = Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language. This is the current git version from branch develop.
-	pkgver = 3135.6a6a751
+	pkgver = 3148.e6b2a01
 	pkgrel = 1
 	epoch = 1
 	url = http://gogs.io/

+ 2 - 2
PKGBUILD

@@ -4,7 +4,7 @@
 pkgname=gogs-git-dev
 _pkgname=gogs
 _branch=develop
-pkgver=3135.6a6a751
+pkgver=3148.e6b2a01
 pkgrel=1
 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}."
@@ -94,7 +94,7 @@ build() {
 
   msg2 "Build program"
   go fix
-  go build -x -tags='sqlite redis memcache'
+  go build -x -tags='sqlite'
 }
 
 package() {