diff options
author | Alexandre Demers | 2021-08-09 01:07:52 -0400 |
---|---|---|
committer | Alexandre Demers | 2021-08-09 01:07:52 -0400 |
commit | a8f57e97f7069116608ff073336c335e02af272b (patch) | |
tree | b6c454847311afae03f0908a60661b108e5f3953 /.SRCINFO | |
parent | a139a560a90ffde5906524a2b671f1224455e49f (diff) | |
download | aur-a8f57e97f7069116608ff073336c335e02af272b.tar.gz |
Update to 0.9.1
Be more flexible on native package's version.
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -1,6 +1,6 @@ pkgbase = lib32-dav1d pkgdesc = AV1 cross-platform decoder focused on speed and correctness (32 bit) - pkgver = 0.9.0 + pkgver = 0.9.1 pkgrel = 1 url = https://code.videolan.org/videolan/dav1d/ arch = x86_64 @@ -11,12 +11,12 @@ pkgbase = lib32-dav1d makedepends = doxygen makedepends = graphviz makedepends = xxhash - source = https://downloads.videolan.org/pub/videolan/dav1d/0.9.0/dav1d-0.9.0.tar.xz - source = https://downloads.videolan.org/pub/videolan/dav1d/0.9.0/dav1d-0.9.0.tar.xz.asc + source = https://downloads.videolan.org/pub/videolan/dav1d/0.9.1/dav1d-0.9.1.tar.xz + source = https://downloads.videolan.org/pub/videolan/dav1d/0.9.1/dav1d-0.9.1.tar.xz.asc validpgpkeys = 65F7C6B4206BD057A7EB73787180713BE58D1ADC - sha512sums = 46ead83042ab951eb4c79c458e060875174739a8a0efd8d34fdcb6ad3c094093f629d16f467c1dbd37a125bba31d0a7b051933540e38c675eade25fefc80ed75 + sha512sums = 672708b07c389f21968b3d91be4547483f8c0d3b5d41e916503798896ab88212bafa3ca8c229624cbbbe5fdcfcb4f26f19ed8ce9ce1c9f8a217174fe397b6a35 sha512sums = SKIP - b2sums = 261331fb339c4f5e1f854310dd5ee5f0d9d7730385c5eaa5c097a26daa2d92b4283ade127dffbec776da2737f1269797cfdda516d3531e8ac1c0947c431e6e68 + b2sums = 41a8c4bf1b21432bd01b9ef2ea102e24c4c0a7cdf2070a665567ae861acfabb5242028ef758ea4bb420b6b0f9b3c9fd5bd056c766910864a6e24184747c2e27b b2sums = SKIP pkgname = lib32-dav1d @@ -26,8 +26,7 @@ pkgname = lib32-dav1d pkgname = lib32-libdav1d pkgdesc = AV1 cross-platform decoder focused on speed and correctness - library (32 bit) - depends = dav1d=0.9.0 + depends = dav1d>=0.9.1 depends = lib32-glibc provides = lib32-dav1d provides = libdav1d.so - |