summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {