[arch-commits] Commit in koffice-l10n-en_gb/trunk (PKGBUILD)
Eric Bélanger
eric at archlinux.org
Mon Feb 16 04:15:59 UTC 2009
Date: Sunday, February 15, 2009 @ 23:15:59
Author: eric
Revision: 27075
Fixed source url, Placed replaces field in array
Modified:
koffice-l10n-en_gb/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-02-16 04:12:42 UTC (rev 27074)
+++ PKGBUILD 2009-02-16 04:15:59 UTC (rev 27075)
@@ -8,8 +8,9 @@
arch=(i686 x86_64)
url="http://www.koffice.org"
depends=('koffice>=1.6.3')
-source=(http://download.kde.org/stable/koffice-$pkgver/src/koffice-l10n/$pkgname-$pkgver.tar.bz2)
-replaces=koffice-i18n-en_GB
+source=(http://download.kde.org/stable/koffice-$pkgver/src/koffice-l10n/koffice-l10n-en_GB-$pkgver.tar.bz2)
+md5sums=('468c3ac77b57de10e1cb7c99d184a443')
+replaces=('koffice-i18n-en_GB')
build() {
cd $startdir/src/${pkgname}-${pkgver}
@@ -18,4 +19,3 @@
make DESTDIR=$startdir/pkg install || return 1
}
-md5sums=('468c3ac77b57de10e1cb7c99d184a443')
More information about the arch-commits
mailing list