summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2020-04-14 17:00:36 +0300
committerCaleb Maclennan2020-04-14 17:00:36 +0300
commitde806ed5249187f1310e8cad31a88a793257f5f0 (patch)
tree2dc7bf98bdbac94019e0b5c12c678739acca1039 /PKGBUILD
parent943283ecb12871c133f0648a85e8d7262883f7d2 (diff)
downloadaur-de806ed5249187f1310e8cad31a88a793257f5f0.tar.gz
Fix typo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 482f488ebef8..30a261e2ce09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ makedepends=('pandoc'
# 'noto-fonts-alpha'
'texlive-core'
'xorg-xwininfo')
-provides=("${pkgname%/git}")
+provides=("${pkgname/%-git}")
conflicts=("${provides[@]}")
source=("git://repo.or.cz/${pkgname/-/.}"
"git://git.sv.gnu.org/gnulib.git")