diff options
author | Azael Reyes | 2022-04-14 01:30:11 -0700 |
---|---|---|
committer | Azael Reyes | 2022-04-14 01:30:11 -0700 |
commit | f80086a2025ac73f9fa9cb579393c5dbca46a717 (patch) | |
tree | 92e2d300fbab788f4f91318c2a5574e45c04b854 | |
parent | dd1fd7f82310bd6b74931c7b334911df2315fff5 (diff) | |
download | aur-octetos-math.tar.gz |
save
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,12 +1,12 @@ pkgbase = octetos-math pkgdesc = C++ Library math - pkgver = 0.23.0 + pkgver = 0.25.0 pkgrel = 1 url = https://github.com/azaeldevel/octetos-math.git arch = x86_64 license = GPL depends = octetos-core - source = https://github.com/azaeldevel/octetos-math/archive/0.23.0-alpha.tar.gz - md5sums = 28e0cda52e8ab53286311ac0ebd41f47 + source = https://github.com/azaeldevel/octetos-math/archive/0.25.0-alpha.tar.gz + md5sums = a821165b8f7d450fd83b6cc2c017d3e1 pkgname = octetos-math @@ -2,7 +2,7 @@ pkgname=octetos-math -pkgver=0.23.0 +pkgver=0.25.0 pkgrel=1 phase=alpha pkgdesc="C++ Library math" @@ -10,7 +10,7 @@ arch=('x86_64') license=('GPL') url="https://github.com/azaeldevel/octetos-math.git" depends=('octetos-core') -md5sums=('28e0cda52e8ab53286311ac0ebd41f47') +md5sums=('a821165b8f7d450fd83b6cc2c017d3e1') source=(https://github.com/azaeldevel/$pkgname/archive/${pkgver}-$phase.tar.gz) build() { |