summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDPDmancul2019-12-10 20:53:53 +0100
committerDPDmancul2019-12-10 20:53:53 +0100
commit6e40b375cee5a9b53811cd0311af8f1e0c6cb8cb (patch)
treed720311c150a0eb9d0d388d184f4f87ed07e840d /PKGBUILD
parent5b5fa86a51cebaa84f66cedc41bf0f050ffc7fe5 (diff)
downloadaur-latex-padova.tar.gz
fixed missing $ in PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a373ac3166e3..f4466197c155 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="Beamer theme of the University of Padua"
arch=(any)
url="https://andrea.burattin.net/stuff/tema-latex-beamer-padova/"
depends=('texlive-core')
-provides=(pkgname)
-conflicts=(pkgname)
+provides=("$pkgname")
+conflicts=("$pkgname")
install="${pkgname}.install"
source=('https://andrea.burattin.net/public-files/stuff/tema-latex-beamer-padova/beamer_padova-0.4.zip')
md5sums=('51195ecbf99f1c46ff04bf71eca3296a')