summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Große Sundrup2021-09-05 18:14:37 +0200
committerJonas Große Sundrup2021-09-05 18:14:37 +0200
commit31d4b8b74de19faea046609325c0cc9d8a077699 (patch)
tree0d742b6d26b04f90375a81487f47038dafcfb6e0
parent2b0395f08c5020dc6d62b04dfb003d81ac253603 (diff)
downloadaur-31d4b8b74de19faea046609325c0cc9d8a077699.tar.gz
fix missing dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4b6bc1601cf..f297a27e6480 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = blinky
pkgdesc = AUR-helper with minimal hassle
pkgver = 0.22.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/cherti/blinky
arch = any
license = GPLv3
@@ -10,10 +10,12 @@ pkgbase = blinky
depends = python-requests
depends = python-termcolor
depends = python-pyxdg
+ depends = python-packaging
depends = colordiff
+ depends = wget
+ optdepends = libnotify
options = !emptydirs
source = https://github.com/cherti/blinky/archive/v0.22.1.tar.gz
sha256sums = 6e84d40345f37e358f4b699f438130813a46b0d97be161c066e1ef274d576913
pkgname = blinky
-
diff --git a/PKGBUILD b/PKGBUILD
index 79b42e0ea8c2..d4a2d282af05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=blinky
pkgver=0.22.1
-pkgrel=1
+pkgrel=2
pkgdesc="AUR-helper with minimal hassle"
arch=(any)
url="https://github.com/cherti/blinky"
license=('GPLv3')
-depends=('python' 'pyalpm' 'python-requests' 'python-termcolor' 'python-pyxdg' 'colordiff')
+depends=('python' 'pyalpm' 'python-requests' 'python-termcolor' 'python-pyxdg' 'python-packaging' 'colordiff' 'wget')
+optdepends=('libnotify')
options=(!emptydirs)
source=('https://github.com/cherti/blinky/archive/v0.22.1.tar.gz')
sha256sums=('6e84d40345f37e358f4b699f438130813a46b0d97be161c066e1ef274d576913')