Date: Monday, November 19, 2018 @ 08:16:29
  Author: mtorromeo
Revision: 408763

archrelease: copy trunk to community-x86_64

Added:
  libmodsecurity/repos/community-x86_64/PKGBUILD
    (from rev 408762, libmodsecurity/trunk/PKGBUILD)
Deleted:
  libmodsecurity/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-11-19 08:16:14 UTC (rev 408762)
+++ PKGBUILD    2018-11-19 08:16:29 UTC (rev 408763)
@@ -1,31 +0,0 @@
-# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com>
-
-pkgname=libmodsecurity
-pkgver=3.0.2
-pkgrel=3
-epoch=1
-
-pkgdesc='ModSecurity v3 library component'
-arch=('x86_64')
-depends=('yajl' 'curl' 'libxml2' 'pcre' 'geoip' 'libmaxminddb' 'ssdeep' 'lua')
-makedepends=('doxygen')
-url="https://github.com/SpiderLabs/ModSecurity/tree/v3/master";
-license=('APACHE')
-source=("https://github.com/SpiderLabs/ModSecurity/releases/download/v$pkgver/modsecurity-v$pkgver.tar.gz"{,.asc})
-sha256sums=('e9d7f4f33ddfc3335073f8c5efa7b6d83bd532535b6b836a300c60fc843d780b'
-            'SKIP')
-validpgpkeys=('190EFACCA1E9FA466A8ECD9CE6DFB08CE8B11277') # Felipe Zimmerle da 
Nobrega Costa <fel...@zimmerle.org>
-
-build() {
-       cd "$srcdir"/modsecurity-v$pkgver
-       ./build.sh
-       ./configure \
-               --prefix=/usr \
-               --disable-examples
-       make
-}
-
-package() {
-       cd "$srcdir"/modsecurity-v$pkgver
-       make DESTDIR="$pkgdir" install
-}

Copied: libmodsecurity/repos/community-x86_64/PKGBUILD (from rev 408762, 
libmodsecurity/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-11-19 08:16:29 UTC (rev 408763)
@@ -0,0 +1,31 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com>
+
+pkgname=libmodsecurity
+pkgver=3.0.3
+pkgrel=1
+epoch=1
+
+pkgdesc='ModSecurity v3 library component'
+arch=('x86_64')
+depends=('yajl' 'curl' 'libxml2' 'pcre' 'geoip' 'libmaxminddb' 'ssdeep' 
'luajit')
+makedepends=('doxygen')
+url="https://github.com/SpiderLabs/ModSecurity/tree/v3/master";
+license=('APACHE')
+source=("https://github.com/SpiderLabs/ModSecurity/releases/download/v$pkgver/modsecurity-v$pkgver.tar.gz"{,.asc})
+sha256sums=('8aa1300105d8cc23315a5e54421192bc617a66246ad004bd89e67c232208d0f4'
+            'SKIP')
+validpgpkeys=('190EFACCA1E9FA466A8ECD9CE6DFB08CE8B11277') # Felipe Zimmerle da 
Nobrega Costa <fel...@zimmerle.org>
+
+build() {
+       cd "$srcdir"/modsecurity-v$pkgver
+       ./build.sh
+       ./configure \
+               --prefix=/usr \
+               --disable-examples
+       make
+}
+
+package() {
+       cd "$srcdir"/modsecurity-v$pkgver
+       make DESTDIR="$pkgdir" install
+}

Reply via email to