Skip to content

Commit

Permalink
Update PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
archfan authored Jan 11, 2017
1 parent 31022a4 commit c72ba55
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions 03_cairo-iu/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

pkgname=cairo-infinality-ultimate
_name=cairo
pkgver=1.14.6
pkgver=1.14.8
pkgrel=2
pkgdesc="Cairo vector graphics library"
arch=(i686 x86_64)
Expand All @@ -26,7 +26,7 @@ source=(http://cairographics.org/releases/cairo-$pkgver.tar.xz
cairo-server-side-gradients.patch
cairo-webkit-html5-fix.patch
cairo-color-glyphs.patch)
sha1sums=('0a59324e6cbe031b5b898ff8b9e2ffceb9d114f5'
sha1sums=('c6f7b99986f93c9df78653c3e6a3b5043f65145e'
'b0cc2466cc5479f055ca2148cfa37fe13a1e78a6'
'd8ffcb4c4745f7e61671109362a80a872ac989d3'
'72ecf2dda8462e1588512de257ccbe18642d507f'
Expand Down Expand Up @@ -66,15 +66,15 @@ build() {
make
}

check() {
cd $_name-$pkgver
#check() {
# cd $_name-$pkgver
# make -j1 -k test || /bin/true

# results:
# 1.12.8-1 # 162 Passed, 328 Failed [ 8 crashed, 10 expected], 26 Skipped
# 1.12.12-2: # 29 Passed, 464 Failed [460 crashed, 2 expected], 26 Skipped
# 1.12.16-1: # 144 Passed, 364 Failed [ 6 crashed, 12 expected], 27 Skipped
}
#}

package() {
cd $_name-$pkgver
Expand Down

0 comments on commit c72ba55

Please sign in to comment.