summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHu3rror2023-02-07 11:19:01 +0800
committerHu3rror2023-02-07 11:19:01 +0800
commit130e42c547c43587ebe473c4d78693cf9744a640 (patch)
treee3097bca05dec94acc251605ab8ab32f91a794a0
parenteb71027541e708325c66d154a18c1dc4bfccf878 (diff)
downloadaur-130e42c547c43587ebe473c4d78693cf9744a640.tar.gz
Update to 2.0.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4ea3b7936aa..cc166a9899be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = animationgarden-bin
pkgdesc = Desktop application for Animation Garden.
- pkgver = 1.2.0
- pkgrel = 5
- url = https://github.com/Him188/animation-garden-desktop
+ pkgver = 2.0.0
+ pkgrel = 1
+ url = https://github.com/Him188/animation-garden
arch = x86_64
license = GPL
depends = expat
@@ -11,7 +11,7 @@ pkgbase = animationgarden-bin
depends = zlib
provides = animationgarden-bin
conflicts = animationgarden-bin-dev
- source = https://github.com/Him188/animation-garden-desktop/releases/download/v1.2.0/AnimationGarden-1.2.0-debian-amd64.deb
- sha512sums = caa045b570ca143d1b5e1c28293f6c18464e7e84353d2f814d361478588c93535f6a7ff267b01b5572e79cac5f0251bf0f26d65f62abd4ef0456f228bb120d1a
+ source = https://github.com/Him188/animation-garden/releases/download/v2.0.0/AnimationGarden-2.0.0-debian-amd64.deb
+ sha512sums = 7562a5bc477a988c5bdf74dfc4c1c767814f8e6ed35faf7a39b15842923e7a48a4548ade5379ec73aa8d9cdf1880ca09ec17201379f945920872a04176958853
pkgname = animationgarden-bin
diff --git a/PKGBUILD b/PKGBUILD
index c6e5308025d0..32e0575d3660 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Hu3rror <hu3rror@protonmail.com>
pkgname=animationgarden-bin
-pkgver=1.2.0
-pkgrel=5
+pkgver=2.0.0
+pkgrel=1
pkgdesc="Desktop application for Animation Garden."
arch=('x86_64')
-url="https://github.com/Him188/animation-garden-desktop"
+url="https://github.com/Him188/animation-garden"
license=('GPL')
depends=('expat' 'util-linux-libs' 'xdg-utils' 'zlib')
-source=("https://github.com/Him188/animation-garden-desktop/releases/download/v1.2.0/AnimationGarden-1.2.0-debian-amd64.deb")
-sha512sums=('caa045b570ca143d1b5e1c28293f6c18464e7e84353d2f814d361478588c93535f6a7ff267b01b5572e79cac5f0251bf0f26d65f62abd4ef0456f228bb120d1a')
+source=("https://github.com/Him188/animation-garden/releases/download/v2.0.0/AnimationGarden-2.0.0-debian-amd64.deb")
+sha512sums=('7562a5bc477a988c5bdf74dfc4c1c767814f8e6ed35faf7a39b15842923e7a48a4548ade5379ec73aa8d9cdf1880ca09ec17201379f945920872a04176958853')
provides=(animationgarden-bin)
conflicts=(animationgarden-bin-dev)