summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildTools2015-09-25 11:27:08 -0700
committerBuildTools2015-09-25 11:27:08 -0700
commit84233bf898630a4ca8dc7205492b89293d174cc5 (patch)
tree7ce3d1d430a6e8fa045a8b563afdef0c349ae1f4
parentd6701667ac3c8b913f5d0fcd559ef633adfc1c03 (diff)
downloadaur-84233bf898630a4ca8dc7205492b89293d174cc5.tar.gz
0.32.8
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD6
3 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d70c1e12c85..4f38e2f71e2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-pixman
pkgdesc = The pixel-manipulation library for X and cairo (mingw-w64)
- pkgver = 0.32.6
+ pkgver = 0.32.8
pkgrel = 1
url = http://xorg.freedesktop.org
arch = any
@@ -10,8 +10,8 @@ pkgbase = mingw-w64-pixman
options = staticlibs
options = !strip
options = !buildflags
- source = http://xorg.freedesktop.org/releases/individual/lib/pixman-0.32.6.tar.bz2
- sha1sums = 5b730399e1e212e5acaa69a4f1a2c7be1af1cdc4
+ source = http://xorg.freedesktop.org/releases/individual/lib/pixman-0.32.8.tar.bz2
+ sha1sums = 5c57045622265b877c9bf02d531973eadf942140
pkgname = mingw-w64-pixman
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..79ffea0ccae6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg/
+src/
+*.bz2
+*.xz
diff --git a/PKGBUILD b/PKGBUILD
index 9f4784841e9a..9aaa573605b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-pixman
-pkgver=0.32.6
+pkgver=0.32.8
pkgrel=1
pkgdesc="The pixel-manipulation library for X and cairo (mingw-w64)"
arch=(any)
@@ -9,7 +9,7 @@ makedepends=(mingw-w64-configure)
depends=(mingw-w64-libpng)
options=(staticlibs !strip !buildflags)
source=("http://xorg.freedesktop.org/releases/individual/lib/pixman-${pkgver}.tar.bz2")
-sha1sums=('5b730399e1e212e5acaa69a4f1a2c7be1af1cdc4')
+sha1sums=('5c57045622265b877c9bf02d531973eadf942140')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
@@ -30,6 +30,6 @@ package() {
cd "${srcdir}/pixman-${pkgver}/build-${_arch}"
make DESTDIR="$pkgdir" install
find "$pkgdir/usr/${_arch}" -name '*.dll' -exec ${_arch}-strip --strip-unneeded {} \;
- find "$pkgdir/usr/${_arch}" -name '*.a' -o -name '*.dll' | xargs -rtl1 ${_arch}-strip -g
+ find "$pkgdir/usr/${_arch}" -name '*.a' -o -name '*.dll' | xargs ${_arch}-strip -g
done
}