summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6090fec588d..58373a6029cd 100644
--- a/.SRCINFO
+++ b/.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/
diff --git a/PKGBUILD b/PKGBUILD
index dc7ddae99067..bbc82330b3f8 100644
--- a/PKGBUILD
+++ b/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() {