summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandy Carter2023-09-06 07:17:38 -0400
committerSandy Carter2023-09-06 07:17:38 -0400
commit5cfb4aef3b7ea2f436f8c629a9a2124d3228846e (patch)
tree641e818e60cf9a465c8d9fb187a880b6f25a12df
parentf3effb36e477c0ca7e16cdd912da01be825f4b4b (diff)
downloadaur-5cfb4aef3b7ea2f436f8c629a9a2124d3228846e.tar.gz
update cmake file shas
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0c5c95a5ff8..f6325087c11e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = imgui
pkgdesc = Bloat-free Graphical User interface for C++
pkgver = 1.89.9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ocornut/imgui
arch = x86_64
license = MIT
makedepends = cmake
depends = gcc-libs
source = imgui-1.89.9.tar.gz::https://codeload.github.com/ocornut/imgui/tar.gz/v1.89.9
- source = CMakeLists.v1.89.9-1.txt::https://raw.githubusercontent.com/microsoft/vcpkg/master/ports/imgui/CMakeLists.txt
- source = imgui-config.v1.89.9-1.cmake.in::https://raw.githubusercontent.com/microsoft/vcpkg/master/ports/imgui/imgui-config.cmake.in
+ source = CMakeLists.v1.89.9-2.txt::https://raw.githubusercontent.com/microsoft/vcpkg/master/ports/imgui/CMakeLists.txt
+ source = imgui-config.v1.89.9-2.cmake.in::https://raw.githubusercontent.com/microsoft/vcpkg/master/ports/imgui/imgui-config.cmake.in
sha256sums = 1acc27a778b71d859878121a3f7b287cd81c29d720893d2b2bf74455bf9d52d6
- sha256sums = 9435b199b0248611314f312e0ac9130816d86f2b15ac21283cffb78d883d5584
- sha256sums = b993a4e2cd0729586339816aabebb0d0109a390c4beb65e7319dba8bd940c28a
+ sha256sums = d91c95d73bcf3d8f2a05d15394a1a6600a91df6f5dee99cc467a548ee8f05a1f
+ sha256sums = 1e7b523fca4b85ef4bd995c8c0485ba15be78d91731f6a5a444711762b947493
pkgname = imgui
diff --git a/PKGBUILD b/PKGBUILD
index e4da5064bb1a..4be90b962b8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=imgui
pkgver=1.89.9
-pkgrel=1
+pkgrel=2
pkgdesc="Bloat-free Graphical User interface for C++"
license=('MIT')
arch=('x86_64')
@@ -11,8 +11,8 @@ source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/ocornut/imgui/tar.
"CMakeLists.v${pkgver}-${pkgrel}.txt::https://raw.githubusercontent.com/microsoft/vcpkg/master/ports/imgui/CMakeLists.txt"
"imgui-config.v${pkgver}-${pkgrel}.cmake.in::https://raw.githubusercontent.com/microsoft/vcpkg/master/ports/imgui/imgui-config.cmake.in")
sha256sums=('1acc27a778b71d859878121a3f7b287cd81c29d720893d2b2bf74455bf9d52d6'
- '9435b199b0248611314f312e0ac9130816d86f2b15ac21283cffb78d883d5584'
- 'b993a4e2cd0729586339816aabebb0d0109a390c4beb65e7319dba8bd940c28a')
+ 'd91c95d73bcf3d8f2a05d15394a1a6600a91df6f5dee99cc467a548ee8f05a1f'
+ '1e7b523fca4b85ef4bd995c8c0485ba15be78d91731f6a5a444711762b947493')
prepare () {
cp CMakeLists.v${pkgver}-${pkgrel}.txt ${pkgname}-${pkgver}/CMakeLists.txt