diff options
author | Caleb Noelke <cjn075@sheriffmediocre.xyz> | 2022-06-06 14:47:13 -0400 |
---|---|---|
committer | Caleb Noelke <cjn075@sheriffmediocre.xyz> | 2022-06-06 14:47:13 -0400 |
commit | 584dc70e7f437d1bc3615f7a70a66afc003cdc16 (patch) | |
tree | 760cfebd676d760b0bbed9671b4ab4a509c8362e /PKGBUILD | |
parent | f30fccdfec6769ca1e05dba2f702ae5322da8e8a (diff) |
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() { |