Search Criteria
Package Details: lychee 4.0.8-1
Git Clone URL: | https://aur.archlinux.org/lychee.git (read-only, click to copy) |
---|---|
Package Base: | lychee |
Description: | Lychee is an easy to use and great looking photo-management-system. |
Upstream URL: | https://lycheeorg.github.io/ |
Keywords: | gallery photo php web |
Licenses: | |
Submitter: | Sonic-Y3k |
Maintainer: | Fanch |
Last Packager: | Fanch |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2015-09-01 22:00 |
Last Updated: | 2020-11-21 08:35 |
Dependencies (4)
- mariadb (mysql55, mariadb-git, mariadb103, mysql56, mysql57, mysql, percona-server)
- php (php55, php53, php70, php71, php-zts, php72, php56, php73)
- php-gd (php55-gd, php53-gd, php-zts-gd, php72-gd, php56-gd)
- php-apache (php55-apache, php53-apache, php-apache22, php-zts-apache, php72-apache, php56-apache) (optional) – to use the Apache web server
Latest Comments
1 2 Next › Last »
eschwartz commented on 2021-01-11 20:23
Hi, Trusted User here speaking officially.
ilpianista is correct here. You must not use pkgver() like this under any circumstances; as it is, this PKGBUILD and many other PKGBUILDs you maintain are in strict violation of the packaging standards. Please fix them immediately.
If you want to keep track of new versions, I recommend you use something like nvchecker to scrape github for new versions of many packages at once, and a personal script which runs sed to insert the updated version into the PKGBUILD.
Abzie commented on 2020-11-20 19:49
...
Please fix your PKGBUILD :)
Fanch commented on 2020-04-02 20:52
yes you're right ;)
ilpianista commented on 2020-04-02 13:39
and which defeat the purpose of a checksum check in the first place..
Fanch commented on 2020-04-02 13:18
you can update the checksum with the command: updpkgsums
before running makepkg, so it will auto-update version and checksum
Here is how I do it: https://github.com/FanchTheSystem/Aur-Include/blob/e8478060d44971f558cdab280f1f1a7129ff9e09/aur.include.sh#L47
ilpianista commented on 2020-04-02 12:37
I got it, but you still have to update the checksum in the PKGBUILD (in the case of a newer version) so I don't see the advantage here.
Fanch commented on 2020-04-02 12:34
ah ah evil is every where :)
pkgver is used to auto use and update the last availlable version ;)
ilpianista commented on 2020-04-02 12:30
Also, please update the website, it's: https://lycheeorg.github.io/
Tio commented on 2020-04-02 12:29
Works. Thanks
ilpianista commented on 2020-04-02 12:17
Also, I found this to be really evil. If I read a package version in the PKGBUILD, I expect this PKGBUILD to build that version, not a random one.