summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Husmann2016-06-10 03:48:01 +0200
committerStefan Husmann2016-06-10 03:48:01 +0200
commit136fbfa5e7ad9ed0e305519887c635995a7825b9 (patch)
tree35b0b052eac14f486e944436dc376ed6c0651609 /PKGBUILD
parent7613205007ec7207bba907983de64b80ebe51f14 (diff)
downloadaur-136fbfa5e7ad9ed0e305519887c635995a7825b9.tar.gz
remove install file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aab8cda8006e..3db1ddce6dbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=latex-mk
pkgver=2.1
-pkgrel=2
+pkgrel=3
pkgdesc="tool for managing LaTeX projects"
arch=('any')
url="http://latex-mk.sourceforge.net"
@@ -20,7 +20,6 @@ source=(http://downloads.sourceforge.net/latex-mk/$pkgname-$pkgver.tar.gz
${pkgname}.profile)
md5sums=('6a9fd9ec2de0169297c1d0228a41fa2b'
'3fb6cd18ba64619cfb658fc92d85db92')
-install=latex-mk.install
build() {
cd "$srcdir/$pkgname-$pkgver"