git » libksane.git » commit e7892be

replaces kdegraphics-libs

author Andrea Scarpino
2011-08-01 10:50:59 UTC
committer Andrea Scarpino
2011-08-01 10:50:59 UTC
parent 28dd008599af12d7bf206475c6b3a604f61e0bd6

replaces kdegraphics-libs

PKGBUILD +2 -1

diff --git a/PKGBUILD b/PKGBUILD
index aebbf9d..ba8ec4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,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")