summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2020-04-13 21:57:03 +0200
committerPhilip Goto2020-04-13 21:57:03 +0200
commit8146d9e0260c5a31a3806bbc42d274c6d0c3821d (patch)
tree87603f83ecf2a2c9bf484824b35c5f9b9bf1a1f5
parent524d526e2f79dc2949015960460ea9f011e791a6 (diff)
downloadaur-8146d9e0260c5a31a3806bbc42d274c6d0c3821d.tar.gz
Update to 3.7.8
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76d1b5e64a32..81c769f66537 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = libanimation
pkgdesc = Library that provides animation calculations
- pkgver = 3.7.5
+ pkgver = 3.7.8
pkgrel = 1
url = https://github.com/endlessm/libanimation
- arch = x86_64
arch = i686
- arch = aarch64
+ arch = x86_64
arch = armv7h
+ arch = aarch64
license = LGPL
makedepends = meson
makedepends = gobject-introspection
makedepends = gmock
makedepends = gtest
depends = glib2
- source = https://github.com/endlessm/libanimation/archive/Release_3.7.5.tar.gz
- sha256sums = bce5760c54ec3469ca59addfad707c2883bf4f1eee8da9a6b14f82edc847a2bb
+ source = https://github.com/endlessm/libanimation/archive/Release_3.7.8.tar.gz
+ sha256sums = cb890ec9710df457354b5b297dca05601043f6222695df911e73a2f533de9966
pkgname = libanimation
diff --git a/PKGBUILD b/PKGBUILD
index e42474ec472d..612cdf65a31a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=libanimation
-pkgver=3.7.5
+pkgver=3.7.8
pkgrel=1
pkgdesc="Library that provides animation calculations"
-arch=(x86_64 i686 aarch64 armv7h)
+arch=(i686 x86_64 armv7h aarch64)
url="https://github.com/endlessm/libanimation"
license=(LGPL)
depends=(glib2)
@@ -13,7 +13,7 @@ makedepends=(meson
gmock
gtest)
source=("https://github.com/endlessm/libanimation/archive/Release_${pkgver}.tar.gz")
-sha256sums=('bce5760c54ec3469ca59addfad707c2883bf4f1eee8da9a6b14f82edc847a2bb')
+sha256sums=('cb890ec9710df457354b5b297dca05601043f6222695df911e73a2f533de9966')
build() {
arch-meson ${pkgname}-Release_${pkgver} build