diff options
author | GoliathLabs | 2020-06-27 17:16:11 +0200 |
---|---|---|
committer | GoliathLabs | 2020-06-27 17:16:11 +0200 |
commit | 1edfb678d5fe7dfe90af575373e3e8c816199da7 (patch) | |
tree | 1d04e7f46f786d74b16b0587a90f84f6d6bbfbc3 /PKGBUILD | |
parent | 8146d9e0260c5a31a3806bbc42d274c6d0c3821d (diff) | |
download | aur-libanimation.tar.gz |
Updated: 3.8.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,7 +1,8 @@ -# Maintainer: Philip Goto <philip.goto@gmail.com> +# Maintainer: Felix Golatofski <contact@xdfr.de> +# Contributor: Philip Goto <philip.goto@gmail.com> pkgname=libanimation -pkgver=3.7.8 +pkgver=3.8.3 pkgrel=1 pkgdesc="Library that provides animation calculations" arch=(i686 x86_64 armv7h aarch64) @@ -13,7 +14,7 @@ makedepends=(meson gmock gtest) source=("https://github.com/endlessm/libanimation/archive/Release_${pkgver}.tar.gz") -sha256sums=('cb890ec9710df457354b5b297dca05601043f6222695df911e73a2f533de9966') +sha256sums=('41c4ff7f65e862b8d3ca792ba20f66f6161d976d4b3259c50c250b0f028b996b') build() { arch-meson ${pkgname}-Release_${pkgver} build |