summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9c854cb9180..aa8b9ba08e51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = android-x86-64-libxdmcp
- pkgdesc = X11 Display Manager Control Protocol library (Android x86-64)
+ pkgdesc = X11 Display Manager Control Protocol library (Android, x86-64)
pkgver = 1.1.5
- pkgrel = 1
+ pkgrel = 2
url = https://xorg.freedesktop.org/
arch = any
license = custom
+ makedepends = android-configure
makedepends = android-x86-64-xorg-util-macros
depends = android-x86-64-xorgproto
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 3a3aa19df196..937fc75b5ecb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,14 @@ _android_arch=x86-64
pkgname=android-${_android_arch}-libxdmcp
pkgver=1.1.5
-pkgrel=1
-pkgdesc="X11 Display Manager Control Protocol library (Android ${_android_arch})"
+pkgrel=2
+pkgdesc="X11 Display Manager Control Protocol library (Android, ${_android_arch})"
arch=('any')
url="https://xorg.freedesktop.org/"
license=('custom')
depends=("android-${_android_arch}-xorgproto")
-makedepends=("android-${_android_arch}-xorg-util-macros")
+makedepends=('android-configure'
+ "android-${_android_arch}-xorg-util-macros")
options=(!strip !buildflags staticlibs !emptydirs)
source=(${url}/releases/individual/lib/libXdmcp-${pkgver}.tar.xz)
md5sums=('ce0af51de211e4c99a111e64ae1df290')