summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCebtenzzre2020-01-09 20:16:44 -0500
committerCebtenzzre2020-01-09 20:16:44 -0500
commitf72144380d2d48f3927f9a61142c6d167e592a53 (patch)
tree77e053209a7f8d04ae44a8b49e06b65a79da6ee4 /PKGBUILD
parent9e4851a3e00c8e61478101d1fa1d4047ee8c68c7 (diff)
downloadaur-f72144380d2d48f3927f9a61142c6d167e592a53.tar.gz
Switch to master branch of asmjit, update pkgver
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {