[arch-commits] Commit in gitea/trunk (PKGBUILD)

Morten Linderud foxboron at archlinux.org
Sun Jul 5 15:34:28 UTC 2020


    Date: Sunday, July 5, 2020 @ 15:34:27
  Author: foxboron
Revision: 657869

upgpkg: gitea 1.11.6-2

Remove go-pie depends in favour of go

Modified:
  gitea/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-05 15:28:17 UTC (rev 657868)
+++ PKGBUILD	2020-07-05 15:34:27 UTC (rev 657869)
@@ -4,13 +4,13 @@
 
 pkgname=gitea
 pkgver=1.11.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Painless self-hosted Git service. Community managed fork of Gogs."
 arch=(x86_64)
 url="https://gitea.io"
 license=(MIT)
 depends=(git)
-makedepends=(go-pie npm)
+makedepends=(go npm)
 optdepends=(
   'mariadb: MariaDB support'
   'memcached: MemCached support'



More information about the arch-commits mailing list