Date: Monday, January 25, 2010 @ 08:09:57 Author: allan Revision: 65229
upgpkg: abs 2.3.4.1-1 upstream update, add community-testing support, add hg and ruby prototypes and update/fix others, do not install svn2abs and rsyncd.conf.abs as they are of little use to the user Modified: abs/trunk/PKGBUILD Deleted: abs/trunk/ChangeLog -----------+ ChangeLog | 64 ------------------------------------------------------------ PKGBUILD | 6 ++--- 2 files changed, 3 insertions(+), 67 deletions(-) Deleted: ChangeLog =================================================================== --- ChangeLog 2010-01-25 12:10:25 UTC (rev 65228) +++ ChangeLog 2010-01-25 13:09:57 UTC (rev 65229) @@ -1,64 +0,0 @@ -2009-07-31 Allan McRae <al...@archlinux.org> - - * 2.3.3-1 - Upstream update - - add arch=('any') support - -2009-03-31 Allan McRae <al...@archlinux.org> - - * 2.3.2-2 - Improve install script handling of non-existent directories in ABS tree - -2009-03-31 Allan McRae <al...@archlinux.org> - - * 2.3.2-1 - Fix potential permission issues in the ABS tree - -2009-03-13 Allan McRae <al...@archlinux.org> - - * 2.3.1-1 - Upstream update - - various prototype updates - Removed install file - -2008-10-28 Allan McRae <al...@archlinux.org> - - * 2.3-1 - Upstream update - - add ability to download files using tarballs on pacman mirror - -2008-08-10 Allan McRae <al...@archlinux.org> - - * 2.2-1 - Upstream update - - adds ability to select which repos/packages - sync on commandline - - additional PKGBUILD and install script prototypes - -2008-04-19 Travis Willard <tra...@archlinux.org> - - * 2.1-1 - Upstream update - re-adds support for community - -2008-04-19 Travis Willard <tra...@archlinux.org> - - * 2.0-4 - Added install warning about /var/abs - -2008-04-15 Travis Willard <tra...@archlinux.org> - - * 2.0-3 - Added install message - Moved abs.conf to /etc instead of /etc/abs - -2008-04-13 Travis Willard <tra...@archlinux.org> - - * 2.0-2 - Moved rsyncd.conf.abs to /usr/share/abs - Made rsync server configurable - -2008-04-10 Travis Willard <tra...@archlinux.org> - - * 2.0-1 - Added ChangeLog - New rsync-based release Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-01-25 12:10:25 UTC (rev 65228) +++ PKGBUILD 2010-01-25 13:09:57 UTC (rev 65229) @@ -2,17 +2,17 @@ # Maintainer: Allan McRae <al...@archlinux.org> pkgname=abs -pkgver=2.3.3 +pkgver=2.3.4.1 pkgrel=1 pkgdesc="Utilities to download and work with the Arch Build System (ABS)" arch=('i686' 'x86_64') -url="http://projects.archlinux.org/?p=abs.git;a=summary" +url="http://projects.archlinux.org/abs.git/" license=('GPL') depends=('bash' 'rsync') backup=(etc/abs.conf) install=abs.install source=(ftp://ftp.archlinux.org/other/abs/${pkgname}-${pkgver}.tar.gz) -md5sums=('a65e55d96118532e1138ff107ac7f489') +md5sums=('286825d64f19f801d510ff1f7cc05ea6') build() { cd ${srcdir}/${pkgname}