summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHu3rror2022-10-23 19:42:22 +0800
committerHu3rror2022-10-23 19:42:22 +0800
commiteb71027541e708325c66d154a18c1dc4bfccf878 (patch)
treed781045f536371b792d414a56919e8845e42079b
parent5ee9a83fdd5e64f1f290cb0bf583ca93a08ba8f3 (diff)
downloadaur-eb71027541e708325c66d154a18c1dc4bfccf878.tar.gz
Update provides & conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 698d547a8544..a4ea3b7936aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = animationgarden-bin
pkgdesc = Desktop application for Animation Garden.
pkgver = 1.2.0
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/Him188/animation-garden-desktop
arch = x86_64
license = GPL
@@ -9,6 +9,8 @@ pkgbase = animationgarden-bin
depends = util-linux-libs
depends = xdg-utils
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
diff --git a/PKGBUILD b/PKGBUILD
index b1619d25133c..c6e5308025d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=animationgarden-bin
pkgver=1.2.0
-pkgrel=4
+pkgrel=5
pkgdesc="Desktop application for Animation Garden."
arch=('x86_64')
url="https://github.com/Him188/animation-garden-desktop"
@@ -10,6 +10,8 @@ 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')
+provides=(animationgarden-bin)
+conflicts=(animationgarden-bin-dev)
package(){
cd "${srcdir}"