summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoa2024-03-02 20:13:17 -0600
committerNoa2024-03-02 20:13:17 -0600
commit3fce1d97445217f02fbb3dc11f79f4d1f4802184 (patch)
tree5b9f2f8941efe9ca70b1de5f0639169eb9453cf5
parent85f43c5a240c89c10d6f577198c68dad2d67ad8b (diff)
downloadaur-3fce1d97445217f02fbb3dc11f79f4d1f4802184.tar.gz
Add provides/conflicts
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73e4e70c992b..77f96a690ac6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,8 @@ pkgbase = celeste64-bin
url = https://maddymakesgamesinc.itch.io/celeste64
arch = x86_64
license = custom:celeste64
+ provides = celeste64
+ conflicts = celeste64
noextract = Celeste64-v1.1.1-Linux-x64.zip
options = !strip
source = https://github.com/ExOK/Celeste64/releases/download/v1.1.1/Celeste64-v1.1.1-Linux-x64.zip
diff --git a/PKGBUILD b/PKGBUILD
index 81f8bfe335e6..74cbbdb6ce59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,8 @@ arch=(x86_64)
url="https://maddymakesgamesinc.itch.io/celeste64"
license=('custom:celeste64')
options=('!strip')
+provides=(celeste64)
+conflicts=(celeste64)
_archive_file="Celeste64-v$pkgver-Linux-x64.zip"
source=("https://github.com/ExOK/Celeste64/releases/download/v$pkgver/$_archive_file"
"celeste64.desktop")