diff options
Diffstat (limited to 'abs/extra/librelp')
-rw-r--r-- | abs/extra/librelp/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/abs/extra/librelp/PKGBUILD b/abs/extra/librelp/PKGBUILD index a127fed..6a6e56a 100644 --- a/abs/extra/librelp/PKGBUILD +++ b/abs/extra/librelp/PKGBUILD @@ -1,18 +1,18 @@ # Maintainer: Kaiting Chen <kaiting.chen@kiwilight.com> pkgname='librelp' -pkgver='1.2.7' -pkgrel=3 +pkgver=1.2.12 +pkgrel=1 pkgdesc="The Reliable Event Logging Protocol" url="http://www.librelp.com/" arch=('i686' 'x86_64') license=('GPL3') depends=('gnutls') source=("http://download.rsyslog.com/librelp/librelp-${pkgver}.tar.gz") -md5sums=('26e02602490af3a681a2a13e6ce29efb') +md5sums=('b99eb5e5eb77b4fd999e440876106aee') build() { - cd ${srcdir}/${pkgname}-${pkgver} + cd "$srcdir"/${pkgname}-${pkgver} ./configure --prefix=/usr make } |