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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Dominika Liberda
aports
Commits
2648fd64
Commit
2648fd64
authored
7 years ago
by
Roberto Oliveira
Browse files
Options
Downloads
Patches
Plain Diff
community/py-magic: upgrade to 0.4.13
parent
1455e70d
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/py-magic/APKBUILD
+5
-7
5 additions, 7 deletions
community/py-magic/APKBUILD
with
5 additions
and
7 deletions
community/py-magic/APKBUILD
+
5
−
7
View file @
2648fd64
...
...
@@ -2,8 +2,8 @@
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname
=
py-magic
_pkgname
=
${
pkgname
/py/python
}
pkgver
=
0.4.1
2
pkgrel
=
1
pkgver
=
0.4.1
3
pkgrel
=
0
pkgdesc
=
"A python wrapper for libmagic"
url
=
"https://pypi.python.org/pypi/python-magic/"
arch
=
"noarch"
...
...
@@ -16,8 +16,8 @@ builddir="$srcdir/$_pkgname-$pkgver"
build
()
{
cd
"
$builddir
"
python2 setup.py build
||
return
1
python3 setup.py build
||
return
1
python2 setup.py build
python3 setup.py build
}
package
()
{
...
...
@@ -43,6 +43,4 @@ _py3() {
_py python3
}
md5sums
=
"b0c173bd9904db97c5b3ebd9396b9cf4 py-magic-0.4.12.tar.gz"
sha256sums
=
"cbfd4d1a8145e2b67663127f961df1c642e7dc7e15251d3b864811f68d7bb23d py-magic-0.4.12.tar.gz"
sha512sums
=
"bd87f90cbabb8124892fb3ed4e9c992d067cc88dc45c9e069af7aa42f3d531c4bf051232242f69ad15e24de10e6c34e8d2b8de48ceb1d8c54de49086072afc9a py-magic-0.4.12.tar.gz"
sha512sums
=
"29a7b585eccb1d2b50c12a6a1e5a3405c326273c37501f69329c0bdc2cd34632c0c3e0923e756dc27b2828521be670d855549b800028430c357cad79f9b4a06e py-magic-0.4.13.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