[arch-commits] Commit in lua-cqueues/repos/community-x86_64 (PKGBUILD PKGBUILD)

Daurnimator daurnimator at archlinux.org
Wed Jun 3 07:03:25 UTC 2020


    Date: Wednesday, June 3, 2020 @ 07:03:12
  Author: daurnimator
Revision: 638159

archrelease: copy trunk to community-x86_64

Added:
  lua-cqueues/repos/community-x86_64/PKGBUILD
    (from rev 638158, lua-cqueues/trunk/PKGBUILD)
Deleted:
  lua-cqueues/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-03 07:02:43 UTC (rev 638158)
+++ PKGBUILD	2020-06-03 07:03:12 UTC (rev 638159)
@@ -1,41 +0,0 @@
-# Maintainer: Daurnimator <daurnimator at archlinux.org>
-
-pkgname=('lua-cqueues' 'lua51-cqueues' 'lua52-cqueues')
-pkgver=20190813
-pkgrel=1
-arch=('x86_64')
-url='http://25thandclement.com/~william/projects/cqueues.html'
-license=('MIT')
-makedepends=('lua' 'lua51' 'lua52')
-depends=('openssl')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/wahern/cqueues/archive/rel-$pkgver.tar.gz")
-md5sums=('24b6f642514dabc9fb7996d2595060fa')
-
-build() {
-	cd "cqueues-rel-$pkgver"
-	make prefix=/usr
-}
-
-package_lua-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"
-}
-
-package_lua51-cqueues() {
-	pkgdesc='Continuation Queues: Embeddable asynchronous networking, threading, and notification framework for Lua 5.1'
-
-	cd "cqueues-rel-$pkgver"
-	make DESTDIR="$pkgdir" prefix=/usr install5.1
-	install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_lua52-cqueues() {
-	pkgdesc='Continuation Queues: Embeddable asynchronous networking, threading, and notification framework for Lua 5.2'
-
-	cd "cqueues-rel-$pkgver"
-	make DESTDIR="$pkgdir" prefix=/usr install5.2
-	install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: lua-cqueues/repos/community-x86_64/PKGBUILD (from rev 638158, lua-cqueues/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-03 07:03:12 UTC (rev 638159)
@@ -0,0 +1,41 @@
+# Maintainer: Daurnimator <daurnimator at archlinux.org>
+
+pkgname=('lua-cqueues' 'lua51-cqueues' 'lua52-cqueues')
+pkgver=20200603
+pkgrel=1
+arch=('x86_64')
+url='http://25thandclement.com/~william/projects/cqueues.html'
+license=('MIT')
+makedepends=('lua' 'lua51' 'lua52')
+depends=('openssl')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/wahern/cqueues/archive/rel-$pkgver.tar.gz")
+md5sums=('1c93648a274e780542b617d4729d4427')
+
+build() {
+	cd "cqueues-rel-$pkgver"
+	make prefix=/usr
+}
+
+package_lua-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"
+}
+
+package_lua51-cqueues() {
+	pkgdesc='Continuation Queues: Embeddable asynchronous networking, threading, and notification framework for Lua 5.1'
+
+	cd "cqueues-rel-$pkgver"
+	make DESTDIR="$pkgdir" prefix=/usr install5.1
+	install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_lua52-cqueues() {
+	pkgdesc='Continuation Queues: Embeddable asynchronous networking, threading, and notification framework for Lua 5.2'
+
+	cd "cqueues-rel-$pkgver"
+	make DESTDIR="$pkgdir" prefix=/usr install5.2
+	install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list