summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandy Carter2022-07-25 21:39:39 -0400
committerSandy Carter2022-07-25 21:39:39 -0400
commit3e23852237df77e3c13b1adfa06e221c51d2d415 (patch)
tree8221000eaf79e6747c6a8ed49cdae4fa194f2084
parent66c1305c7c412ec809c976e55a6ebf4c324f4660 (diff)
downloadaur-3e23852237df77e3c13b1adfa06e221c51d2d415.tar.gz
Update source CMakeLists.txt
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 818d7bf1a6ad..5c103c4cf7b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = imgui
pkgdesc = Bloat-free Graphical User interface for C++
pkgver = 1.88
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ocornut/imgui
arch = x86_64
license = MIT
@@ -11,7 +11,7 @@ pkgbase = imgui
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 = 1a8458a453e3e93cdca6c72ccb2f218607301bc7d6580718febb428e446720a4
+ sha256sums = 262faed507149c89aab7572fd2c2a968f843ca2900043e30a9c339735ed08a8f
sha256sums = 91528f60cca93d3bce042d2ac16a63169025ec25a34453b49803126ed19153ae
pkgname = imgui
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..fb840f10cd60
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+CMakeLists.txt
+imgui-config.cmake.in
+v1.*
diff --git a/PKGBUILD b/PKGBUILD
index 58e371404589..72a59d986fd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=imgui
pkgver=1.88
-pkgrel=1
+pkgrel=2
pkgdesc="Bloat-free Graphical User interface for C++"
license=('MIT')
arch=('x86_64')
@@ -11,7 +11,7 @@ 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'
- '1a8458a453e3e93cdca6c72ccb2f218607301bc7d6580718febb428e446720a4'
+ '262faed507149c89aab7572fd2c2a968f843ca2900043e30a9c339735ed08a8f'
'91528f60cca93d3bce042d2ac16a63169025ec25a34453b49803126ed19153ae')
prepare () {