diff options
Diffstat (limited to 'community/gogs/APKBUILD')
-rw-r--r-- | community/gogs/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/gogs/APKBUILD b/community/gogs/APKBUILD index 6d0026ab7a..3b31966851 100644 --- a/community/gogs/APKBUILD +++ b/community/gogs/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: 7heo <7heo@mail.com> pkgname=gogs pkgver=0.11.34 -pkgrel=1 +pkgrel=2 pkgdesc="A self-hosted Git service written in Go" url="https://gogs.io/" arch="all" @@ -12,7 +12,6 @@ makedepends="go perl libcap" install="$pkgname.pre-install" pkgusers="gogs" pkggroups="www-data" -options="!strip" source="${pkgname}-${pkgver}.tar.gz::https://github.com/gogits/$pkgname/archive/v$pkgver.tar.gz $pkgname.initd $pkgname.confd |