Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
652
Issues
652
List
Boards
Labels
Service Desk
Milestones
Merge Requests
182
Merge Requests
182
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
5a461824
Commit
5a461824
authored
Apr 04, 2017
by
Jakub Jirutka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/lua-xml: change source URL, original upstream is not available
parent
1b40c9d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
11 deletions
+7
-11
main/lua-xml/APKBUILD
main/lua-xml/APKBUILD
+7
-11
No files found.
main/lua-xml/APKBUILD
View file @
5a461824
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
_luaversions
=
"5.1 5.2"
pkgname
=
lua-xml
_name
=
LuaXML
_name
=
luaxml
pkgver
=
130610
pkgrel
=
3
pkgrel
=
4
pkgdesc
=
"a minimal set of functions for the processing of XML data in Lua"
url
=
"http
://viremo.eludi.net/LuaXML/index.ht
ml"
url
=
"http
s://github.com/LuaDist2/luax
ml"
arch
=
"all"
license
=
"MIT"
depends
=
...
...
@@ -16,11 +16,11 @@ for _v in $_luaversions; do
makedepends
=
"
$makedepends
lua
$_v
-dev"
subpackages
=
"
$subpackages
lua
$_v
-xml:split_
${
_v
/./_
}
"
done
source
=
"
http://viremo.eludi.net/LuaXML/LuaXML_
$pkgver
.zip
# Original upstream http://viremo.eludi.net/LuaXML/ is not available anymore.
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/LuaDist2/
$_name
/archive/
$pkgver
-1.tar.gz
0001-Fix-error-where-TAG-should-be-xml.TAG.patch"
_builddir
=
"
$srcdir
"
_builddir
=
"
$srcdir
/
$_name
-
$pkgver
-1
"
prepare
()
{
cd
"
$_builddir
"
...
...
@@ -72,9 +72,5 @@ for _v in $_luaversions; do
eval
"split_
${
_v
/./_
}
() { _split
$_v
; }"
done
md5sums
=
"25e4c276c5d8716af1de0c7853aec2b4 LuaXML_130610.zip
a22f3177c2e00c5e51836a4a49c70321 0001-Fix-error-where-TAG-should-be-xml.TAG.patch"
sha256sums
=
"f2c7475c9ff842d110cfcbc0d0859856b4df18baea3edb5b9379c41a92415e6e LuaXML_130610.zip
979ec2c6610651bcbb6dd8184ca6d673e98cb2adfe5af83b1366f48ce6cfb398 0001-Fix-error-where-TAG-should-be-xml.TAG.patch"
sha512sums
=
"8f4ab1ba0b186ae8778ec7e2cdf5ebb403233ac9a551c6e476d0554bc27b0eb16a69a070c56747d59d6ee7aa53be70245d9be302ca69ea02226c3543b0ca654f LuaXML_130610.zip
sha512sums
=
"aabac62b5e748c04cd3591e5c2e6b417909c7a9efa1ff6c3dd1f546a2387220eb7fa1ffa56d3be0718a84a6fed51f287b68c7d334661c66787f7024d76142dfc lua-xml-130610.tar.gz
60ba65a0d47065e2609ca4d5c8d994fc29b9d4c6b5b0a060fa7f83612c71937999648e48dd26063f6528811eb053fe912ee5b6c4465576912c9dacb9bb406cae 0001-Fix-error-where-TAG-should-be-xml.TAG.patch"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment