summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSchala2017-05-16 19:24:03 -0700
committerSchala2017-05-16 19:24:03 -0700
commit319c433cb8bf548a0792a46c6e75a137b15809f4 (patch)
treee00511984455b75e03d3100cc93397c4483245e4
parent89275751a20d464e832f18637fa916b21fca180b (diff)
downloadaur-319c433cb8bf548a0792a46c6e75a137b15809f4.tar.gz
1.3.10
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a757fda36a1f..a9a251567506 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Nov 13 04:06:54 UTC 2016
+# Wed May 17 02:23:32 UTC 2017
pkgbase = mingw-w64-graphite
pkgdesc = reimplementation of the SIL Graphite text processing engine (mingw-w64)
- pkgver = 1.3.9
+ pkgver = 1.3.10
pkgrel = 1
url = https://github.com/silnrsi/graphite
arch = any
@@ -15,12 +15,12 @@ pkgbase = mingw-w64-graphite
options = staticlibs
options = !strip
options = !buildflags
- source = https://github.com/silnrsi/graphite/releases/download/1.3.9/graphite2-1.3.9.tgz
+ source = https://github.com/silnrsi/graphite/releases/download/1.3.10/graphite2-1.3.10.tgz
source = 001-graphite2-1.3.8-win64.patch
source = 002-graphite2-1.2.1-pkgconfig.patch
source = 003-graphite2-1.3.8-staticbuild.patch
source = 004-graphite2-1.3.8-dllimport-fix.patch
- sha1sums = 0693e9eef87edf1792db247dd38794211666a1b9
+ sha1sums = 668f3bce96fc02d90ea875b401ed36b2e8957d2f
sha1sums = 68c7b3c1c9e38f357a95e5b3b266d4afcfe78329
sha1sums = 4460d61e238892c421ae7771e3b36dc0b21d682c
sha1sums = da2c20e50cd50a6cac422fd69459060a02311988
diff --git a/.gitignore b/.gitignore
index 62333083ac79..19ea2a25c1e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
pkg/
src/
+*.log
*.tar
*.tgz
diff --git a/PKGBUILD b/PKGBUILD
index 691d0cae21d2..937bacbaceda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-graphite
-pkgver=1.3.9
+pkgver=1.3.10
pkgrel=1
arch=(any)
pkgdesc="reimplementation of the SIL Graphite text processing engine (mingw-w64)"
@@ -13,7 +13,7 @@ source=("https://github.com/silnrsi/graphite/releases/download/${pkgver}/graphit
"002-graphite2-1.2.1-pkgconfig.patch"
"003-graphite2-1.3.8-staticbuild.patch"
"004-graphite2-1.3.8-dllimport-fix.patch")
-sha1sums=('0693e9eef87edf1792db247dd38794211666a1b9'
+sha1sums=('668f3bce96fc02d90ea875b401ed36b2e8957d2f'
'68c7b3c1c9e38f357a95e5b3b266d4afcfe78329'
'4460d61e238892c421ae7771e3b36dc0b21d682c'
'da2c20e50cd50a6cac422fd69459060a02311988'