summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Giles2016-02-28 18:52:01 +0100
committerOliver Giles2016-02-28 18:52:01 +0100
commit6b58ba68427eab4e21fd56b3503d38a436a52076 (patch)
tree997f3281d30701d8c7bedbbf0d9df3daaf154b0c
parent0e5b3f3e0f13bade93efa30a1cafabfb54416047 (diff)
downloadaur-6b58ba68427eab4e21fd56b3503d38a436a52076.tar.gz
remove brackets around url as per @eldar's suggestion
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1cb641ab21c..663a51855faf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgrel=2
pkgdesc="Hebrew fonts from the Culmus project for LaTeX"
arch=('any')
license=('GPL2' 'custom:culmus')
-url=("http://www.guyrutenberg.com/culmus-latex/")
+url="http://www.guyrutenberg.com/culmus-latex/"
depends=(texlive-core)
install=$pkgname.install
conflicts=(culmus-latex)