summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
2018-11-09Use https for urlDaniel Bermond
2018-10-24Fix runtime crash (add setproctitle). Update dependencies. Fixes.Daniel Bermond
2017-07-15Updated versionDaniel Bermond
Upstream changed the version numbering scheme, leading to the need of adding an epoch number. The previous version tag was 2.0.0 and the current is 2.0b2. In terms of pacman version comparison, 2.0b2 is lesser than 2.0.0 (2.0b2 < 2.0.0). The use of an epoch number is needed to overcome this situation. References: ----------- https://wiki.archlinux.org/index.php/PKGBUILD#epoch https://www.archlinux.org/pacman/pacman.8.html#_operations
2017-07-15Removed unnecessary commandsDaniel Bermond
prepare(): - All icons seems to be installed correctly without the symbolic link that was being created. Now prepare() can be removed. build(): - The command 'minify_web_js.py' is already invoked from 'setup.py build'. No need to execute it after 'setup.py'. package(): - The 'deluge.svg' pixmap seems to be not needed by the package since everything looks like to work normally without it.
2017-07-15Fixed systemd servicesDaniel Bermond
Also removed from install script the unnecessarily printed messages. (all needed information is on the Wiki)
2017-07-15Changed descriptionDaniel Bermond
This will match description from official repository package.
2017-07-15Cosmetic changingsDaniel Bermond
2017-05-13libtorrent-rasterbar 1.1.2 is not required anymoreDaniel Bermond
libtorrent-rasterbar 1.1.3 is now on binary repositories and and deluge-git seems to be working fine with it.
2017-05-13Cosmetic changingsDaniel Bermond
2017-04-09First commit after package adoption. Made working again.Daniel Bermond
Package is now working again. slimit2 AUR package is now needed as a makedepend. Important note about libtorrent-rasterbar dependency: ----------------------------------------------------- deluge-git currently has an upstream requirement of a specific libtorrent-rasterbar version, which is 1.1.2. It will not work with libtorrent-rasterbar 1.1.1 or the current libtorrent-rasterbar git master. But the libtorrent-rasterbar version offered in the binary repositories is currently outdated, being at 1.1.1. Being such, you have 3 options if you want to build and use deluge-git: 1) use libtorrent-rasterbar-git 1.1.2.r0.ga42d4390c, which is the default PKGBUILD method. This is the same as libtorrent-rasterbar 1.1.2, but using the git repository. For this you will need to manually modify libtorrent-rasterbar-git PKGBUILD in order to obtain this specific version: append '#commit=a42d4390c' at the source line (currently there is a ready to use source line for achieving this in libtorrent-rasterbar-git PKGBUILD). 2) use libtorrent-rasterbar 1.1.2. For this you will need to use the PKGBDUILD from the binary repository and modify it to get version 1.1.2. 3) wait for the release of libtorrent-rasterbar 1.1.2 in binary repositories. This situation will be updated when the binary repositories upgrade libtorrent-rasterbar to 1.1.2 or when the develop branch of deluge change/update this requirement.
2016-06-29deluge forced minified js for webui...skydrome
add python2-jsmin
2016-01-02updateskydrome
2015-09-14bump versionskydrome
2015-06-01 Initial commitskydrome