summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e80c1ae8b175..e795a6edc738 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = appimaged-bin
pkgdesc = Deprecated: A daemon that monitors the system and integrates AppImages
pkgver = r199
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/AppImageCommunity/appimaged
arch = x86_64
license = MIT
depends = gdk-pixbuf2
+ provides = appimaged
+ conflicts = appimaged
source = appimaged.AppImage::https://github.com/AppImageCommunity/appimaged/releases/download/continuous/appimaged-x86_64.AppImage
source = LICENSE::https://github.com/AppImageCommunity/appimaged/raw/continuous/LICENSE
sha256sums = 0cb439698ccd542c622c5aec5496efb0fe6a56575b16be9e77bd5467b97b4555
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"