summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2022-09-26 10:06:05 +0800
committerTing-Wei Lan <lantw44@gmail.com>2022-09-26 10:06:05 +0800
commit9f678c5a2c2f6c68bbf833127893689ed47fa14a (patch)
treec1b88b96f1b6431b8b3d61df11f794e104c8e3ef
parentd17df92658083db41bd29c53008ac2920f04357f (diff)
downloadAUR4-PKGBUILD-9f678c5a2c2f6c68bbf833127893689ed47fa14a.tar.gz
AUR4-PKGBUILD-9f678c5a2c2f6c68bbf833127893689ed47fa14a.tar.zst
AUR4-PKGBUILD-9f678c5a2c2f6c68bbf833127893689ed47fa14a.zip
mingw-w64-graphene: 1.10.6 -> 1.10.8
-rw-r--r--mingw-w64-graphene/.SRCINFO6
-rw-r--r--mingw-w64-graphene/PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/mingw-w64-graphene/.SRCINFO b/mingw-w64-graphene/.SRCINFO
index 838aea8..2eb20e5 100644
--- a/mingw-w64-graphene/.SRCINFO
+++ b/mingw-w64-graphene/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-graphene
pkgdesc = A thin layer of graphic data types (mingw-w64)
- pkgver = 1.10.6
+ pkgver = 1.10.8
pkgrel = 1
url = https://ebassi.github.io/graphene/
arch = any
@@ -12,7 +12,7 @@ pkgbase = mingw-w64-graphene
options = !strip
options = !buildflags
options = staticlibs
- source = https://github.com/ebassi/graphene/releases/download/1.10.6/graphene-1.10.6.tar.xz
- sha256sums = 80ae57723e4608e6875626a88aaa6f56dd25df75024bd16e9d77e718c3560b25
+ source = graphene-1.10.8.tar.gz::https://github.com/ebassi/graphene/archive/1.10.8.tar.gz
+ sha256sums = 922dc109d2dc5dc56617a29bd716c79dd84db31721a8493a13a5f79109a4a4ed
pkgname = mingw-w64-graphene
diff --git a/mingw-w64-graphene/PKGBUILD b/mingw-w64-graphene/PKGBUILD
index 0afa748..713703c 100644
--- a/mingw-w64-graphene/PKGBUILD
+++ b/mingw-w64-graphene/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 (at) gmail (dot) com
pkgname=mingw-w64-graphene
-pkgver=1.10.6
+pkgver=1.10.8
pkgrel=1
pkgdesc='A thin layer of graphic data types (mingw-w64)'
arch=('any')
@@ -15,9 +15,9 @@ depends=(
'mingw-w64-glib2>=2.30.0')
options=('!strip' '!buildflags' 'staticlibs')
source=(
- "https://github.com/ebassi/graphene/releases/download/${pkgver}/graphene-${pkgver}.tar.xz")
+ "graphene-${pkgver}.tar.gz::https://github.com/ebassi/graphene/archive/${pkgver}.tar.gz")
sha256sums=(
- '80ae57723e4608e6875626a88aaa6f56dd25df75024bd16e9d77e718c3560b25')
+ '922dc109d2dc5dc56617a29bd716c79dd84db31721a8493a13a5f79109a4a4ed')
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')