[arch-commits] Commit in lua-cqueues/trunk (PKGBUILD)
Daurnimator
daurnimator at archlinux.org
Sun Jul 26 13:12:59 UTC 2020
Date: Sunday, July 26, 2020 @ 13:12:59
Author: daurnimator
Revision: 665346
upgpkg: lua-cqueues 20200726-2: fix pkgdesc for Lua 5.4 split package
Modified:
lua-cqueues/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-26 12:58:23 UTC (rev 665345)
+++ PKGBUILD 2020-07-26 13:12:59 UTC (rev 665346)
@@ -2,7 +2,7 @@
pkgname=('lua-cqueues' 'lua51-cqueues' 'lua52-cqueues' 'lua53-cqueues')
pkgver=20200726
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url='http://25thandclement.com/~william/projects/cqueues.html'
license=('MIT')
@@ -17,7 +17,7 @@
}
package_lua-cqueues() {
- pkgdesc='Continuation Queues: Embeddable asynchronous networking, threading, and notification framework for Lua 5.3'
+ pkgdesc='Continuation Queues: Embeddable asynchronous networking, threading, and notification framework for Lua 5.4'
cd "cqueues-rel-$pkgver"
make DESTDIR="$pkgdir" prefix=/usr install5.4
More information about the arch-commits
mailing list