summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjp19952020-02-10 13:34:00 +0200
committerjp19952020-02-10 13:34:00 +0200
commit5ddf6d8ed4ed6d182ffa34e59e689df662f8cfcb (patch)
tree123f4d3618dcd6f04f7964c86d8e46feb7fd9382
parent220bb3d15cd1d2d709c0c7db7ec34ce2855182d0 (diff)
downloadaur-5ddf6d8ed4ed6d182ffa34e59e689df662f8cfcb.tar.gz
trying to tidy up depends a bit
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d811fb8e4d69..c54246c197bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = kappa-launcher-git
pkgdesc = Twitch launcher using rofi
- pkgver = r35.8e6c834
+ pkgver = 1.1
pkgrel = 1
url = https://github.com/jp1995/kappa-launcher
arch = any
license = MIT
makedepends = git
- depends = rofi
- depends = jq
- depends = streamlink
- optdepends = chatterino: chat client
- optdepends = chatty: alternative chat client
+ depends = rofi-git
+ depends = jq-git
+ depends = streamlink-git
+ optdepends = chatterino2-git: chat client
+ optdepends = chatty-beta: alternative chat client
optdepends = xdg-utils: browser function
provides = kappa-launcher
conflicts = kappa-launcher
diff --git a/PKGBUILD b/PKGBUILD
index 8f459c760e24..736db5128278 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: poncho
pkgname=kappa-launcher-git
_pkgname=kappa-launcher
-pkgver=r35.8e6c834
+pkgver=1.1
pkgrel=1
pkgdesc="Twitch launcher using rofi"
arch=('any')
@@ -10,13 +10,13 @@ license=('MIT')
provides=($_pkgname)
conflicts=($_pkgname)
depends=(
- 'rofi'
- 'jq'
- 'streamlink'
+ 'rofi-git'
+ 'jq-git'
+ 'streamlink-git'
)
optdepends=(
- 'chatterino: chat client'
- 'chatty: alternative chat client'
+ 'chatterino2-git: chat client'
+ 'chatty-beta: alternative chat client'
'xdg-utils: browser function'
)
makedepends=('git')