summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKat Witten2019-11-21 21:03:01 -0800
committerKat Witten2019-11-21 21:03:01 -0800
commitd50f0b8398fd76eb4753aa08c5b342fea5121701 (patch)
tree846daa9b30f9c33615d1a93d31d3d9689bcc4cfc
parente7555f605453b8bc335abd7fc55f3fc842f77393 (diff)
downloadaur-d50f0b8398fd76eb4753aa08c5b342fea5121701.tar.gz
update dependencies, arch, description to reflect sway-independence
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a38dd5ff52e..d77c1a37ea0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = sway-launcher-desktop-git
- pkgdesc = A launcher menu made for the Sway window manager made with bash and the amazing fzf.
- pkgver = r48.474f6fd
+ pkgdesc = A TUI-based launcher menu made with bash and the amazing fzf.
+ pkgver = r53.e81161a
pkgrel = 1
url = https://github.com/Biont/sway-launcher-desktop
- arch = x86_64
+ arch = any
license = GPL
makedepends = git
- depends = sway
depends = fzf
provides = sway-launcher-desktop
conflicts = sway-launcher-desktop
diff --git a/PKGBUILD b/PKGBUILD
index ecaa7bbbd0cf..bf7c6dd32dd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Kat Witten <turtlewit@live.com>
pkgname=sway-launcher-desktop-git
-pkgver=r48.474f6fd
+pkgver=r53.e81161a
pkgrel=1
-pkgdesc="A launcher menu made for the Sway window manager made with bash and the amazing fzf."
-arch=(x86_64)
+pkgdesc="A TUI-based launcher menu made with bash and the amazing fzf."
+arch=('any')
url="https://github.com/Biont/sway-launcher-desktop"
license=('GPL')
-depends=(sway fzf)
+depends=('fzf')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")