summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-03-08 16:29:10 -0300
committerGonzalo Exequiel Pedone2024-03-08 16:29:10 -0300
commit5f1a5a71b6a2409011a14b5c7b5a058fe2883d64 (patch)
tree10865e43a4a564996d8c3d797bdb662448bcea85
parent4f41130f73e82464f9a05f24d48ecd6c1e461f1f (diff)
downloadaur-5f1a5a71b6a2409011a14b5c7b5a058fe2883d64.tar.gz
Package updated to 1.1.5.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 851a91b579f8..2a3da4a3e2b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = android-x86-libxdmcp
- pkgdesc = X11 Display Manager Control Protocol library (android)
- pkgver = 1.1.4
+ pkgdesc = X11 Display Manager Control Protocol library (Android x86)
+ pkgver = 1.1.5
pkgrel = 1
url = https://xorg.freedesktop.org/
arch = any
@@ -11,7 +11,7 @@ pkgbase = android-x86-libxdmcp
options = !buildflags
options = staticlibs
options = !emptydirs
- source = https://xorg.freedesktop.org//releases/individual/lib/libXdmcp-1.1.4.tar.xz
- sha512sums = 83b384d43bfb034c395f83f97d1c6e73aa3d5faa8f8756b08e697c0b9c3c87189651b51e8213fbd1f5f9cbc2d8136cbf143627481744345d78cfe0ff2ad074a9
+ source = https://xorg.freedesktop.org//releases/individual/lib/libXdmcp-1.1.5.tar.xz
+ md5sums = ce0af51de211e4c99a111e64ae1df290
pkgname = android-x86-libxdmcp
diff --git a/PKGBUILD b/PKGBUILD
index 56a4c050aac4..52ce4c8f9597 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
_android_arch=x86
pkgname=android-${_android_arch}-libxdmcp
-pkgver=1.1.4
+pkgver=1.1.5
pkgrel=1
-pkgdesc="X11 Display Manager Control Protocol library (android)"
+pkgdesc="X11 Display Manager Control Protocol library (Android ${_android_arch})"
arch=('any')
url="https://xorg.freedesktop.org/"
license=('custom')
@@ -15,7 +15,7 @@ depends=("android-${_android_arch}-xorgproto")
makedepends=("android-${_android_arch}-xorg-util-macros")
options=(!strip !buildflags staticlibs !emptydirs)
source=(${url}/releases/individual/lib/libXdmcp-${pkgver}.tar.xz)
-sha512sums=('83b384d43bfb034c395f83f97d1c6e73aa3d5faa8f8756b08e697c0b9c3c87189651b51e8213fbd1f5f9cbc2d8136cbf143627481744345d78cfe0ff2ad074a9')
+md5sums=('ce0af51de211e4c99a111e64ae1df290')
build() {
cd "$srcdir/libXdmcp-${pkgver}"