[arch-commits] CVS update of arch/build/base/libarchive (PKGBUILD)

Dan McGee dan at archlinux.org
Tue Aug 21 15:35:14 UTC 2007


    Date: Tuesday, August 21, 2007 @ 11:35:14
  Author: dan
    Path: /home/cvs-arch/arch/build/base/libarchive

Modified: PKGBUILD (1.4 -> 1.5)

current/base repo cleaning and organizing

* Add a 'base' group to all packages in the base directory. This may be
  refined later to something like base, base-extra, and base-dev, etc. but
  for now lets just stick with the simple.
* Add licenses to all packages in base that were missing them. Pretty sad when
  40% of our core packages didn't have license lines.
* Fix a few other typos, usage of sf.net mirrors, etc.


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


Index: arch/build/base/libarchive/PKGBUILD
diff -u arch/build/base/libarchive/PKGBUILD:1.4 arch/build/base/libarchive/PKGBUILD:1.5
--- arch/build/base/libarchive/PKGBUILD:1.4	Sun Aug 19 12:46:00 2007
+++ arch/build/base/libarchive/PKGBUILD	Tue Aug 21 11:35:13 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.4 2007/08/19 16:46:00 tpowa Exp $
+# $Id: PKGBUILD,v 1.5 2007/08/21 15:35:13 dan Exp $
 # Maintainer: Dan McGee <dan at archlinux.org>
 # Maintainer: Aaron Griffin <aaron at archlinux.org>
 pkgname=libarchive
@@ -7,7 +7,8 @@
 pkgdesc="library that can create and read several streaming archive formats"
 arch=(i686 x86_64)
 url="http://people.freebsd.org/~kientzle/libarchive/"
-license="BSD"
+license=('BSD')
+groups=('base')
 depends=('zlib' 'bzip2' 'acl')
 source=(http://people.freebsd.org/~kientzle/libarchive/src/libarchive-$pkgver.tar.gz)
 md5sums=('a8d23b9c37153093b2e6c03385fb3ad9')




More information about the arch-commits mailing list