Date: Monday, January 25, 2010 @ 08:12:35 Author: allan Revision: 65231
Merged revisions 49692,55880,65229 via svnmerge from svn+ssh://gerolde.archlinux.org/srv/svn-packages/abs/trunk ........ r49692 | allan | 2009-08-15 16:16:02 +1000 (Sat, 15 Aug 2009) | 1 line fix url ........ r55880 | andrea | 2009-10-16 00:05:28 +1000 (Fri, 16 Oct 2009) | 1 line fixed url ........ r65229 | allan | 2010-01-25 23:09:57 +1000 (Mon, 25 Jan 2010) | 2 lines 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/repos/extra-x86_64/ (properties) abs/repos/extra-x86_64/PKGBUILD Deleted: abs/repos/extra-x86_64/ChangeLog -----------+ ChangeLog | 64 ------------------------------------------------------------ PKGBUILD | 6 ++--- 2 files changed, 3 insertions(+), 67 deletions(-) Property changes on: abs/repos/extra-x86_64 ___________________________________________________________________ Modified: svnmerge-integrated - /abs/trunk:1-48091 + /abs/trunk:1-65230 Deleted: extra-x86_64/ChangeLog =================================================================== --- extra-x86_64/ChangeLog 2010-01-25 13:11:11 UTC (rev 65230) +++ extra-x86_64/ChangeLog 2010-01-25 13:12:35 UTC (rev 65231) @@ -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: extra-x86_64/PKGBUILD =================================================================== --- extra-x86_64/PKGBUILD 2010-01-25 13:11:11 UTC (rev 65230) +++ extra-x86_64/PKGBUILD 2010-01-25 13:12:35 UTC (rev 65231) @@ -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/git/?p=abs.git" +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}