mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/xcb-util-renderutil: upgrade to 0.3.9
This commit is contained in:
parent
1254126a9c
commit
988e31df49
@ -1,8 +1,8 @@
|
||||
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=xcb-util-renderutil
|
||||
pkgver=0.3.8
|
||||
pkgrel=1
|
||||
pkgver=0.3.9
|
||||
pkgrel=0
|
||||
pkgdesc="Utility libraries for XC Binding - renderutil"
|
||||
url="http://xcb.freedesktop.org/"
|
||||
arch="all"
|
||||
@ -19,7 +19,6 @@ _builddir="$srcdir"/xcb-util-renderutil-$pkgver
|
||||
prepare() {
|
||||
local i
|
||||
cd "$_builddir"
|
||||
update_config_sub || return 1
|
||||
for i in $source; do
|
||||
case $i in
|
||||
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
|
||||
@ -47,4 +46,6 @@ package() {
|
||||
rm "$pkgdir"/usr/lib/*.la
|
||||
}
|
||||
|
||||
md5sums="8097c46659bb2cf60c6a8c72604b8524 xcb-util-renderutil-0.3.8.tar.gz"
|
||||
md5sums="ac18c1b70ae69845e112f1d987926436 xcb-util-renderutil-0.3.9.tar.gz"
|
||||
sha256sums="55eee797e3214fe39d0f3f4d9448cc53cffe06706d108824ea37bb79fcedcad5 xcb-util-renderutil-0.3.9.tar.gz"
|
||||
sha512sums="c666f9eae18fa3fb603086e86ee4efc66dbed17b696bec637f07ea1334715cee01e03db26340ed3d1338887f4940cd3a435e4df8b36e59f439a0a2b8a0879463 xcb-util-renderutil-0.3.9.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user