summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandy Carter2023-05-02 12:22:51 -0400
committerSandy Carter2023-05-02 12:22:51 -0400
commita89e6da2884ade6f0ace226ee8853ae3b1b529f8 (patch)
tree8146a04baaef802db998940c4fd379d46cefcc11
parentdfd13a0f82917ff00eec3aa3b32465e920592944 (diff)
downloadaur-a89e6da2884ade6f0ace226ee8853ae3b1b529f8.tar.gz
Rename the src file to be unique and avoid conflicts when using SRCDEST
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 266cd61f9345..bc63f3369b41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = imgui
pkgdesc = Bloat-free Graphical User interface for C++
pkgver = 1.89.5
- pkgrel = 2
+ pkgrel = 3
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.89.5
- source = CMakeLists.txt.v1.89.5-2::https://raw.githubusercontent.com/microsoft/vcpkg/master/ports/imgui/CMakeLists.txt
- source = imgui-config.cmake.in.v1.89.5-2::https://raw.githubusercontent.com/microsoft/vcpkg/master/ports/imgui/imgui-config.cmake.in
+ source = imgui-1.89.5.tar.gz::https://codeload.github.com/ocornut/imgui/tar.gz/v1.89.5
+ source = CMakeLists.txt.v1.89.5-3::https://raw.githubusercontent.com/microsoft/vcpkg/master/ports/imgui/CMakeLists.txt
+ source = imgui-config.cmake.in.v1.89.5-3::https://raw.githubusercontent.com/microsoft/vcpkg/master/ports/imgui/imgui-config.cmake.in
sha256sums = eab371005c86dd029523a0c4ba757840787163740d45c1f4e5a110eb21820546
sha256sums = babb55a73a4449c4cee837ae029a9cf346089324400922e2f59ba22b08b6ce73
sha256sums = 872817faad3a5c1f221a42309dc1b7c9c26434630df63d49a2b85a573c9598ed
diff --git a/.gitignore b/.gitignore
index 2e3fe5f7e082..66aa7961d1cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,6 @@
CMakeLists.txt*
imgui-config.cmake.in*
-v1.*
+imgui-1.*.tar.gz
*\.pkg\.*
src/
pkg/
diff --git a/PKGBUILD b/PKGBUILD
index c117fab167f7..d2495843658c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=imgui
pkgver=1.89.5
-pkgrel=2
+pkgrel=3
pkgdesc="Bloat-free Graphical User interface for C++"
license=('MIT')
arch=('x86_64')
url="https://github.com/ocornut/imgui"
depends=('gcc-libs')
makedepends=('cmake')
-source=("https://codeload.github.com/ocornut/imgui/tar.gz/v${pkgver}"
+source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/ocornut/imgui/tar.gz/v${pkgver}"
"CMakeLists.txt.v${pkgver}-${pkgrel}::https://raw.githubusercontent.com/microsoft/vcpkg/master/ports/imgui/CMakeLists.txt"
"imgui-config.cmake.in.v${pkgver}-${pkgrel}::https://raw.githubusercontent.com/microsoft/vcpkg/master/ports/imgui/imgui-config.cmake.in")
sha256sums=('eab371005c86dd029523a0c4ba757840787163740d45c1f4e5a110eb21820546'