diff options
Diffstat (limited to 'extra/libksane/PKGBUILD')
-rw-r--r-- | extra/libksane/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/libksane/PKGBUILD b/extra/libksane/PKGBUILD index 06a3bb57d..674382924 100644 --- a/extra/libksane/PKGBUILD +++ b/extra/libksane/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 152502 2012-03-07 16:13:11Z andrea $ +# $Id: PKGBUILD 153100 2012-03-12 09:11:12Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libksane @@ -13,7 +13,7 @@ makedepends=('cmake' 'automoc4') replaces=('kdegraphics-libs') conflicts=('kdegraphics-libs') install=${pkgname}.install -source=("http://download.kde.org/stable/${pkgver}/src/xz/${pkgname}-${pkgver}.tar.xz") +source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") sha1sums=('20631624185f8bf26d7a8c2e7222731513e8a2ec') build() { |