Date: Thursday, July 5, 2012 @ 15:21:51
  Author: andrea
Revision: 163017

Fix the kwebkitpart fill /home bug (FS#30555)

Modified:
  kwebkitpart/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2012-07-05 16:03:22 UTC (rev 163016)
+++ PKGBUILD    2012-07-05 19:21:51 UTC (rev 163017)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino <[email protected]>
 
 pkgname=kwebkitpart
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.2.0.20120705
+pkgrel=1
 pkgdesc="A WebKit browser component for KDE"
 url="http://opendesktop.org/content/show.php?content=127960";
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('e736d7b26cf6e3c0eed837837b3f032b')
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('659f9737bcc79f0bfbd08ff37ad0e232')
 
 build() {
   cd "${srcdir}"

Reply via email to