[arch-commits] Commit in vtk (3 files)

Eli Schwartz eschwartz at archlinux.org
Wed Sep 5 14:47:47 UTC 2018


    Date: Wednesday, September 5, 2018 @ 14:47:46
  Author: eschwartz
Revision: 376938

fix mismatched checksums due to updated git version in comment footer

also use unique source name for patch file

Modified:
  vtk/repos/community-testing-x86_64/PKGBUILD
  vtk/repos/community-x86_64/PKGBUILD
  vtk/trunk/PKGBUILD

-----------------------------------------+
 repos/community-testing-x86_64/PKGBUILD |    5 ++---
 repos/community-x86_64/PKGBUILD         |    5 ++---
 trunk/PKGBUILD                          |    5 ++---
 3 files changed, 6 insertions(+), 9 deletions(-)

Modified: repos/community-testing-x86_64/PKGBUILD
===================================================================
--- repos/community-testing-x86_64/PKGBUILD	2018-09-05 14:44:57 UTC (rev 376937)
+++ repos/community-testing-x86_64/PKGBUILD	2018-09-05 14:47:46 UTC (rev 376938)
@@ -46,7 +46,7 @@
 source=("http://www.vtk.org/files/release/${pkgver%.*}/VTK-${pkgver}.tar.gz"
         "http://www.vtk.org/files/release/${pkgver%.*}/VTKData-${pkgver}.tar.gz"
         "http://www.vtk.org/files/release/${pkgver%.*}/VTKLargeData-${pkgver}.tar.gz"
-        "https://gitlab.kitware.com/vtk/vtk/merge_requests/4490.patch")
+        "https://gitlab.kitware.com/vtk/vtk/commit/706f1b397df09a27ab8981ab9464547028d0c322.patch")
 options=(staticlibs)
 sha512sums=('7ab38042f6d94d1580125b3a68a6d17cdc3de925d0e886ebfc8c414adfba1438f5783d896a4cd1bb7e15462450107ab5773a3a749195b357f062e91d5c410060'
             '6c20cfb9dda9d64c27946693f22357f38699d2ff014c2f33e3b05573935eaf3b7a4e30a8cf5747772a6dafe39c20e90b78a0267620ff6b6d5b487edf8ef4f975'
@@ -57,7 +57,7 @@
   mkdir build
   cd VTK-${pkgver}
   # Fix building with python 3.7 (https://gitlab.kitware.com/vtk/vtk/issues/17350, fixed in next release)
-  patch -p1 -i ../4490.patch
+  patch -p1 -i ../706f1b397df09a27ab8981ab9464547028d0c322.patch
 }
 
 build() {
@@ -129,4 +129,3 @@
   install -dv "${pkgdir}/usr/lib/qt"
   mv "${pkgdir}/usr/plugins" "${pkgdir}/usr/lib/qt/plugins"
 }
-

Modified: repos/community-x86_64/PKGBUILD
===================================================================
--- repos/community-x86_64/PKGBUILD	2018-09-05 14:44:57 UTC (rev 376937)
+++ repos/community-x86_64/PKGBUILD	2018-09-05 14:47:46 UTC (rev 376938)
@@ -46,7 +46,7 @@
 source=("http://www.vtk.org/files/release/${pkgver%.*}/VTK-${pkgver}.tar.gz"
         "http://www.vtk.org/files/release/${pkgver%.*}/VTKData-${pkgver}.tar.gz"
         "http://www.vtk.org/files/release/${pkgver%.*}/VTKLargeData-${pkgver}.tar.gz"
-        "https://gitlab.kitware.com/vtk/vtk/merge_requests/4490.patch")
+        "https://gitlab.kitware.com/vtk/vtk/commit/706f1b397df09a27ab8981ab9464547028d0c322.patch")
 options=(staticlibs)
 sha512sums=('7ab38042f6d94d1580125b3a68a6d17cdc3de925d0e886ebfc8c414adfba1438f5783d896a4cd1bb7e15462450107ab5773a3a749195b357f062e91d5c410060'
             '6c20cfb9dda9d64c27946693f22357f38699d2ff014c2f33e3b05573935eaf3b7a4e30a8cf5747772a6dafe39c20e90b78a0267620ff6b6d5b487edf8ef4f975'
@@ -57,7 +57,7 @@
   mkdir build
   cd VTK-${pkgver}
   # Fix building with python 3.7 (https://gitlab.kitware.com/vtk/vtk/issues/17350, fixed in next release)
-  patch -p1 -i ../4490.patch
+  patch -p1 -i ../706f1b397df09a27ab8981ab9464547028d0c322.patch
 }
 
 build() {
@@ -129,4 +129,3 @@
   install -dv "${pkgdir}/usr/lib/qt"
   mv "${pkgdir}/usr/plugins" "${pkgdir}/usr/lib/qt/plugins"
 }
-

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2018-09-05 14:44:57 UTC (rev 376937)
+++ trunk/PKGBUILD	2018-09-05 14:47:46 UTC (rev 376938)
@@ -46,7 +46,7 @@
 source=("http://www.vtk.org/files/release/${pkgver%.*}/VTK-${pkgver}.tar.gz"
         "http://www.vtk.org/files/release/${pkgver%.*}/VTKData-${pkgver}.tar.gz"
         "http://www.vtk.org/files/release/${pkgver%.*}/VTKLargeData-${pkgver}.tar.gz"
-        "https://gitlab.kitware.com/vtk/vtk/merge_requests/4490.patch")
+        "https://gitlab.kitware.com/vtk/vtk/commit/706f1b397df09a27ab8981ab9464547028d0c322.patch")
 options=(staticlibs)
 sha512sums=('7ab38042f6d94d1580125b3a68a6d17cdc3de925d0e886ebfc8c414adfba1438f5783d896a4cd1bb7e15462450107ab5773a3a749195b357f062e91d5c410060'
             '6c20cfb9dda9d64c27946693f22357f38699d2ff014c2f33e3b05573935eaf3b7a4e30a8cf5747772a6dafe39c20e90b78a0267620ff6b6d5b487edf8ef4f975'
@@ -57,7 +57,7 @@
   mkdir build
   cd VTK-${pkgver}
   # Fix building with python 3.7 (https://gitlab.kitware.com/vtk/vtk/issues/17350, fixed in next release)
-  patch -p1 -i ../4490.patch
+  patch -p1 -i ../706f1b397df09a27ab8981ab9464547028d0c322.patch
 }
 
 build() {
@@ -129,4 +129,3 @@
   install -dv "${pkgdir}/usr/lib/qt"
   mv "${pkgdir}/usr/plugins" "${pkgdir}/usr/lib/qt/plugins"
 }
-



More information about the arch-commits mailing list