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

Sergej Pupykin spupykin at archlinux.org
Mon Oct 1 14:20:15 UTC 2018


    Date: Monday, October 1, 2018 @ 14:20:14
  Author: spupykin
Revision: 388874

upgpkg: luasec 2:0.7-1

Modified:
  luasec/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-01 14:20:06 UTC (rev 388873)
+++ PKGBUILD	2018-10-01 14:20:14 UTC (rev 388874)
@@ -5,8 +5,8 @@
 pkgbase=luasec
 pkgname=(lua-sec lua51-sec lua52-sec)
 epoch=2
-pkgver=0.6
-pkgrel=2
+pkgver=0.7
+pkgrel=1
 pkgdesc='Lua bindings for OpenSSL library to provide TLS/SSL communication.'
 arch=('x86_64')
 url='https://github.com/brunoos/luasec/wiki'
@@ -15,14 +15,14 @@
 options=('!buildflags')
 source=("https://github.com/brunoos/luasec/archive/luasec-$pkgver.tar.gz"
         luasec-openssl-1.1.patch)
-md5sums=('14e1aef6d2aae96bbf98afc6b6634af2'
-         '729e64adcab9b4bd9f3d68521706ef0f')
+sha256sums=('2176e95b1d2a72a3235ede5d2aa9838050feee55dade8fdbde4be7fdc66f3a31'
+            '4db47716608a0424bce296678bd967a19d2dd5893df23d8e0e0e1fb0d5281c80')
 
 prepare() {
   # openssl 1.1 compatibility
-  cd luasec-luasec-$pkgver
-  patch -p1 -i ../luasec-openssl-1.1.patch
-  cd ..
+#  cd luasec-luasec-$pkgver
+#  patch -p1 -i ../luasec-openssl-1.1.patch
+#  cd ..
 
   cp -a luasec-luasec-$pkgver luasec-luasec-$pkgver-51
   cp -a luasec-luasec-$pkgver luasec-luasec-$pkgver-52



More information about the arch-commits mailing list