Search Criteria
Package Details: traktarr-git r1.1a1737f-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/traktarr-git.git (read-only, click to copy) |
---|---|
Package Base: | traktarr-git |
Description: | Use Trakt to add shows to Sonarr and movies to Radarr. |
Upstream URL: | https://github.com/l3uddz/traktarr |
Licenses: | GPL3 |
Conflicts: | traktarr |
Provides: | traktarr |
Submitter: | fryfrog |
Maintainer: | fryfrog |
Last Packager: | fryfrog |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-07-24 04:39 (UTC) |
Last Updated: | 2019-06-22 04:59 (UTC) |
Dependencies (10)
- python (python37AUR, python311AUR, python310AUR)
- python-attrdict
- python-backoffAUR
- python-cashierAUR
- python-click
- python-pyfiglet
- python-requests
- python-scheduleAUR
- radarrAUR (radarr-binAUR, radarr-developAUR, radarr-develop-binAUR, radarr-nightly-binAUR) (optional) – Movie download automation for usenet and torrents.
- sonarrAUR (sonarr-binAUR, sonarr-developAUR, sonarr-develop-binAUR) (optional) – TV download automation for usenet and torrents.
Latest Comments
Twiki commented on 2018-12-12 18:35 (UTC)
I commented out the "makepkg -sic --skippgpcheck" line in my script. And cower does download a PKGBUILD with the correct version in pkgver. After running "makepkg -sic --skippgpcheck" manually from the command line, the version number in PKGBUILD is screwed.
Twiki commented on 2018-12-12 18:21 (UTC)
All cower does, is download and unpack the package snapshot into a directory. makepkg does the rest. If the git clone fails it's a bug in PKGBUILD and or .SRCINFO. My guess is PKGBUILD because pkgver is set to "r.". And in .SRCINFO it is set properly to "r1.b12b190". Having to manually do the git clone while it is done from makepkg, annihilates the whole purpose of having a package manager.
fryfrog commented on 2018-12-12 17:55 (UTC)
I tried w/ your
cower
command and it failed w/ the same error. I usedgit clone <https://aur.archlinux.org/traktarr-git.git>
and it worked fine. I'm not particularly interested incower
or how it works, but you're welcome to dig deeper and figure out whycower
doesn't work while doing it the "right" way does. If it turns out to be something package related, let me know and I'll fix it.Good luck.
Twiki commented on 2018-12-12 17:46 (UTC) (edited on 2018-12-12 17:49 (UTC) by Twiki)
Output is now in pastebin. I'm building by hand with cower. The Bash script "retrieveAndInstallAurPackage" only contains 3 lines (the double dashes are only there to force new lines) :
!/bin/bash
--
cower -dd -f --color=always --ignorerepo --target "/home/twiki/aur" $1
--
makepkg -sic --skippgpcheck
fryfrog commented on 2018-12-12 17:20 (UTC)
Could you move your console output to a pastebin, it is very hard to read as a comment here.
I just tried a
makepkg -f
in my checkout and it still works fine. Can you try building it by hand and see if it has the same issue?https://ptpb.pw/_eDE/shell
Twiki commented on 2018-12-12 17:14 (UTC) (edited on 2018-12-12 17:40 (UTC) by Twiki)
This gives an error on the directory not being a Git repo. See below. When I do continue the installation anyway, the version number is screwed. And also, when I try to update (because of the screwed version) there is an update available, from version "r.-1" to version "r1.b12b190-1". And again, and again, ... .....
Console log : https://pastebin.com/taxcVkke
fryfrog commented on 2018-07-24 04:41 (UTC)
I'm still figuring out the "right" way to use this software and setup this package, so if anyone ends up using it and has suggestions... I'd be happy to improve this package.