summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author4shadoww2020-06-13 21:26:44 +0300
committer4shadoww2020-06-13 21:26:44 +0300
commit2a613ee95d754200323fd763226eb88c4d17fbb2 (patch)
tree9d921be77b92737ea3cb8f646fe538bd86f63df9
parent51096813ddd071feda0199b809a8a5912ae3cc16 (diff)
downloadaur-2a613ee95d754200323fd763226eb88c4d17fbb2.tar.gz
new version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 687f2bcfc309..46d1ece5fdd6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = stb
pkgdesc = single-file public domain (or MIT licensed) libraries for C/C++
- pkgver = 20190921
+ pkgver = 20200205
pkgrel = 1
url = https://github.com/nothings/stb
arch = any
license = public domain
license = MIT
- source = https://github.com/nothings/stb/archive/052dce117ed989848a950308bd99eef55525dfb1.tar.gz
- md5sums = 1553a375289eabd0c190fe83b5dfeb1b
+ source = https://github.com/nothings/stb/archive/f54acd4e13430c5122cab4ca657705c84aa61b08.tar.gz
+ md5sums = 2da2e2f848f4f28cd05d56971bab586c
pkgname = stb
diff --git a/PKGBUILD b/PKGBUILD
index 0f309b703c63..3963d4385007 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Noa-Emil Nissinen <aur dot satella at spamgourmet dot org>
-commitsha="052dce117ed989848a950308bd99eef55525dfb1"
+commitsha="f54acd4e13430c5122cab4ca657705c84aa61b08"
pkgname=stb
-pkgver=20190921
+pkgver=20200205
pkgrel=1
pkgdesc="single-file public domain (or MIT licensed) libraries for C/C++"
arch=('any')
url="https://github.com/nothings/stb"
license=('public domain' 'MIT')
source=("https://github.com/nothings/$pkgname/archive/$commitsha.tar.gz")
-md5sums=('1553a375289eabd0c190fe83b5dfeb1b')
+md5sums=('2da2e2f848f4f28cd05d56971bab586c')
package() {
cd "$pkgname-$commitsha"