summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandy Carter2022-03-31 11:40:23 -0400
committerSandy Carter2022-03-31 11:40:23 -0400
commitf75b93e7098791ec9bb06bd8814b53fc32476679 (patch)
tree54704804ce5227ce54576d2a8942ea6503bb40a9
parentc29637ac27e046f3ff2015d176f05ed6fa30cf91 (diff)
downloadaur-f75b93e7098791ec9bb06bd8814b53fc32476679.tar.gz
remove wget from dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b48cb31cc2f3..0793cefddd44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = imgui
pkgdesc = Bloat-free Graphical User interface for C++
pkgver = 1.87
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ocornut/imgui
arch = x86_64
license = MIT
makedepends = cmake
depends = gcc-libs
- depends = wget
source = https://codeload.github.com/ocornut/imgui/tar.gz/v1.87
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
diff --git a/PKGBUILD b/PKGBUILD
index bea5e268da35..46ace82097cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=imgui
pkgver=1.87
-pkgrel=1
+pkgrel=2
pkgdesc="Bloat-free Graphical User interface for C++"
license=('MIT')
arch=('x86_64')
url="https://github.com/ocornut/imgui"
-depends=('gcc-libs' 'wget')
+depends=('gcc-libs')
makedepends=('cmake')
source=("https://codeload.github.com/ocornut/imgui/tar.gz/v${pkgver}"
"https://raw.githubusercontent.com/microsoft/vcpkg/master/ports/imgui/CMakeLists.txt"