summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary DeLaney2017-01-31 15:24:01 -0600
committerGary DeLaney2017-01-31 15:24:01 -0600
commitf7e9f9f213efc2709da07f225e60739b150e6691 (patch)
tree511d8532b91f430c13402f6082149c91a7653c58
parenta68ea6b50cc3feee507ea0572274753aa7504f09 (diff)
downloadaur-f7e9f9f213efc2709da07f225e60739b150e6691.tar.gz
Update Weston Dependency
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d6ffb3b8496..25c8cd9b18bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Dec 10 16:40:37 UTC 2015
pkgbase = orbital-git
pkgdesc = A Wayland shell client
- pkgver = 0.1.881
+ pkgver = 0.1.882
pkgrel = 1
url = https://github.com/giucam/orbital
arch = i686
@@ -10,7 +8,7 @@ pkgbase = orbital-git
license = LGPL
makedepends = git
makedepends = cmake
- depends = weston-orbital-git
+ depends = weston
depends = qt5-tools
depends = qt5-graphicaleffects
depends = qt5-quickcontrols
diff --git a/PKGBUILD b/PKGBUILD
index 92f0f800f651..17ab13872b69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,13 @@ _builddir=("${_gitname}/build")
_prefix="/usr"
pkgname="$_gitname-git"
-pkgver=0.1.881
+pkgver=0.1.882
pkgrel=1
pkgdesc="A Wayland shell client"
arch=(i686 x86_64)
url="https://github.com/giucam/orbital"
license=('LGPL')
-depends=('weston-orbital-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")