summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfardragon2021-02-21 19:28:44 +0100
committerfardragon2021-02-21 19:28:44 +0100
commit9862aa07a81999e4f4891a45bef66610c5789cd8 (patch)
treec74fdb04e407169aa2034012d4dad8ef1f31c6d6
parentc44d60d5c7bddba01ec056bfdae6b08875e6b86e (diff)
downloadaur-9862aa07a81999e4f4891a45bef66610c5789cd8.tar.gz
bump imgui version to 1.81
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 840783f192dc..b127f838a46c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = imgui-sfml
pkgdesc = Library which allows you to use ImGui with SFML
pkgver = 2.1
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/eliasdaler/imgui-sfml/
arch = any
license = MIT
makedepends = cmake
depends = sfml
source = https://github.com/eliasdaler/imgui-sfml/archive/v2.1.tar.gz
- source = https://github.com/ocornut/imgui/archive/v1.79.tar.gz
+ source = https://github.com/ocornut/imgui/archive/v1.81.tar.gz
source = package.patch
md5sums = 6e7fc0bd05372e668c786f7e25591302
- md5sums = 88db45beef022784690eef0665c6021d
+ md5sums = 9b48ac38829b538233f99c0aa8cacf50
md5sums = 7e2a85494a0987e44e44ddaf79adb152
pkgname = imgui-sfml
diff --git a/PKGBUILD b/PKGBUILD
index d651e9fd0b99..7aa71ba79a73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=imgui-sfml
pkgver=2.1
-pkgrel=4
-_imguiver=1.79
+pkgrel=5
+_imguiver=1.81
pkgdesc="Library which allows you to use ImGui with SFML"
arch=("any")
url="https://github.com/eliasdaler/imgui-sfml/"
@@ -12,7 +12,7 @@ source=("https://github.com/eliasdaler/${pkgname}/archive/v${pkgver}.tar.gz"
"https://github.com/ocornut/imgui/archive/v${_imguiver}.tar.gz"
"package.patch")
md5sums=('6e7fc0bd05372e668c786f7e25591302'
- '88db45beef022784690eef0665c6021d'
+ '9b48ac38829b538233f99c0aa8cacf50'
'7e2a85494a0987e44e44ddaf79adb152')
depends=("sfml")
makedepends=("cmake")