mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/lua-aports: upgrade to 0.6.1
This commit is contained in:
parent
70526019bc
commit
044aff334d
@ -1,6 +1,6 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=lua-aports
|
||||
pkgver=0.6.0
|
||||
pkgver=0.6.1
|
||||
pkgrel=0
|
||||
pkgdesc="Lua modules for parsing aports tree"
|
||||
url="http://dev.alpinelinux.org/archive/lua-aports/"
|
||||
@ -8,8 +8,7 @@ arch="noarch"
|
||||
license="MIT"
|
||||
depends="lua5.2-cjson lua5.2-filesystem lua5.2-optarg lua5.2"
|
||||
replaces="abuild"
|
||||
source="http://dev.alpinelinux.org/archive/lua-aports/lua-aports-$pkgver.tar.xz
|
||||
fix-makefile.patch"
|
||||
source="http://dev.alpinelinux.org/archive/lua-aports/lua-aports-$pkgver.tar.xz"
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
package() {
|
||||
@ -17,5 +16,4 @@ package() {
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
sha512sums="32039f860ee8297e8c67bb56418657769bcf0a877738d01c95cb6ab6b0c9abd766a8855d41df83dc4e59fc3c39a5bf02e9b59ff1750388d772b969534b17fbe0 lua-aports-0.6.0.tar.xz
|
||||
a46292422bd297f0710d4f1544ca4763b874006e1018ab59f7b6613e54d059ae4de19649ccc152ac63d2cff6d80f95cc05fd06e3f908de295d2c268bdc890cc1 fix-makefile.patch"
|
||||
sha512sums="6dec47ff73b47057d81e19cf59539d3cd68f93ec30074ee7ed2c5aa93fd7950993b04fcd93b2100b537bc05da08453be7370513754e88ca041ed0c936a7530f9 lua-aports-0.6.1.tar.xz"
|
||||
|
||||
@ -1,21 +0,0 @@
|
||||
From 4efd713435315918becc1a838fa3fb4f29e13d58 Mon Sep 17 00:00:00 2001
|
||||
From: Jakub Jirutka <jakub@jirutka.cz>
|
||||
Date: Mon, 24 Jul 2017 21:47:54 +0200
|
||||
Subject: [PATCH] makefile: add dump.lua
|
||||
|
||||
---
|
||||
Makefile | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/Makefile b/Makefile
|
||||
index 22d5f77..22c68ce 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -10,6 +10,7 @@ aportsfiles= \
|
||||
abuild.lua \
|
||||
apkrepo.lua \
|
||||
db.lua \
|
||||
+ dump.lua \
|
||||
pkg.lua
|
||||
|
||||
binfiles=buildrepo.lua ap.lua
|
||||
Loading…
x
Reference in New Issue
Block a user