Date: Thursday, August 19, 2021 @ 07:35:13 Author: alerque Revision: 1003765
upgpkg: penlight 1.11.0 Modified: penlight/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-08-19 07:30:27 UTC (rev 1003764) +++ PKGBUILD 2021-08-19 07:35:13 UTC (rev 1003765) @@ -1,4 +1,5 @@ # Maintainer: Daurnimator <[email protected]> +# Maintainer: Caleb Maclennan <[email protected]> # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> # Contributor: Sébastien Luttringer # Contributor: SpepS <dreamspepser at yahoo dot it> @@ -7,7 +8,7 @@ pkgbase=penlight pkgname=('lua-penlight' 'lua53-penlight' 'lua52-penlight' 'lua51-penlight') -pkgver=1.10.0 +pkgver=1.11.0 pkgrel=1 pkgdesc='Lua libraries focusing on input data handling' url='https://github.com/lunarmodules/Penlight' @@ -19,18 +20,9 @@ 'lua52-filesystem' 'lua53-filesystem' 'lua-filesystem') -source=("https://github.com/lunarmodules/Penlight/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz" - "https://github.com/lunarmodules/Penlight/commit/10dfaea6adfddab4f138faad67b563b7c33c90a3.patch") -sha256sums=('570e77070ce31051f3054c418215cf3931f2026e181e44abcc69301a2f86ba67' - '4d12ec4f4b8718b9de62a376dce26b3c8fdace841dec7938a64ddb55fbeaf23f') +source=("https://github.com/lunarmodules/Penlight/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz") +sha256sums=('710782d5b64d9e2c658c1d3018e6b203ac8e7af608ed22382dca573fbdb4f1b3') -prepare() { - cd Penlight-${pkgver} - - # https://github.com/lunarmodules/Penlight/pull/379 - patch -p1 < ../10dfaea6adfddab4f138faad67b563b7c33c90a3.patch -} - build() { cd Penlight-${pkgver}
