summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcryptostiltskin2017-10-24 08:22:42 -0500
committercryptostiltskin2017-10-24 08:22:42 -0500
commitbbd64f388130cbea92d3248de96f6775a7b809a4 (patch)
tree5d4194800462c7e299275d58daa1d758181f7033
parent16d32fe17a9daebf7ca0eb0770a9cff312ae8ef0 (diff)
downloadaur-orbital-git.tar.gz
update dependencies for weston
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f70e3847f794..1c9ce9a20e64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = orbital-git
pkgdesc = A Wayland shell client
pkgver = 0.1.883
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/giucam/orbital
arch = i686
arch = x86_64
license = LGPL
makedepends = git
makedepends = cmake
- depends = weston-git
+ depends = weston
depends = qt5-tools
depends = qt5-graphicaleffects
depends = qt5-quickcontrols
diff --git a/PKGBUILD b/PKGBUILD
index 73edd1ca4288..e9af8c1234f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,12 +10,12 @@ _prefix="/usr"
pkgname="$_gitname-git"
pkgver=0.1.883
-pkgrel=1
+pkgrel=2
pkgdesc="A Wayland shell client"
arch=(i686 x86_64)
url="https://github.com/giucam/orbital"
license=('LGPL')
-depends=('weston-git' 'qt5-tools' 'qt5-graphicaleffects' 'qt5-quickcontrols' 'qt5-wayland' 'oxygen-icons')
+depends=('weston' 'qt5-tools' 'qt5-graphicaleffects' 'qt5-quickcontrols' 'qt5-wayland' 'oxygen-icons')
optdepends=('solid' 'alsa-lib')
makedepends=('git' 'cmake')
provides=("$_pkgname")