summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2020-08-18 09:11:29 +0700
committerkhai96_2020-08-18 09:11:29 +0700
commitea5e02f263c11386b316d3aed328040316618ed6 (patch)
tree0adcd6d326735db1edcc7747697cdf6dc979b6d1
parent53b7c816a95e0e54379129ce740787768a6eaebc (diff)
downloadaur-ea5e02f263c11386b316d3aed328040316618ed6.tar.gz
Set conflicts and provides
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4ec32624eab..2295f6c9f42e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = emulsion-bin
license = MIT
makedepends = coreutils
makedepends = tar
+ provides = emulsion
+ conflicts = emulsion
source = https://github.com/ArturKovacs/emulsion/releases/download/v5.0/Emulsion-Linux.deb-v5.0.deb
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index bf09e1b11d4d..1368a0473fb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,6 +5,8 @@ pkgver='5.0'
pkgrel='0'
pkgdesc='A fast and minimalistic image viewer'
arch=('x86_64')
+conflicts=('emulsion')
+provides=('emulsion')
makedepends=(
'coreutils'
'tar'