summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Carr2016-03-16 12:54:36 -0700
committerDonald Carr2016-03-16 12:54:36 -0700
commit9599d19be9d454211d50ed0f36f69014e15a7b66 (patch)
tree9e1f67be10fc36d16893db24564716166c60acc1
parent3ab0dc23e2ba68aca926c6211782cdd25374262b (diff)
downloadaur-9599d19be9d454211d50ed0f36f69014e15a7b66.tar.gz
Adjust dependencies in according with one target name
Change-Id: Id7aabc7857554d28d0f4d4206b8198fd6fb27738
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2d41b1da818..282714c2cc92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@ set -e
_pi_ver=2
pkgname="pi-compositor"
-pkgver=0.0.1
-pkgrel=2
+pkgver=0.0.2
+pkgrel=1
provides=("pi-launcher")
conflicts=("pi-launcher")
replaces=("pi-launcher")
@@ -14,7 +14,7 @@ arch=("any")
url="http://www.qt.io"
license=("LGPL3" "GPL3")
makedepends=("qt-sdk-raspberry-pi${_pi_ver}")
-depends=("qt-sdk-raspberry-pi${_pi_ver}-target-libs")
+depends=("qt-sdk-raspberry-pi-target-libs")
source=("git://github.com/sirspudd/${pkgname}.git")
sha256sums=("SKIP")
options=('!strip')