Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Pirogov
aports
Commits
f41324b2
Commit
f41324b2
authored
5 years ago
by
Leo
Committed by
Kevin Daudt
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/beets: upgrade to 1.4.8
Closes GH-8074
parent
f31fa209
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/beets/APKBUILD
+4
-8
4 additions, 8 deletions
community/beets/APKBUILD
with
4 additions
and
8 deletions
community/beets/APKBUILD
+
4
−
8
View file @
f41324b2
...
@@ -2,27 +2,23 @@
...
@@ -2,27 +2,23 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
beets
pkgname
=
beets
pkgver
=
1.4.
7
pkgver
=
1.4.
8
pkgrel
=
1
pkgrel
=
0
pkgdesc
=
"Music library manager and MusicBrainz tagger"
pkgdesc
=
"Music library manager and MusicBrainz tagger"
options
=
"!check"
# Requires unpackaged dependencies
url
=
"http://beets.io"
url
=
"http://beets.io"
arch
=
"noarch"
arch
=
"noarch"
license
=
"MIT"
license
=
"MIT"
depends
=
"python3 py-mutagen py3-unidecode py3-musicbrainzngs py3-munkres
depends
=
"python3 py-mutagen py3-unidecode py3-musicbrainzngs py3-munkres
py3-setuptools py3-yaml py3-jellyfish py3-six"
py3-setuptools py3-yaml py3-jellyfish py3-six"
makedepends
=
"python3-dev py3-setuptools"
source
=
"https://github.com/sampsyo/
$pkgname
/releases/download/v
$pkgver
/
$pkgname
-
$pkgver
.tar.gz"
source
=
"https://github.com/sampsyo/
$pkgname
/releases/download/v
$pkgver
/
$pkgname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
build
()
{
build
()
{
cd
"
$builddir
"
python3 setup.py build
python3 setup.py build
}
}
package
()
{
package
()
{
cd
"
$builddir
"
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
}
sha512sums
=
"
6663a2ffece208a510fce9f5d3dd9c8e617cab60cdb994f7bdb13fd759cfea8882290c75c3cdf4f6de9c7d9b78845b6ed29f98b41c787c89ff8782e4ac3ec152
beets-1.4.
7
.tar.gz"
sha512sums
=
"
449bed88185a5ecb4781719e092c2428ddc52fb8084033db64a4c0eca8899154192e7cea82517993d60326c7fe39b26429584ba368ffc35800f722d8d6a03217
beets-1.4.
8
.tar.gz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment