summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordaurnimator2019-08-01 00:20:34 +1000
committerdaurnimator2019-08-01 00:20:34 +1000
commit7d1b0cd4bb347f7bcb1ff8ff3636e8999ed7ef1a (patch)
treec5d7084cd30c8b9fff2fb0f8753bede4a8d0d484
parentd5adf07b79e1ae4e651b3969830fea6afbacd842 (diff)
downloadaur-7d1b0cd4bb347f7bcb1ff8ff3636e8999ed7ef1a.tar.gz
Update to 20190731
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b48033d7f85..4907b4adde0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = lua-cqueues
- pkgver = 20171014
+ pkgver = 20190731
pkgrel = 1
url = http://25thandclement.com/~william/projects/cqueues.html
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = lua-cqueues
makedepends = lua51
makedepends = lua52
depends = openssl
- source = lua-cqueues-20171014.tar.gz::https://github.com/wahern/cqueues/archive/rel-20171014.tar.gz
- md5sums = d3912ad77724b223e24d1ba55e9a9293
+ source = lua-cqueues-20190731.tar.gz::https://github.com/wahern/cqueues/archive/rel-20190731.tar.gz
+ md5sums = 551951f6bdd521d56643d8f25b58d6ab
pkgname = lua-cqueues
pkgdesc = Continuation Queues: Embeddable asynchronous networking, threading, and notification framework for Lua 5.3
diff --git a/PKGBUILD b/PKGBUILD
index f00331ba0c56..98aa1211cc70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daurnimator <quae@daurnimator.com>
pkgname=('lua-cqueues' 'lua51-cqueues' 'lua52-cqueues')
-pkgver=20171014
+pkgver=20190731
pkgrel=1
arch=('x86_64')
url='http://25thandclement.com/~william/projects/cqueues.html'
@@ -9,7 +9,7 @@ license=('MIT')
makedepends=('lua' 'lua51' 'lua52')
depends=('openssl')
source=("$pkgname-$pkgver.tar.gz::https://github.com/wahern/cqueues/archive/rel-$pkgver.tar.gz")
-md5sums=('d3912ad77724b223e24d1ba55e9a9293')
+md5sums=('551951f6bdd521d56643d8f25b58d6ab')
build() {
cd "cqueues-rel-$pkgver"