summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin !2022-10-31 10:41:57 -0400
committerJustin !2022-10-31 10:42:10 -0400
commitd4f36d8e7ec964016699ecf2610dc393c0b18a5d (patch)
treeeaa54323c6df0cd8a6a3d9b8d6b214040764a9bb
parent8476be09acf4321ffa09c9b785cf661ac9a3d605 (diff)
downloadaur-urxvt-font-size-git.tar.gz
Cleanup PKGBUILD
* Remove duplicated lines * Use `$_pkgname` to define install script attribute
-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")