diff --git a/community/gitea/PKGBUILD b/community/gitea/PKGBUILD
index c669e7293..70a60e088 100644
--- a/community/gitea/PKGBUILD
+++ b/community/gitea/PKGBUILD
@@ -8,13 +8,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'