summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2020-01-03 13:11:47 +0100
committerPhilip Goto2020-01-03 13:11:47 +0100
commitecd66474f8055f8db956811dd27a2603d7554eb2 (patch)
tree8335b8d373510761ec70f0b5231b143595b471e8
parentfe55e99eec2f1699231e707bf843869106b72b80 (diff)
downloadaur-ecd66474f8055f8db956811dd27a2603d7554eb2.tar.gz
Update to 3.7.5
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72079caa6647..0c92cbc66f38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libanimation
pkgdesc = Library that provides animation calculations
- pkgver = 3.5.6
+ pkgver = 3.7.5
pkgrel = 1
url = https://github.com/endlessm/libanimation
arch = x86_64
@@ -13,9 +13,8 @@ pkgbase = libanimation
makedepends = gtest
makedepends = glib2
depends = glib2
- conflicts = libanimation-git
- source = https://github.com/endlessm/libanimation/archive/Release_3.5.6.tar.gz
- sha256sums = ad31587b2ca148e64d62716125788d489ccd6ec855eb3ad9f8030e5edaf306e8
+ source = https://github.com/endlessm/libanimation/archive/Release_3.7.5.tar.gz
+ sha256sums = bce5760c54ec3469ca59addfad707c2883bf4f1eee8da9a6b14f82edc847a2bb
pkgname = libanimation
diff --git a/PKGBUILD b/PKGBUILD
index aa6d15ffbbcf..e42474ec472d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,19 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=libanimation
-pkgver=3.5.6
+pkgver=3.7.5
pkgrel=1
pkgdesc="Library that provides animation calculations"
arch=(x86_64 i686 aarch64 armv7h)
url="https://github.com/endlessm/libanimation"
license=(LGPL)
depends=(glib2)
-makedepends=(meson gmock gtest glib2)
-conflicts=(libanimation-git)
+makedepends=(meson
+ gobject-introspection
+ gmock
+ gtest)
source=("https://github.com/endlessm/libanimation/archive/Release_${pkgver}.tar.gz")
-sha256sums=('ad31587b2ca148e64d62716125788d489ccd6ec855eb3ad9f8030e5edaf306e8')
+sha256sums=('bce5760c54ec3469ca59addfad707c2883bf4f1eee8da9a6b14f82edc847a2bb')
build() {
arch-meson ${pkgname}-Release_${pkgver} build