summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordaurnimator2018-11-10 01:20:36 +1100
committerdaurnimator2018-11-10 01:21:44 +1100
commit9d2f4c3482966ea6485af909bc3f653bf803c766 (patch)
tree428093b0224551ea1c65e8f4c20ef47bedecc0d3
parente142476543a71341046c912906a9f5f190bc2d50 (diff)
downloadaur-9d2f4c3482966ea6485af909bc3f653bf803c766.tar.gz
Update to 20181102
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08b003d52051..7d34727f3b5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lua-luaossl
- pkgver = 20180708
- pkgrel = 0
+ pkgver = 20181102
+ pkgrel = 1
url = http://25thandclement.com/~william/projects/luaossl.html
arch = i686
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = lua-luaossl
makedepends = lua51
makedepends = lua52
depends = openssl
- source = https://github.com/wahern/luaossl/archive/rel-20180708.tar.gz
- md5sums = 1a22f9b445e996bfc9af7c16d2170b33
+ source = https://github.com/wahern/luaossl/archive/rel-20181102.tar.gz
+ md5sums = 66aa0e550cae993e4e406e8720aa0e60
pkgname = lua-luaossl
pkgdesc = Most comprehensive OpenSSL module in the Lua universe for Lua 5.3
diff --git a/PKGBUILD b/PKGBUILD
index 875ac248c0aa..d803f907fbf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Daurnimator <quae@daurnimator.com>
pkgname=(lua-luaossl lua51-luaossl lua52-luaossl)
-pkgver=20180708
-pkgrel=0
+pkgver=20181102
+pkgrel=1
arch=('i686' 'x86_64')
url='http://25thandclement.com/~william/projects/luaossl.html'
license=('MIT')
makedepends=('lua' 'lua51' 'lua52')
depends=('openssl')
source=(https://github.com/wahern/luaossl/archive/rel-$pkgver.tar.gz)
-md5sums=('1a22f9b445e996bfc9af7c16d2170b33')
+md5sums=('66aa0e550cae993e4e406e8720aa0e60')
+
build() {
cd luaossl-rel-$pkgver;
make prefix=/usr