Date: Saturday, April 17, 2010 @ 12:17:46 Author: thayer Revision: 77750
upgpkg: archlinux-themes-slim 1.2-2 PKGBUILD cleanup and switched to 'any' architecture Modified: archlinux-themes-slim/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-04-17 16:13:14 UTC (rev 77749) +++ PKGBUILD 2010-04-17 16:17:46 UTC (rev 77750) @@ -1,15 +1,15 @@ # $Id$ +# Maintainer: Thayer Williams <[email protected]> # Contributor: Thayer Williams <[email protected]> -# Maintainer: Thayer Williams <[email protected]> pkgname=archlinux-themes-slim pkgver=1.2 -pkgrel=1 -pkgdesc="Arch Linux themes for the SLiM login manager" -arch=(i686 x86_64) +pkgrel=2 +pkgdesc="Arch Linux branded themes for the SLiM login manager" +arch=('any') url="http://www.archlinux.org/" license=('CCPL:cc-by-sa') -depends=('slim') +optdepends=('slim: login manager providing theme support') source=(ftp://ftp.archlinux.org/other/artwork/${pkgname}-${pkgver}.tar.gz) md5sums=('f9b7c231ec26c93fc89ecadfa2d0e250')
