summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12a378c235ea..7910f62526de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = xdg-utils-handlr
pkgdesc = A shim for xdg-utils to use handlr under the hood
pkgver = 0.6.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/chmln/handlr
arch = x86_64
license = MIT
- depends = handlr-bin
+ depends = handlr
provides = xdg-utils
conflicts = xdg-utils
conflicts = xdg-utils-mimeo
diff --git a/PKGBUILD b/PKGBUILD
index 299ef8d1bc89..73cd35c42ef1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=xdg-utils-handlr
pkgver=0.6.4
-pkgrel=1
+pkgrel=2
pkgdesc="A shim for xdg-utils to use handlr under the hood"
arch=('x86_64')
url='https://github.com/chmln/handlr'
license=('MIT')
-depends=('handlr-bin')
+depends=('handlr')
provides=('xdg-utils')
conflicts=('xdg-utils' 'xdg-utils-mimeo')