summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandy Carter2023-01-05 13:04:20 -0500
committerSandy Carter2023-01-05 13:04:20 -0500
commit996e557a161575073fcf8dd0bba4ae6eca258557 (patch)
tree390b959e72c4886c33a49335f917b5cca35a91a1
parent3e23852237df77e3c13b1adfa06e221c51d2d415 (diff)
downloadaur-996e557a161575073fcf8dd0bba4ae6eca258557.tar.gz
Update to 1.89.2
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD8
3 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c103c4cf7b4..5192bdcb005f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = imgui
pkgdesc = Bloat-free Graphical User interface for C++
- pkgver = 1.88
- pkgrel = 2
+ pkgver = 1.89.2
+ pkgrel = 1
url = https://github.com/ocornut/imgui
arch = x86_64
license = MIT
makedepends = cmake
depends = gcc-libs
- source = https://codeload.github.com/ocornut/imgui/tar.gz/v1.88
+ source = https://codeload.github.com/ocornut/imgui/tar.gz/v1.89.2
source = https://raw.githubusercontent.com/microsoft/vcpkg/master/ports/imgui/CMakeLists.txt
source = https://raw.githubusercontent.com/microsoft/vcpkg/master/ports/imgui/imgui-config.cmake.in
- sha256sums = 9f14c788aee15b777051e48f868c5d4d959bd679fc5050e3d2a29de80d8fd32e
- sha256sums = 262faed507149c89aab7572fd2c2a968f843ca2900043e30a9c339735ed08a8f
+ sha256sums = e110beffda505e6954feb7b13541d35a7c12a176b9723290c853684713df6a67
+ sha256sums = 1a8458a453e3e93cdca6c72ccb2f218607301bc7d6580718febb428e446720a4
sha256sums = 91528f60cca93d3bce042d2ac16a63169025ec25a34453b49803126ed19153ae
pkgname = imgui
diff --git a/.gitignore b/.gitignore
index fb840f10cd60..141b95ad8711 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
CMakeLists.txt
imgui-config.cmake.in
v1.*
+*\.pkg\.*
diff --git a/PKGBUILD b/PKGBUILD
index 72a59d986fd9..b29668d97f1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=imgui
-pkgver=1.88
-pkgrel=2
+pkgver=1.89.2
+pkgrel=1
pkgdesc="Bloat-free Graphical User interface for C++"
license=('MIT')
arch=('x86_64')
@@ -10,8 +10,8 @@ makedepends=('cmake')
source=("https://codeload.github.com/ocornut/imgui/tar.gz/v${pkgver}"
"https://raw.githubusercontent.com/microsoft/vcpkg/master/ports/imgui/CMakeLists.txt"
"https://raw.githubusercontent.com/microsoft/vcpkg/master/ports/imgui/imgui-config.cmake.in")
-sha256sums=('9f14c788aee15b777051e48f868c5d4d959bd679fc5050e3d2a29de80d8fd32e'
- '262faed507149c89aab7572fd2c2a968f843ca2900043e30a9c339735ed08a8f'
+sha256sums=('e110beffda505e6954feb7b13541d35a7c12a176b9723290c853684713df6a67'
+ '1a8458a453e3e93cdca6c72ccb2f218607301bc7d6580718febb428e446720a4'
'91528f60cca93d3bce042d2ac16a63169025ec25a34453b49803126ed19153ae')
prepare () {