Date: Monday, August 1, 2011 @ 06:50:59 Author: andrea Revision: 134075
upgpkg: libksane 4.7.0-2 replaces kdegraphics-libs Modified: libksane/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-08-01 10:50:28 UTC (rev 134074) +++ PKGBUILD 2011-08-01 10:50:59 UTC (rev 134075) @@ -3,13 +3,14 @@ pkgname=libksane pkgver=4.7.0 -pkgrel=1 +pkgrel=2 pkgdesc="An image scanning library" url="http://kde.org/" arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') depends=('kdelibs' 'sane') makedepends=('cmake' 'automoc4') +replaces=('kdegraphics-libs') conflicts=('kdegraphics-libs') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
