diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,12 +1,12 @@ # Maintainer Kamil BÄ…czkowski <me@kavela.ch> -pkgname=pywal-16-colors +pkgname=pywal-16-colors-git _gitname=pywal -pkgver=3.3.0.r131.ge136433 +pkgver=3.3.0.r138.g80a1507 pkgrel=1 pkgdesc="Generate and change color-schemes on the fly, now with 16 colors." arch=('any') -url="https://github.com/sonjiku/pywal" +url="https://git.sheriffmediocre.xyz/pywal" license=('MIT') depends=('python') makedepends=('python-setuptools') @@ -14,8 +14,8 @@ optdepends=('feh: set wallpaper' 'nitrogen: set wallpaper' 'python2: reload gtk2 themes on the fly') provides=("pywal" "pywal-git") -conflicts=("pywal" "pywal-git") -source=('git+https://github.com/sonjiku/pywal.git') +conflicts=("pywal" "pywal-git" "pywal-16-colors") +source=('git+git://git.sheriffmediocre.xyz/pywal') sha256sums=('SKIP') pkgver() { |