summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77f8b8715918..c8339db1a877 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,9 +11,7 @@ url="https://github.com/majutsushi/${_pkgname}"
license=('MIT')
depends=('rxvt-unicode' 'xorg-xrdb' 'xorg-xlsfonts')
makedepends=('git')
-provides=('urxvt-font-size')
-conflicts=('urxvt-font-size')
-install='urxvt-font-size.install'
+install="${_pkgname}.install"
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("git+https://github.com/majutsushi/${_pkgname}.git")