Search Criteria
Package Details: glyr-git 1.0.8-1
Git Clone URL: | https://aur.archlinux.org/glyr-git.git (read-only, click to copy) |
---|---|
Package Base: | glyr-git |
Description: | A music metadata searchengine utility and library written in C |
Upstream URL: | https://github.com/sahib/glyr |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | stormdragon2976 |
Maintainer: | stormdragon2976 |
Last Packager: | stormdragon2976 |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2015-09-03 14:23 |
Last Updated: | 2016-02-06 13:17 |
Dependencies (5)
- curl (curl-git, curl-minimal-git)
- glib2 (glib2-sched-policy, glib2-clear, glib2-quiet, glib2-selinux, glib2-nodocs-git, glib2-git, glib2-patched-thumbnailer)
- sqlite3 (sqlite-replication, sqlite-minimal-git, sqlite)
- cmake (cmake-git) (make)
- git (git-git) (make)
Required by (2)
- gmpc-git (requires glyr)
- python-glyr-git
Latest Comments
stormdragon2976 commented on 2016-02-06 13:21
@sekret: changes pushed.
Thanks
sekret commented on 2016-02-06 08:37
Could you please add 'armv7h' to the arch line? It builds just fine on my Raspberry Pi 2 :)
Most probably it builds just fine for armv6h too (e.g. Raspberry Pi 1), but I cannot confirm...
And when I run makepkg on your package, it shows this:
==> ERROR: url should not be an array
So please change
url=("https://github.com/sahib/glyr")
to
url="https://github.com/sahib/glyr"
And you don't need to make the PKGBUILD file executable! ;-) It doesn't do any harm, but it's not "standard".