summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormickybart2017-05-08 15:04:24 -0400
committermickybart2017-05-08 15:04:24 -0400
commit8fecb844da568c4c4fb8b0400873e74fdcf9f025 (patch)
tree4471a5f6af2e6b072f699f2d623662dd3eb2a113
parent670473da1008674f88b559f35d2baaa8fc5549c5 (diff)
downloadaur-8fecb844da568c4c4fb8b0400873e74fdcf9f025.tar.gz
add proper makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed9650d3aa85..b5bd6910e05f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = libhybris-git
pkgver = 1237.cfd9823
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/libhybris/libhybris
arch = armv7h
license = Apache
makedepends = wayland
+ makedepends = hybris-android-headers
source = libhybris::git+https://github.com/libhybris/libhybris
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3480eff2a03e..bed214527678 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ pkgbase=libhybris-git
pkgname=('libhybris-git' 'libhybris-libgl-git' 'libhybris-wayland-egl-git')
_pkgbase=libhybris
pkgver=1237.cfd9823
-pkgrel=1
+pkgrel=2
arch=('armv7h')
url="https://github.com/libhybris/libhybris"
license=('Apache')
-makedepends=('wayland')
+makedepends=('wayland' 'hybris-android-headers')
source=("libhybris::git+https://github.com/libhybris/libhybris")
md5sums=('SKIP')