summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-12-07 20:18:42 +1300
committerGeorge Rawlinson2022-12-07 20:18:42 +1300
commit782032cae864279c32f1bd692be13c02d84b9c66 (patch)
treef6d62ca4e69cbdb6fe9ca39a0065d130d1073bab
parent34b8d3007d7ac7415d267ee267a05e628b59dc4b (diff)
downloadaur-782032cae864279c32f1bd692be13c02d84b9c66.tar.gz
upgpkg: xbyak 6.67-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c635ff34ed7..fc199404a204 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = xbyak
pkgdesc = A C++ JIT assembler for x86 (IA32), x64 (AMD64, x86-64)
- pkgver = 6.66
+ pkgver = 6.67
pkgrel = 1
url = https://github.com/herumi/xbyak
arch = any
license = BSD
makedepends = git
makedepends = cmake
- source = xbyak::git+https://github.com/herumi/xbyak#commit=b5ac7b0f0a71dbb8d1adbbf3c1c0ec88df458531
+ source = xbyak::git+https://github.com/herumi/xbyak#commit=1efe9fe7cbdb1fea02aa0d144a23480a8edafa1f
b2sums = SKIP
pkgname = xbyak
diff --git a/PKGBUILD b/PKGBUILD
index 2ea8e1064012..9f0e729be13c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=xbyak
-pkgver=6.66
+pkgver=6.67
pkgrel=1
pkgdesc='A C++ JIT assembler for x86 (IA32), x64 (AMD64, x86-64)'
arch=('any')
@@ -10,7 +10,7 @@ license=('BSD')
makedepends=('git' 'cmake')
# tests require multilib repository
#checkdepends=('nasm' 'yasm' 'boost')
-_commit='b5ac7b0f0a71dbb8d1adbbf3c1c0ec88df458531'
+_commit='1efe9fe7cbdb1fea02aa0d144a23480a8edafa1f'
source=("$pkgname::git+$url#commit=$_commit")
b2sums=('SKIP')