[arch-commits] Commit in lua-cqueues/trunk (PKGBUILD)
Daurnimator
daurnimator at archlinux.org
Sun Jul 26 11:45:42 UTC 2020
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
===================================================================
--- PKGBUILD 2020-07-26 10:51:09 UTC (rev 665331)
+++ PKGBUILD 2020-07-26 11:45:42 UTC (rev 665332)
@@ -1,25 +1,16 @@
# Maintainer: Daurnimator <daurnimator at archlinux.org>
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
More information about the arch-commits
mailing list