mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-11 19:51:36 +01:00
main/xextproto: upgrade to 7.2.0
This commit is contained in:
parent
d8347e6a04
commit
84349021dc
@ -1,10 +1,10 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=xextproto
|
||||
pkgver=7.1.2
|
||||
pkgver=7.2.0
|
||||
pkgrel=0
|
||||
pkgdesc="X11 various extension wire protocol"
|
||||
url="http://xorg.freedesktop.org/"
|
||||
arch="all"
|
||||
arch="noarch"
|
||||
license="custom"
|
||||
depends=""
|
||||
makedepends=""
|
||||
@ -18,7 +18,7 @@ build() {
|
||||
|
||||
package() {
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
make DESTDIR=""$pkgdir"" install || return 1
|
||||
make -j1 DESTDIR=""$pkgdir"" install || return 1
|
||||
install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
|
||||
}
|
||||
md5sums="263ae968b223c23b2986603d84e5c30e xextproto-7.1.2.tar.bz2"
|
||||
md5sums="220732210ceffb01bf1caf970e3b1bfb xextproto-7.2.0.tar.bz2"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user