diff --git a/pkgbuild/dispcalgui/PKGBUILD b/pkgbuild/dispcalgui/PKGBUILD index 0737345..5cf0e07 100644 --- a/pkgbuild/dispcalgui/PKGBUILD +++ b/pkgbuild/dispcalgui/PKGBUILD @@ -2,13 +2,13 @@ # Contributor: foxbunny pkgname=dispcalgui -pkgver=0.9.6.6 -pkgrel=2 +pkgver=0.9.9.1 +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>=0.6c11' 'xdg-utils') +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') @@ -18,7 +18,7 @@ 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) -md5sums=('8d875dd12613a38620e2edb120d8f1be' +md5sums=('c57365cdfaa85baed5cbc43923a66692' 'a65019defc10243c7e0fd2925405d26e') package() {