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

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Jun 25 04:42:53 UTC 2018


    Date: Monday, June 25, 2018 @ 04:42:53
  Author: svenstaro
Revision: 345482

upgpkg: gitlab 11.0.0-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-25 03:31:59 UTC (rev 345481)
+++ PKGBUILD	2018-06-25 04:42:53 UTC (rev 345482)
@@ -7,7 +7,7 @@
 # Contributor: Caleb Maclennan <caleb at alerque.com>
 
 pkgname=gitlab
-pkgver=10.8.4
+pkgver=11.0.0
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
@@ -36,7 +36,7 @@
         gitlab.logrotate
         b41b2de702c26bfbbe375c70c48293a75546df42.patch)
 install='gitlab.install'
-sha512sums=('86d6498f2d732276ba33007eef689f0e914526554b2fe519550bed8503c2ad1a0b5ff0c5826d2bba2b82bdc8fd2ecd535234895aa73332c85c863602ec2087ac'
+sha512sums=('cc3f85eeab523da1624d391aaf8abcff7632fcfc850a90edc91f70894b8885ad891e4fa26d1e55cb2f5c8927f756377150f480b8382afe1e420b14957fa668f2'
             'b1bc7c1f3d47758e4745ae3689e61989c6d1fd8490fa60d75de60d3960025f2888da5c50c4a70e1656d75e4d53bcece518e87f743855eed150a61cb11d40b7d2'
             'ea5ae64214a82b522a09c20be2967ae2ff6fbfd7683587909b748dab4647f99b3128c0e16aba375ecb191e47e1b9045587a84322e216e5cda940904c4fa6271c'
             '69e6f43008389fb54bba6cea61adb0dbf5b75c5796f5cca327326f20f329365c003847bbd6d53b113a0afb1a0d3a0b101a92476739daf85f65c670a1d4466f9c'
@@ -59,7 +59,7 @@
 
   cd "${_srcdir}"*
 
-  patch -Np1 -i "${srcdir}"/b41b2de702c26bfbbe375c70c48293a75546df42.patch
+  # patch -Np1 -i "${srcdir}"/b41b2de702c26bfbbe375c70c48293a75546df42.patch
 
   # GitLab tries to read its revision information from a file.
   echo "${revision}" > REVISION
@@ -136,7 +136,7 @@
   # Remove unneeded directories: node_modules is only needed during build
   rm -r "${pkgdir}${_datadir}/node_modules"
   # https://gitlab.com/gitlab-org/omnibus-gitlab/blob/194cf8f12e51c26980c09de6388bbd08409e1209/config/software/gitlab-rails.rb#L179
-  for dir in spec features qa rubocop app/assets vendor/assets; do
+  for dir in spec qa rubocop app/assets vendor/assets; do
     rm -r "${pkgdir}${_datadir}/${dir}"
   done
 



More information about the arch-commits mailing list