[arch-commits] Commit in libmodsecurity/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-11-19 Thread Massimiliano Torromeo via arch-commits
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
===
--- PKGBUILD2018-11-19 08:16:14 UTC (rev 408762)
+++ PKGBUILD2018-11-19 08:16:29 UTC (rev 408763)
@@ -1,31 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-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 
-
-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)
+++ PKGBUILD2018-11-19 08:16:29 UTC (rev 408763)
@@ -0,0 +1,31 @@
+# Maintainer: Massimiliano Torromeo 
+
+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 
+
+build() {
+   cd "$srcdir"/modsecurity-v$pkgver
+   ./build.sh
+   ./configure \
+   --prefix=/usr \
+   --disable-examples
+   make
+}
+
+package() {
+   cd "$srcdir"/modsecurity-v$pkgver
+   make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libmodsecurity/trunk (PKGBUILD)

2018-11-19 Thread Massimiliano Torromeo via arch-commits
Date: Monday, November 19, 2018 @ 08:16:14
  Author: mtorromeo
Revision: 408762

upgpkg: libmodsecurity 1:3.0.3-1

Modified:
  libmodsecurity/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-19 08:16:07 UTC (rev 408761)
+++ PKGBUILD2018-11-19 08:16:14 UTC (rev 408762)
@@ -1,18 +1,18 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=libmodsecurity
-pkgver=3.0.2
-pkgrel=3
+pkgver=3.0.3
+pkgrel=1
 epoch=1
 
 pkgdesc='ModSecurity v3 library component'
 arch=('x86_64')
-depends=('yajl' 'curl' 'libxml2' 'pcre' 'geoip' 'libmaxminddb' 'ssdeep' 'lua')
+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=('e9d7f4f33ddfc3335073f8c5efa7b6d83bd532535b6b836a300c60fc843d780b'
+sha256sums=('8aa1300105d8cc23315a5e54421192bc617a66246ad004bd89e67c232208d0f4'
 'SKIP')
 validpgpkeys=('190EFACCA1E9FA466A8ECD9CE6DFB08CE8B11277') # Felipe Zimmerle da 
Nobrega Costa 
 


[arch-commits] Commit in xonsh/repos/community-any (4 files)

2018-11-19 Thread Jerome Leclanche via arch-commits
Date: Monday, November 19, 2018 @ 08:15:28
  Author: jleclanche
Revision: 408759

archrelease: copy trunk to community-any

Added:
  xonsh/repos/community-any/PKGBUILD
(from rev 408758, xonsh/trunk/PKGBUILD)
  xonsh/repos/community-any/xonsh.install
(from rev 408758, xonsh/trunk/xonsh.install)
Deleted:
  xonsh/repos/community-any/PKGBUILD
  xonsh/repos/community-any/xonsh.install

---+
 PKGBUILD  |   42 +-
 xonsh.install |   22 +++---
 2 files changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-19 08:15:17 UTC (rev 408758)
+++ PKGBUILD2018-11-19 08:15:28 UTC (rev 408759)
@@ -1,21 +0,0 @@
-# Maintainer: Jerome Leclanche 
-
-pkgname=xonsh
-pkgver=0.8.2
-pkgrel=1
-pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
-url="http://xon.sh/;
-arch=("any")
-license=("BSD")
-depends=("python" "python-ply")
-optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
-makedepends=("python-setuptools")
-source=("$pkgname-$pkgver.zip::https://github.com/xonsh/xonsh/archive/$pkgver.zip;)
-install=xonsh.install
-sha256sums=("14897e6b6d9ffc8100fb76d85763f13feabed49a823adaff0c0dddeeb9213671")
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   python setup.py install --root="$pkgdir"
-   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
-}

Copied: xonsh/repos/community-any/PKGBUILD (from rev 408758, 
xonsh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-19 08:15:28 UTC (rev 408759)
@@ -0,0 +1,21 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=xonsh
+pkgver=0.8.3
+pkgrel=1
+pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
+url="http://xon.sh/;
+arch=("any")
+license=("BSD")
+depends=("python" "python-ply")
+optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
+makedepends=("python-setuptools")
+source=("$pkgname-$pkgver.zip::https://github.com/xonsh/xonsh/archive/$pkgver.zip;)
+install=xonsh.install
+sha256sums=("19268e50adcf2ca5b9d6fad877a1c8d801f25865e8a554e345661c3c16ff3477")
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   python setup.py install --root="$pkgdir"
+   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
+}

Deleted: xonsh.install
===
--- xonsh.install   2018-11-19 08:15:17 UTC (rev 408758)
+++ xonsh.install   2018-11-19 08:15:28 UTC (rev 408759)
@@ -1,11 +0,0 @@
-post_install() {
-   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
-}
-
-post_remove() {
-   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
-}
-
-post_upgrade() {
-   post_install
-}

Copied: xonsh/repos/community-any/xonsh.install (from rev 408758, 
xonsh/trunk/xonsh.install)
===
--- xonsh.install   (rev 0)
+++ xonsh.install   2018-11-19 08:15:28 UTC (rev 408759)
@@ -0,0 +1,11 @@
+post_install() {
+   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
+}
+
+post_remove() {
+   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
+}
+
+post_upgrade() {
+   post_install
+}


[arch-commits] Commit in xonsh/trunk (PKGBUILD)

2018-11-19 Thread Jerome Leclanche via arch-commits
Date: Monday, November 19, 2018 @ 08:15:17
  Author: jleclanche
Revision: 408758

upgpkg: xonsh 0.8.3-1

Upstream release 0.8.3

Modified:
  xonsh/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-19 05:34:05 UTC (rev 408757)
+++ PKGBUILD2018-11-19 08:15:17 UTC (rev 408758)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=xonsh
-pkgver=0.8.2
+pkgver=0.8.3
 pkgrel=1
 pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
 url="http://xon.sh/;
@@ -12,7 +12,7 @@
 makedepends=("python-setuptools")
 
source=("$pkgname-$pkgver.zip::https://github.com/xonsh/xonsh/archive/$pkgver.zip;)
 install=xonsh.install
-sha256sums=("14897e6b6d9ffc8100fb76d85763f13feabed49a823adaff0c0dddeeb9213671")
+sha256sums=("19268e50adcf2ca5b9d6fad877a1c8d801f25865e8a554e345661c3c16ff3477")
 
 package() {
cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in deepin-qt5dxcb-plugin/trunk (PKGBUILD)

2018-11-19 Thread Felix Yan via arch-commits
Date: Monday, November 19, 2018 @ 08:15:43
  Author: felixonmars
Revision: 408760

upgpkg: deepin-qt5dxcb-plugin 1.1.14-1

Modified:
  deepin-qt5dxcb-plugin/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-19 08:15:28 UTC (rev 408759)
+++ PKGBUILD2018-11-19 08:15:43 UTC (rev 408760)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-qt5dxcb-plugin
-pkgver=1.1.13
+pkgver=1.1.14
 pkgrel=1
 pkgdesc='Qt platform plugins for DDE'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('qt5-xcb-private-headers' 'libglvnd')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/qt5dxcb-plugin/archive/$pkgver.tar.gz;)
-sha512sums=('19a013069e74eb5d797334bf91c10a27e2868d6a1715bb1fbdf1fe5fcbefd401bef9c7d0310433aa360c9605bb9c61d34055edc6091f63481a6eb0593a18c05c')
+sha512sums=('4be9265620d4f97348a440ac56e999c41c78f70adb7442bb410e2f90d8e656bb72e8e36f9a2f0c7a1ab51150bd97fde220f24bd3b641f7182a70ca4cfb2a54f0')
 
 prepare() {
   cd qt5dxcb-plugin-$pkgver


<    1   2   3