aboutsummaryrefslogtreecommitdiffstats
path: root/community/libxxf86dga/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libxxf86dga/APKBUILD')
-rw-r--r--community/libxxf86dga/APKBUILD19
1 files changed, 9 insertions, 10 deletions
diff --git a/community/libxxf86dga/APKBUILD b/community/libxxf86dga/APKBUILD
index 8a4aa78174c..2239896c3af 100644
--- a/community/libxxf86dga/APKBUILD
+++ b/community/libxxf86dga/APKBUILD
@@ -1,20 +1,18 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libxxf86dga
-pkgver=1.1.5
-pkgrel=0
+pkgver=1.1.6
+pkgrel=3
pkgdesc="X11 Direct Graphics Access extension library"
-url="http://xorg.freedesktop.org/"
+url="https://xorg.freedesktop.org/"
arch="all"
license="MIT"
-options="!check" # No test suite.
subpackages="$pkgname-dev $pkgname-doc"
-depends=
makedepends="libxext-dev libx11-dev util-macros xorgproto"
-source="https://www.x.org/releases/individual/lib/libXxf86dga-$pkgver.tar.bz2"
-
+source="https://www.x.org/releases/individual/lib/libXxf86dga-$pkgver.tar.xz"
builddir="$srcdir"/libXxf86dga-$pkgver
+options="!check" # No test suite.
+
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -23,8 +21,9 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="0e77c4003aeba737b10c17d55aeefa935fc57c4ba9e8f79a834f3f8c690d6a1d98f69ad707eded784346c1cf40c41829719d257283b5eae3207147fb4c79ed89 libXxf86dga-1.1.5.tar.bz2"
+sha512sums="
+61f7954471df63840ffb5e82347018e285d30d64d4d0a97770ca031c8554a0f52d1b007ab8342a283cd2f0d534f564fb59f57ec92515714f20a7d145912c65d9 libXxf86dga-1.1.6.tar.xz
+"