diff options
author | Nathan Harris <nharris@eoimaging.com> | 2009-07-18 15:09:40 (GMT) |
---|---|---|
committer | Nathan Harris <nharris@eoimaging.com> | 2009-07-18 15:09:40 (GMT) |
commit | 3922b1dcb14ff2c510b53cb4c72b52067fe72814 (patch) | |
tree | 1156fc4ea39e18ea25ce315be19ca221b09689b7 /abs/core-testing/libcups | |
parent | 0310bcfd0825692a74e8c32bff985cc6ae209c6e (diff) | |
download | linhes_pkgbuild-3922b1dcb14ff2c510b53cb4c72b52067fe72814.zip linhes_pkgbuild-3922b1dcb14ff2c510b53cb4c72b52067fe72814.tar.gz linhes_pkgbuild-3922b1dcb14ff2c510b53cb4c72b52067fe72814.tar.bz2 |
libcups: rebuild
Diffstat (limited to 'abs/core-testing/libcups')
-rw-r--r-- | abs/core-testing/libcups/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/libcups/PKGBUILD b/abs/core-testing/libcups/PKGBUILD index d2a9d5a..9b31bd0 100644 --- a/abs/core-testing/libcups/PKGBUILD +++ b/abs/core-testing/libcups/PKGBUILD @@ -3,14 +3,14 @@ pkgname=libcups pkgver=1.3.9 -pkgrel=3 +pkgrel=4 pkgdesc="The CUPS Printing System" arch=('i686' 'x86_64') license=('GPL') url="http://www.cups.org/" depends=('gnutls>=2.4.1' 'libtiff' 'libpng' 'heimdal>=1.2') source=(ftp://ftp.easysw.com/pub/cups/${pkgver}/cups-${pkgver}-source.tar.bz2) -md5sums=('cf63f451c356e6cabb08972d4d11c365') +md5sums=('72430b36094cf587cf2e0087047d5643') build() { cd ${srcdir}/cups-${pkgver} |