Skip to content

Commit

Permalink
Partially revert "Update p7zip to 17.05"
Browse files Browse the repository at this point in the history
Update to new project origin but do not update to 17.05 yet.

See: #81
See: #82

This reverts commit 7272555.
  • Loading branch information
travier committed Apr 1, 2024
1 parent f4bf1bd commit 5ef6878
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions org.kde.ark.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,14 +220,31 @@
"sources": [
{
"type": "archive",
"url": "https://github.com/p7zip-project/p7zip/archive/v17.05/p7zip-v17.05.tar.gz",
"sha256": "d2788f892571058c08d27095c22154579dfefb807ebe357d145ab2ddddefb1a6",
"url": "https://github.com/p7zip-project/p7zip/archive/v17.04/p7zip-v17.04.tar.gz",
"sha256": "ea029a2e21d2d6ad0a156f6679bd66836204aa78148a4c5e498fe682e77127ef",
"x-checker-data": {
"type": "anitya",
"project-id": 2583,
"stable-only": true,
"url-template": "https://github.com/p7zip-project/p7zip/archive/v$version/p7zip-v$version.tar.gz"
"url-template": "https://github.com/p7zip-project/p7zip/archive/v$version/p7zip-v$version.tar.gz",
"versions": {
"<": "17.05"
}
}
},
{
"type": "shell",
"commands": [
"sed -i 's|/usr/local|/app|g' makefile.common"
]
},
{
"type": "patch",
"path": "p7zip-norar.patch"
},
{
"type": "patch",
"path": "p7zip-archlinux-reverts_issue_112.patch"
}
]
},
Expand Down

0 comments on commit 5ef6878

Please sign in to comment.