summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheJackiMonster2023-05-19 13:30:03 +0200
committerTheJackiMonster2023-05-19 13:30:03 +0200
commite980f480a02cfba32e34c0ffdf064a35e87a04a7 (patch)
treeb186d7a4098f1553a4183b27f663868eaa3afa66
parentadb59506c9634f8bb27668fa4b5f80592c14295d (diff)
downloadaur-e980f480a02cfba32e34c0ffdf064a35e87a04a7.tar.gz
Update dependencies
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3cbcd0c9f0d..577f552c41bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wayward-git
pkgdesc = Fast GTK shell and compositor for wayland and weston.
pkgver = 1.2.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/varmd/wayward
arch = x86_64
license = GPL
@@ -11,8 +11,6 @@ pkgbase = wayward-git
depends = weston
depends = wayland
depends = ttf-droid
- depends = adwaita-icon-theme
- depends = librsvg
depends = sudo
depends = alsa-lib
provides = wayward
diff --git a/PKGBUILD b/PKGBUILD
index 7f89259750b5..6b9e68e915da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=wayward-git
_realname=wayward
pkgver=1.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="Fast GTK shell and compositor for wayland and weston."
arch=('x86_64')
license=('GPL')
url="https://github.com/varmd/wayward"
-depends=('weston' 'wayland' 'ttf-droid' 'adwaita-icon-theme' 'librsvg' 'sudo' 'alsa-lib')
+depends=('weston' 'wayland' 'ttf-droid' 'sudo' 'alsa-lib')
makedepends=('wayland' 'gcc' 'fakeroot')
options=(!emptydirs)
source=("git+https://github.com/varmd/$_realname.git")