[arch-commits] Commit in ed/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Oct 24 19:43:40 UTC 2008


    Date: Friday, October 24, 2008 @ 15:43:39
  Author: andyrtr
Revision: 17075

upgpkg: ed 1.1-2
    fix group/depends

Modified:
  ed/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-24 18:47:15 UTC (rev 17074)
+++ PKGBUILD	2008-10-24 19:43:39 UTC (rev 17075)
@@ -3,14 +3,14 @@
 
 pkgname=ed
 pkgver=1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A POSIX-compliant line editor"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://www.gnu.org/software/ed/ed.html"
 install=ed.install
-groups=('base-devel' 'texinfo')
-depends=('glibc')
+groups=('base-devel')
+depends=('glibc' 'texinfo')
 options=('!emptydirs')
 source=(ftp://ftp.gnu.org/gnu/ed/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('d190a6e8937f552118e2822085037099')




More information about the arch-commits mailing list