summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 47dd56bac56e..ef7dc812e5c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Radioactive Sand <iamrobox001@tutanota.com>
pkgname='python-mywal'
pkgver=0.4
-pkgrel=2
+pkgrel=3
pkgdesc="A colorscheme generator that parses Xresources"
arch=('any')
url="https://github.com/iamrobox001/mywal"
license=('GPL')
-depends=('python>=3.6'
- 'python-setuptools'
- 'python-wheel')
+depends=('python>=3.6')
+makedepends=('python-setuptools'
+ 'python-wheel')
optdepends=('feh: Detecting current wallpaper')
source=("$pkgname-$pkgver.tar.gz::https://github.com/iamrobox001/mywal/archive/${pkgver}.tar.gz"
"$pkgname-$pkgver-py3-none-any.whl::https://github.com/iamrobox001/mywal/releases/download/${pkgver}/mywal-${pkgver}-py3-none-any.whl")