summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMazhar Hussain2023-12-26 10:22:16 +0500
committerMazhar Hussain2023-12-26 10:22:16 +0500
commitdc60f40b129d3b6dcbf21c92e9aa55c2fba12c79 (patch)
treecfeecc1ffea2f98a18f8706a3dffa9ccf94be6b9 /PKGBUILD
parent651997c825fb90a41561e9e571639fa235435888 (diff)
downloadaur-dc60f40b129d3b6dcbf21c92e9aa55c2fba12c79.tar.gz
Add provides/conflicts with appimaged
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d44a06893d8..9c0f96356221 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,11 @@ pkgname=appimaged-bin
pkgdesc="Deprecated: A daemon that monitors the system and integrates AppImages"
url="https://github.com/AppImageCommunity/appimaged"
pkgver=r199
-pkgrel=2
+pkgrel=3
arch=(x86_64)
license=(MIT)
+provides=(appimaged)
+conflicts=(appimaged)
depends=(gdk-pixbuf2)
source=(
"appimaged.AppImage"::"https://github.com/AppImageCommunity/appimaged/releases/download/continuous/appimaged-x86_64.AppImage"