diff options
Diffstat (limited to 'abs')
-rw-r--r-- | abs/extra-testing/neon/PKGBUILD | 4 | ||||
-rw-r--r-- | abs/extra-testing/subversion/PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/abs/extra-testing/neon/PKGBUILD b/abs/extra-testing/neon/PKGBUILD index 868e493..4aa3802 100644 --- a/abs/extra-testing/neon/PKGBUILD +++ b/abs/extra-testing/neon/PKGBUILD @@ -5,11 +5,11 @@ # KEEP LIBTOOL FILES! pkgname=neon pkgver=0.28.3 -pkgrel=1 +pkgrel=2 pkgdesc="HTTP and WebDAV client library with a C interface" arch=('i686' 'x86_64') license=('GPL' 'LGPL') -depends=('openssl>=0.9.8g-4' 'heimdal>=1.2-1' 'zlib' 'expat>=2.0.1' 'db>=4.7.25') +depends=('openssl>=0.9.8g-4' 'heimdal>=1.2.1' 'zlib' 'expat>=2.0.1' 'db>=4.7.25') url="http://www.webdav.org/neon/" source=(http://www.webdav.org/neon/${pkgname}-${pkgver}.tar.gz) md5sums=('47599a328862ce64ac3c52726d6daa12') diff --git a/abs/extra-testing/subversion/PKGBUILD b/abs/extra-testing/subversion/PKGBUILD index dec8845..36c2bea 100644 --- a/abs/extra-testing/subversion/PKGBUILD +++ b/abs/extra-testing/subversion/PKGBUILD @@ -4,12 +4,12 @@ pkgname=subversion pkgver=1.5.3 -pkgrel=1 +pkgrel=4 pkgdesc="Replacement for CVS, another versioning system (svn)" arch=(i686 x86_64) license=('apache' 'bsd') depends=('neon>=0.28.2-2' 'apr-util>=1.3.2-2') -makedepends=('heimdal>=1.2' 'db>=4.7' 'python>=2.5.2-4' +makedepends=('heimdal>=1.2.1' 'db>=4.7' 'python>=2.5.2-4' 'perl>=5.10.0-3' 'autoconf') source=(http://svn.collab.net/tarballs/${pkgname}-${pkgver}.tar.gz svnserve svn svnserve.conf) |