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

2020-07-26 Thread Daurnimator via arch-commits
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
===
--- PKGBUILD2020-07-26 12:58:23 UTC (rev 665345)
+++ PKGBUILD2020-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


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

2020-07-26 Thread Daurnimator via arch-commits
Date: Sunday, July 26, 2020 @ 11:45:42
  Author: daurnimator
Revision: 665332

upgpkg: lua-cqueues 20200726-1

Modified:
  lua-cqueues/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-26 10:51:09 UTC (rev 665331)
+++ PKGBUILD2020-07-26 11:45:42 UTC (rev 665332)
@@ -1,25 +1,16 @@
 # Maintainer: Daurnimator 
 
 pkgname=('lua-cqueues' 'lua51-cqueues' 'lua52-cqueues' 'lua53-cqueues')
-pkgver=20200603
-pkgrel=2
+pkgver=20200726
+pkgrel=1
 arch=('x86_64')
 url='http://25thandclement.com/~william/projects/cqueues.html'
 license=('MIT')
 makedepends=('lua' 'lua51' 'lua52' 'lua53')
 depends=('openssl')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/wahern/cqueues/archive/rel-$pkgver.tar.gz";
-   
"lua54.patch::https://src.fedoraproject.org/rpms/lua-cqueues/raw/5d7117c6ac061cc185f45af448845b0943577b58/f/lua-cqueues-20200603-lua-5.4.patch";)
-md5sums=('1c93648a274e780542b617d4729d4427'
- '4eba795b85b147b2ea3fedac94bf5567')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/wahern/cqueues/archive/rel-$pkgver.tar.gz";)
+md5sums=('fb21e8404cea86191e9658669eb44118')
 
-prepare() {
-   # https://github.com/wahern/cqueues/issues/239
-   # 
https://src.fedoraproject.org/rpms/lua-cqueues/c/5d7117c6ac061cc185f45af448845b0943577b58?branch=master
-   cd "cqueues-rel-$pkgver"
-   patch -p1 < ../lua54.patch
-}
-
 build() {
cd "cqueues-rel-$pkgver"
make prefix=/usr


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

2020-07-18 Thread Anatol Pomozov via arch-commits
Date: Sunday, July 19, 2020 @ 01:32:56
  Author: anatolik
Revision: 664508

upgpkg: lua-cqueues 20200603-2: Lua 5.4 rebuild

Modified:
  lua-cqueues/trunk/PKGBUILD

--+
 PKGBUILD |   29 +++--
 1 file changed, 23 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-19 01:24:29 UTC (rev 664507)
+++ PKGBUILD2020-07-19 01:32:56 UTC (rev 664508)
@@ -1,16 +1,25 @@
 # Maintainer: Daurnimator 
 
-pkgname=('lua-cqueues' 'lua51-cqueues' 'lua52-cqueues')
+pkgname=('lua-cqueues' 'lua51-cqueues' 'lua52-cqueues' 'lua53-cqueues')
 pkgver=20200603
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='http://25thandclement.com/~william/projects/cqueues.html'
 license=('MIT')
-makedepends=('lua' 'lua51' 'lua52')
+makedepends=('lua' 'lua51' 'lua52' 'lua53')
 depends=('openssl')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/wahern/cqueues/archive/rel-$pkgver.tar.gz";)
-md5sums=('1c93648a274e780542b617d4729d4427')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/wahern/cqueues/archive/rel-$pkgver.tar.gz";
+   
"lua54.patch::https://src.fedoraproject.org/rpms/lua-cqueues/raw/5d7117c6ac061cc185f45af448845b0943577b58/f/lua-cqueues-20200603-lua-5.4.patch";)
+md5sums=('1c93648a274e780542b617d4729d4427'
+ '4eba795b85b147b2ea3fedac94bf5567')
 
+prepare() {
+   # https://github.com/wahern/cqueues/issues/239
+   # 
https://src.fedoraproject.org/rpms/lua-cqueues/c/5d7117c6ac061cc185f45af448845b0943577b58?branch=master
+   cd "cqueues-rel-$pkgver"
+   patch -p1 < ../lua54.patch
+}
+
 build() {
cd "cqueues-rel-$pkgver"
make prefix=/usr
@@ -20,7 +29,7 @@
pkgdesc='Continuation Queues: Embeddable asynchronous networking, 
threading, and notification framework for Lua 5.3'
 
cd "cqueues-rel-$pkgver"
-   make DESTDIR="$pkgdir" prefix=/usr install5.3
+   make DESTDIR="$pkgdir" prefix=/usr install5.4
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
@@ -39,3 +48,11 @@
make DESTDIR="$pkgdir" prefix=/usr install5.2
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
+
+package_lua53-cqueues() {
+   pkgdesc='Continuation Queues: Embeddable asynchronous networking, 
threading, and notification framework for Lua 5.3'
+
+   cd "cqueues-rel-$pkgver"
+   make DESTDIR="$pkgdir" prefix=/usr install5.3
+   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-06-03 Thread Daurnimator via arch-commits
Date: Wednesday, June 3, 2020 @ 07:02:43
  Author: daurnimator
Revision: 638158

upgpkg: lua-cqueues 20200603-1

Modified:
  lua-cqueues/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 06:53:05 UTC (rev 638157)
+++ PKGBUILD2020-06-03 07:02:43 UTC (rev 638158)
@@ -1,7 +1,7 @@
 # Maintainer: Daurnimator 
 
 pkgname=('lua-cqueues' 'lua51-cqueues' 'lua52-cqueues')
-pkgver=20190813
+pkgver=20200603
 pkgrel=1
 arch=('x86_64')
 url='http://25thandclement.com/~william/projects/cqueues.html'
@@ -9,7 +9,7 @@
 makedepends=('lua' 'lua51' 'lua52')
 depends=('openssl')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/wahern/cqueues/archive/rel-$pkgver.tar.gz";)
-md5sums=('24b6f642514dabc9fb7996d2595060fa')
+md5sums=('1c93648a274e780542b617d4729d4427')
 
 build() {
cd "cqueues-rel-$pkgver"