diff --git a/pkgbuild/dispcalgui/PKGBUILD b/pkgbuild/dispcalgui/PKGBUILD index 5cf0e07..046541d 100644 --- a/pkgbuild/dispcalgui/PKGBUILD +++ b/pkgbuild/dispcalgui/PKGBUILD @@ -2,23 +2,22 @@ # Contributor: foxbunny pkgname=dispcalgui -pkgver=0.9.9.1 +pkgver=1.0.7.6 pkgrel=1 pkgdesc="A GUI frontend for several utilities from the open source color management system Argyll CMS" arch=('i686' 'x86_64') url="http://hoech.net/dispcalGUI/" license=('GPL3') makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 'setuptools' 'xdg-utils') -depends=('argyllcms>=1.3.0' 'python2>=2.5' 'wxpython>=2.8.6' 'hicolor-icon-theme' 'desktop-file-utils') -optdepends=('python2-numpy: to enable curve viewer' - 'gksu: For running as root') +depends=('argyllcms>=1.3.0' 'python2>=2.5' 'wxpython>=2.8.6' 'hicolor-icon-theme' 'desktop-file-utils' 'python2-numpy') +optdepends=('gksu: For running as root') groups=('painters-studio-tools' 'painters-studio-extras' 'painters-studio-complete') install=${pkgname}.install #you may need to download this by hand (with wget) if curl is your download tool in makepkg -source=("http://dispcalgui.hoech.net/download/dispcalGUI.tar.gz" ${pkgname}.desktop) +source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz" ${pkgname}.desktop) -md5sums=('c57365cdfaa85baed5cbc43923a66692' +md5sums=('25a92fcf05481e15dfae7de94d85f26f' 'a65019defc10243c7e0fd2925405d26e') package() {