summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Bezerra2022-09-27 12:05:15 -0300
committerRodrigo Bezerra2022-09-27 12:05:15 -0300
commit38c8a5dbebdedf4b4e2dfb668eb8f0b43dc680e6 (patch)
treeed2f4c26d83e9267b8f4eb0eed68d561d0658964
parent1ef19d58c019e094219ab1077ad868c5506408c1 (diff)
downloadaur-lib32-sord.tar.gz
Update to version 0.16.14
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a10bc687bbe0..e421c837e82b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-sord
pkgdesc = A lightweight C library for storing RDF data in memory (32-bit)
- pkgver = 0.16.12
+ pkgver = 0.16.14
pkgrel = 1
url = https://drobilla.net/software/sord.html
arch = x86_64
@@ -8,12 +8,12 @@ pkgbase = lib32-sord
makedepends = meson
depends = lib32-serd
depends = sord
- source = https://download.drobilla.net/sord-0.16.12.tar.xz
- source = https://download.drobilla.net/sord-0.16.12.tar.xz.sig
+ source = https://download.drobilla.net/sord-0.16.14.tar.xz
+ source = https://download.drobilla.net/sord-0.16.14.tar.xz.sig
validpgpkeys = 907D226E7E13FA337F014A083672782A9BF368F3
- sha512sums = d63cc1473d12676dac3724a096c85fd47745e456cf4b191fd9f8aaf8bb9399510c6878948fd045cc1942356e61dbefd8d88374c1ef6b327057e0bb8bfa03f926
+ sha512sums = f6f254518d5dccece7975529b1fcfd552fd9c37e49dc7e9f8a46756b85e476dac064a39af42bfb3078e999e75d1aa75dcc30ec91e08753defa9363adafdfd3bd
sha512sums = SKIP
- b2sums = 9b89848440a994145a934e66e6fe7b844e82e926cb48d05223faef9357d315db981cd68b1174d7c47e5d63b97f8e15d8cc6b2b992a6bd790b8b117ebbb6c059a
+ b2sums = 399f4bf5d1b8ae557fa7e2d2e92e74ed646d0554235f4527a4b9ad53aa6beb0e90e2d80c9e65ab3c872b5c8d45a7948b7746284bb1fd2352320a0aa33e97e305
b2sums = SKIP
pkgname = lib32-sord
diff --git a/PKGBUILD b/PKGBUILD
index 7ffc761f1ca7..57db40d3bd5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_basename=sord
pkgname=lib32-sord
-pkgver=0.16.12
+pkgver=0.16.14
pkgrel=1
pkgdesc="A lightweight C library for storing RDF data in memory (32-bit)"
arch=(x86_64)
@@ -11,9 +11,9 @@ license=(custom:ISC)
depends=(lib32-serd sord)
makedepends=(meson)
source=(https://download.drobilla.net/$_basename-$pkgver.tar.xz{,.sig})
-sha512sums=('d63cc1473d12676dac3724a096c85fd47745e456cf4b191fd9f8aaf8bb9399510c6878948fd045cc1942356e61dbefd8d88374c1ef6b327057e0bb8bfa03f926'
+sha512sums=('f6f254518d5dccece7975529b1fcfd552fd9c37e49dc7e9f8a46756b85e476dac064a39af42bfb3078e999e75d1aa75dcc30ec91e08753defa9363adafdfd3bd'
'SKIP')
-b2sums=('9b89848440a994145a934e66e6fe7b844e82e926cb48d05223faef9357d315db981cd68b1174d7c47e5d63b97f8e15d8cc6b2b992a6bd790b8b117ebbb6c059a'
+b2sums=('399f4bf5d1b8ae557fa7e2d2e92e74ed646d0554235f4527a4b9ad53aa6beb0e90e2d80c9e65ab3c872b5c8d45a7948b7746284bb1fd2352320a0aa33e97e305'
'SKIP')
validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3') # David Robillard <d@drobilla.net>