summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzjuyk2021-08-21 07:42:04 +0800
committerzjuyk2021-08-21 07:42:04 +0800
commitd1a1b6d621fa8f1f58ebedb2dee7f98d1b415580 (patch)
treef39a74d6dc5a87dc15cb19fa4f632e7202d6a05a
parenta0e86e056ce20d3d05a427cd0ac0b2b0600907f9 (diff)
downloadaur-d1a1b6d621fa8f1f58ebedb2dee7f98d1b415580.tar.gz
bump version to 1.84.1 to fix error issue
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e836172d6a59..396ccbf913d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = imgui
pkgdesc = Bloat-free Graphical User interface for C++
- pkgver = 1.84
+ pkgver = 1.84.1
pkgrel = 1
url = https://github.com/ocornut/imgui
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = imgui
makedepends = cmake
depends = gcc-libs
depends = wget
- source = https://codeload.github.com/ocornut/imgui/tar.gz/v1.84
- sha256sums = f7607fe7fc37bcf14a6b6b818134f622c04e5f48ba6ce491434071d41a3dface
+ source = https://codeload.github.com/ocornut/imgui/tar.gz/v1.84.1
+ sha256sums = 292ab54cfc328c80d63a3315a242a4785d7c1cf7689fbb3d70da39b34db071ea
pkgname = imgui
diff --git a/PKGBUILD b/PKGBUILD
index c3cbedb6d3b1..8c14b77f17b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=imgui
-pkgver=1.84
+pkgver=1.84.1
pkgrel=1
pkgdesc="Bloat-free Graphical User interface for C++"
license=('MIT')
@@ -8,7 +8,7 @@ url="https://github.com/ocornut/imgui"
depends=('gcc-libs' 'wget')
makedepends=('cmake')
source=("https://codeload.github.com/ocornut/imgui/tar.gz/v${pkgver}")
-sha256sums=('f7607fe7fc37bcf14a6b6b818134f622c04e5f48ba6ce491434071d41a3dface')
+sha256sums=('292ab54cfc328c80d63a3315a242a4785d7c1cf7689fbb3d70da39b34db071ea')
prepare() {
cd $pkgname-$pkgver