summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElim2015-10-28 18:33:03 -0600
committerElim2015-10-28 18:33:03 -0600
commit6c8fb2c08b8db972600468e5aee1636a5d62fe35 (patch)
tree78ae98c7c89bde5b050d044b82d6c2166f51b25d
parent711cec5dd1f396d39febbdb76fef59508bb19d19 (diff)
downloadaur-6c8fb2c08b8db972600468e5aee1636a5d62fe35.tar.gz
Sources fixed
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf7b8f3d3c91..8feedcd00be6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -49,8 +49,8 @@ pkgbase = vtk-qt4
source = http://www.vtk.org/files/release/6.3/VTK-6.3.0.tar.gz
source = http://www.vtk.org/files/release/6.3/VTKData-6.3.0.tar.gz
source = http://www.vtk.org/files/release/6.3/VTKLargeData-6.3.0.tar.gz
- source = remove-vtkxdmf3.patch::https://github.com/nschloe/VTK/commit/a98527dfe9ce23beebf386fab07caef99b911ede.patch
- source = find-libxml2.patch::https://github.com/nschloe/VTK/commit/6216f98a7124e12a2c1cefd113347f94b51f3c51.patch
+ source = remove-vtkxdmf3.patch
+ source = find-libxml2.patch
source = gdal2.patch
sha1sums = 452efab1eedf6202f2d9a3362b5f69adfc44edda
sha1sums = 424b138c079a688cd8c52c43d12b54e2f2b06acf
diff --git a/PKGBUILD b/PKGBUILD
index 7e39a08cd4c0..03d281283ace 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,9 +35,8 @@ optdepends=('python2: python bindings'
source=("http://www.vtk.org/files/release/${_majorver}/VTK-${pkgver}.tar.gz"
"http://www.vtk.org/files/release/${_majorver}/VTKData-${pkgver}.tar.gz"
"http://www.vtk.org/files/release/${_majorver}/VTKLargeData-${pkgver}.tar.gz"
- # https://github.com/Kitware/VTK/pull/21
- remove-vtkxdmf3.patch::https://github.com/nschloe/VTK/commit/a98527dfe9ce23beebf386fab07caef99b911ede.patch
- find-libxml2.patch::https://github.com/nschloe/VTK/commit/6216f98a7124e12a2c1cefd113347f94b51f3c51.patch
+ remove-vtkxdmf3.patch
+ find-libxml2.patch
gdal2.patch)
options=(staticlibs)
sha1sums=('452efab1eedf6202f2d9a3362b5f69adfc44edda'