diff options
author | Alex | 2020-04-26 17:18:37 +0200 |
---|---|---|
committer | Alex | 2020-04-26 17:18:37 +0200 |
commit | 2002440b5b62c75b081856dcaf0a8db48fa60b76 (patch) | |
tree | 93144b04951facafe0d501f7d7682d941f528b25 | |
parent | 48971768aef2a82fc0dbf74aa24b32238ba71248 (diff) | |
download | aur-2002440b5b62c75b081856dcaf0a8db48fa60b76.tar.gz |
Update to v9.5.e31b1bf
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 5 | ||||
-rw-r--r-- | gnome-shell-extension-animation-tweaks-git.install | 13 |
3 files changed, 19 insertions, 4 deletions
@@ -1,8 +1,9 @@ pkgbase = gnome-shell-extension-animation-tweaks-git pkgdesc = A GNOME Shell Extension to Tweak animations and customize them. - pkgver = 8.482f1ab - pkgrel = 2 + pkgver = 9.5.e31b1bf + pkgrel = 1 url = https://github.com/Selenium-H/Animation-Tweaks + install = gnome-shell-extension-animation-tweaks-git.install arch = any license = GLPv3 makedepends = git @@ -2,14 +2,15 @@ pkgname=gnome-shell-extension-animation-tweaks-git _pkgname=Animation-Tweaks -pkgver=8.482f1ab -pkgrel=2 +pkgver=9.5.e31b1bf +pkgrel=1 pkgdesc="A GNOME Shell Extension to Tweak animations and customize them." arch=('any') url="https://github.com/Selenium-H/Animation-Tweaks" license=('GLPv3') depends=('gnome-shell') makedepends=('git') +install=${pkgname}.install source=('git+https://github.com/Selenium-H/Animation-Tweaks.git') sha256sums=('SKIP') diff --git a/gnome-shell-extension-animation-tweaks-git.install b/gnome-shell-extension-animation-tweaks-git.install new file mode 100644 index 000000000000..7ae84b1acb47 --- /dev/null +++ b/gnome-shell-extension-animation-tweaks-git.install @@ -0,0 +1,13 @@ +post_install() { + echo "" + echo "==> ATTENTION: If problems occur after the update, please reset the settings!" + echo "==> Reset button is present in About tab in extension preferences." + echo "" +} + +post_upgrade() { + echo "" + echo "==> ATTENTION: If problems occur after the update, please reset the settings!" + echo "==> Reset button is present in About tab in extension preferences." + echo "" +} |