summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheJackiMonster2021-12-24 13:22:19 +0100
committerTheJackiMonster2021-12-24 13:22:19 +0100
commit9b05a9e3b86ebed6a7b5d8767f42ae8cd2ed3beb (patch)
treea61fcbd3cf4b12baea8c9b6941f531545f43f679
parent9ba8cda3ef2d4c08cdf7ddd15488984eba733300 (diff)
downloadaur-9b05a9e3b86ebed6a7b5d8767f42ae8cd2ed3beb.tar.gz
Adjusted its dependencies
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index faab288d9a50..dcde8a1e1602 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
pkgbase = wayward-git
pkgdesc = Fast GTK shell and compositor for wayland and weston.
pkgver = 1.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/varmd/wayward
arch = x86_64
license = GPL
makedepends = wayland
makedepends = gcc
+ makedepends = fakeroot
depends = weston
depends = wayland
depends = ttf-droid
depends = adwaita-icon-theme
- depends = gtk3
+ depends = librsvg
depends = sudo
provides = wayward
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 4c9f444f06a6..b84e8c99c7a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=wayward-git
_realname=wayward
pkgver=1.0.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' 'gtk3' 'sudo')
-makedepends=('wayland' 'gcc')
+depends=('weston' 'wayland' 'ttf-droid' 'adwaita-icon-theme' 'librsvg' 'sudo')
+makedepends=('wayland' 'gcc' 'fakeroot')
options=(!emptydirs)
source=("git+https://github.com/varmd/$_realname.git")
sha256sums=('SKIP')