summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarl Smedstad2022-09-28 21:43:26 +0200
committerCarl Smedstad2022-09-28 21:43:54 +0200
commitad049d7ebf229f79e7ae70dccd2b421c85da5be7 (patch)
treee875a3b2f4d539a834712dba51f7b7a89a334f68 /PKGBUILD
parent3cc20876a6b330aa697e4a7407396eac211d9a42 (diff)
downloadaur-xdg-utils-handlr.tar.gz
Change dependency from handlr-bin to handlr
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')