summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Fanninger2015-11-22 08:37:46 +0100
committerThomas Fanninger2015-11-22 08:37:46 +0100
commit27095c852befadecb211c05b6395b85991d47377 (patch)
tree0bd131bd0ca68209fcaebb2a49c913649018c4ed
parent6c036b29692007fb3ce81424024088a11ee1447b (diff)
downloadaur-27095c852befadecb211c05b6395b85991d47377.tar.gz
new package version, remove redis and memcache tags (now default)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c570309b6a0..c9d0f7e9b810 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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 = 3135.6a6a751
+ pkgver = 3148.e6b2a01
pkgrel = 1
epoch = 1
url = http://gogs.io/
diff --git a/PKGBUILD b/PKGBUILD
index a6aba43a24b7..c09aadb59fd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gogs-git
_pkgname=gogs
_branch=master
-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() {