summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTarn Burton2016-03-01 12:33:30 -0500
committerTarn Burton2016-03-01 12:33:30 -0500
commit3e42b3154af47c2f014906d8f480ff221a67ee8b (patch)
tree33c11bcc8ca5489778b93fc97da1de250ae4932b /PKGBUILD
parent775982d57c13559a12e40432872957616cc584b5 (diff)
downloadaur-3e42b3154af47c2f014906d8f480ff221a67ee8b.tar.gz
Initial adoption.
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 21554bbf4676..fb81711d015c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,3 +1,4 @@
+# Maintainer: Tarn Burton <twburton at gmail dot com>
# Contributor: Dariusz 'quasi' Panchyrz <quasi@aur.archlinux.org>
pkgname=cadabra
@@ -8,8 +9,8 @@ arch=('i686' 'x86_64')
url="http://cadabra.phi-sci.com/"
license=('GPL')
depends=('conlie' 'modglue' 'gmp' 'pcre') # for gui: 'gtkmm' 'dvipng' 'texlive' 'breqn' http://www.ctan.org/pkg/breqn
-install=$pkgname.install
-source=(http://cadabra.phi-sci.com/$pkgname-$pkgver.tar.gz)
+install="$pkgname.install"
+source=("http://cadabra.phi-sci.com/$pkgname-$pkgver.tar.gz")
md5sums=('cee8ae23c169958aba09b64e4ea479ce')