summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0efdc9ebd36..1aa228b1828f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = blend2d-git
pkgdesc = A high-performance 2D vector graphics engine written in C++
- pkgver = r70.6f7f2c1
+ pkgver = r87.592d1ba
pkgrel = 1
url = https://blend2d.com
arch = i686
@@ -13,7 +13,7 @@ pkgbase = blend2d-git
provides = blend2d
conflicts = blend2d
source = blend2d::git+https://github.com/blend2d/blend2d
- source = asmjit::git+https://github.com/asmjit/asmjit#branch=next-wip
+ source = asmjit::git+https://github.com/asmjit/asmjit
sha1sums = SKIP
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1d2082c5973d..865f8b537d0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=blend2d
pkgname=${_pkgname}-git
-pkgver=r70.6f7f2c1
+pkgver=r87.592d1ba
pkgrel=1
pkgdesc='A high-performance 2D vector graphics engine written in C++'
url='https://blend2d.com'
@@ -13,7 +13,7 @@ makedepends=('clang' 'cmake' 'git')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("${_pkgname}::git+https://github.com/blend2d/blend2d"
- "asmjit::git+https://github.com/asmjit/asmjit#branch=next-wip")
+ "asmjit::git+https://github.com/asmjit/asmjit")
sha1sums=('SKIP' 'SKIP')
pkgver() {