diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2022-09-26 10:06:05 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2022-09-26 10:06:05 +0800 |
commit | 9f678c5a2c2f6c68bbf833127893689ed47fa14a (patch) | |
tree | c1b88b96f1b6431b8b3d61df11f794e104c8e3ef | |
parent | d17df92658083db41bd29c53008ac2920f04357f (diff) | |
download | AUR4-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/.SRCINFO | 6 | ||||
-rw-r--r-- | mingw-w64-graphene/PKGBUILD | 6 |
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') |