Package Details: volantes-cursors 20220828.0-3

Git Clone URL: https://aur.archlinux.org/volantes-cursors.git (read-only, click to copy)
Package Base: volantes-cursors
Description: Cursors theme
Upstream URL: https://github.com/varlesh/volantes-cursors
Keywords: cursor theme
Licenses: GPL2
Submitter: kostyarin
Maintainer: kostyarin
Last Packager: kostyarin
Votes: 9
Popularity: 0.000000
First Submitted: 2020-02-02 11:08 (UTC)
Last Updated: 2022-10-01 07:03 (UTC)

Latest Comments

« First ‹ Previous 1 2

kostyarin commented on 2022-09-01 00:04 (UTC)

pkgrel=1

AndyRTR commented on 2022-08-31 18:53 (UTC)

Please always start with pkgrel=1

kostyarin commented on 2020-05-06 11:07 (UTC)

The PKGBUILD still has the old pkgver, wheras .SRCINFO has the new version.

Fixed.

mareex commented on 2020-05-06 07:58 (UTC)

Something wrent wrong on the last commit. The PKGBUILD still has the old pkgver, wheras .SRCINFO has the new version. Yay now tries to update everytime but installs the old pkgver.

kostyarin commented on 2020-05-06 05:39 (UTC)

The build is broken with inkscape 1.0.

Fixed.

yochananmarqos commented on 2020-05-05 03:12 (UTC) (edited on 2020-05-05 03:12 (UTC) by yochananmarqos)

The build is broken with inkscape 1.0. It can be fixed adding:

prepare() {
    cd "$srcdir/$pkgname-$commit_hash"

    # Fix for inkscape 1.0
    sed -i 's/inkscape -z -e/inkscape -o/g' build.sh
}