summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81c769f66537..175171944a08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libanimation
pkgdesc = Library that provides animation calculations
- pkgver = 3.7.8
+ pkgver = 3.8.3
pkgrel = 1
url = https://github.com/endlessm/libanimation
arch = i686
@@ -13,8 +13,8 @@ pkgbase = libanimation
makedepends = gmock
makedepends = gtest
depends = glib2
- source = https://github.com/endlessm/libanimation/archive/Release_3.7.8.tar.gz
- sha256sums = cb890ec9710df457354b5b297dca05601043f6222695df911e73a2f533de9966
+ source = https://github.com/endlessm/libanimation/archive/Release_3.8.3.tar.gz
+ sha256sums = 41c4ff7f65e862b8d3ca792ba20f66f6161d976d4b3259c50c250b0f028b996b
pkgname = libanimation
diff --git a/PKGBUILD b/PKGBUILD
index 612cdf65a31a..cb4db6e01d53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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