summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWard Segers2021-10-22 18:47:47 +0200
committerWard Segers2021-10-22 18:47:47 +0200
commit6129b193b2b13d32a6daf1f98d427aaed494f281 (patch)
tree454dd0a8c7ee3af478598148f040b3600fb9ad69
parent8df57c85dd182924c4be3bcd993505595aa2bf4c (diff)
downloadaur-6129b193b2b13d32a6daf1f98d427aaed494f281.tar.gz
update
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1dc9990d0461..d257e106e789 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = linmath
pkgdesc = lean linear math library, aimed at graphics programming
- pkgver = 1.70d7f11
+ pkgver = 2.0538757
pkgrel = 1
url = https://github.com/datenwolf/linmath.h
arch = any
license = custom:WTFPL
provides = linmath.h
- source = git://github.com/datenwolf/linmath.h#commit=70d7f11
+ source = git://github.com/datenwolf/linmath.h#commit=0538757
md5sums = SKIP
pkgname = linmath
-
diff --git a/PKGBUILD b/PKGBUILD
index e7cbb762a24e..e4c4351ac4c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ward Segers <w@rdsegers.be>
pkgname=linmath
-_pkgver=70d7f11
-pkgver="1.${_pkgver}"
+_pkgver=0538757
+pkgver="2.${_pkgver}"
pkgrel=1
pkgdesc="lean linear math library, aimed at graphics programming"
arch=("any")