Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
gitlab
Commits:
4edc6e55 by Caleb Maclennan at 2024-05-20T16:05:46+03:00
Rebuild with GCC and ICU fixes
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = gitlab
pkgdesc = Project management and code hosting application
pkgver = 16.11.2
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/gitlab-org/gitlab-foss
install = gitlab.install
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = gitlab
makedepends = clang
makedepends = cmake
makedepends = go
+ makedepends = node-gyp
makedepends = nodejs
makedepends = postgresql
makedepends = ruby-rake
=====================================
PKGBUILD
=====================================
@@ -10,7 +10,7 @@
pkgname=gitlab
pkgver=16.11.2
-pkgrel=1
+pkgrel=2
pkgdesc='Project management and code hosting application'
arch=(x86_64)
url='https://gitlab.com/gitlab-org/gitlab-foss'
@@ -32,6 +32,7 @@ makedepends=(cargo
clang
cmake
go
+ node-gyp
nodejs
postgresql
ruby-rake
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gitlab/-/commit/4edc6e554c2e02dfbe78e48326f6d2de074ee80d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gitlab/-/commit/4edc6e554c2e02dfbe78e48326f6d2de074ee80d
You're receiving this email because of your account on gitlab.archlinux.org.