Advertisement
Guest User

bartus

a guest
May 6th, 2019
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. commit 20661cd434b6431f13757accbfcf24c645e64cec
  2. Author: bartus <szczepaniak.bartek+github@gmail.com>
  3. Date: Mon May 6 14:33:57 2019 +0200
  4.  
  5. fix deps
  6.  
  7. move `cmake` to makedepends
  8. add `libgeotiff` to depends
  9.  
  10. diff --git a/.SRCINFO b/.SRCINFO
  11. index 32016df..8c21103 100644
  12. --- a/.SRCINFO
  13. +++ b/.SRCINFO
  14. @@ -5,7 +5,8 @@ pkgbase = vxl
  15. url = https://github.com/vxl/vxl
  16. arch = i686
  17. arch = x86_64
  18. - depends = cmake
  19. + makedepends = cmake
  20. + depends = libgeotiff
  21. source = https://github.com/vxl/vxl/archive/v2.0.2.tar.gz
  22. md5sums = 24fb616a55c885e821c9a049ae1b23ed
  23.  
  24. diff --git a/PKGBUILD b/PKGBUILD
  25. index ed78d7c..85bf722 100644
  26. --- a/PKGBUILD
  27. +++ b/PKGBUILD
  28. @@ -4,7 +4,8 @@ pkgrel=1
  29. pkgdesc="VXL (the Vision-something-Libraries): a multi-platform collection of C++ software libraries for Computer Vision and Image Understanding. "
  30. arch=('i686' 'x86_64')
  31. url='https://github.com/vxl/vxl'
  32. -depends=('cmake')
  33. +depends=('libgeotiff')
  34. +makedepends=('cmake')
  35. source=(https://github.com/vxl/vxl/archive/v${pkgver}.tar.gz)
  36. md5sums=('24fb616a55c885e821c9a049ae1b23ed')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement