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
677
Issues
677
List
Boards
Labels
Service Desk
Milestones
Merge Requests
156
Merge Requests
156
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
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
87f1d11e
Commit
87f1d11e
authored
Aug 18, 2019
by
Leo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing/quilt: upgrade to 0.66
parent
87147ac7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
9 deletions
+4
-9
testing/quilt/APKBUILD
testing/quilt/APKBUILD
+4
-9
No files found.
testing/quilt/APKBUILD
View file @
87f1d11e
# Maintainer: Breno Leitao <breno.leitao@gmail.com>
pkgname
=
quilt
pkgver
=
0.6
5
pkgrel
=
1
pkgver
=
0.6
6
pkgrel
=
0
pkgdesc
=
"Quilt allows you to easily manage large numbers of patches by keeping track of the changes each patch makes"
url
=
"https://savannah.nongnu.org/projects/quilt"
arch
=
"noarch"
...
...
@@ -9,13 +9,9 @@ license="GPL"
depends
=
"bash bzip2 diffutils gawk gettext patch"
makedepends
=
"lynx perl procmail sed"
subpackages
=
"
$pkgname
-doc
$pkgname
-lang"
source
=
"https://download.savannah.gnu.org/releases/
$pkgname
/
$pkgname
-
$pkgver
.tar.gz"
builddir
=
$srcdir
/
$pkgname
-
$pkgver
source
=
"https://download.savannah.gnu.org/releases/quilt/quilt-
$pkgver
.tar.gz"
build
()
{
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
...
...
@@ -25,8 +21,7 @@ build() {
}
package
()
{
cd
"
$builddir
"
make
BUILD_ROOT
=
"
$pkgdir
"
install
}
sha512sums
=
"
37dffe34fe209371f2fbc0af2dbb4dcfa6edd2221aed15f31a0651a0bd457f2af03a98450a3e63406f70e040e944246e5b23733b820665eeb3fd4ff2bdde3a08 quilt-0.65
.tar.gz"
sha512sums
=
"
c2cb75c0937612e1e0da25b713acf629b6b5aacbd8254d8bd17220b63c7b8ca996cd9d0315a32d67d54a4a7dc01b212cdda33afaacf3db063da757f1973306f4 quilt-0.66
.tar.gz"
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