summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-10-26 22:14:03 +0200
committerhaawda2018-10-26 22:14:03 +0200
commit10e13d419228c73039bf5625514ee90ca8d544ce (patch)
treeafe20bc8592cdd2dfeaefd46587dfae668bf5942
parentce95c783bf1634bd1e9e8884997075fb1c4ee61c (diff)
downloadaur-10e13d419228c73039bf5625514ee90ca8d544ce.tar.gz
fix typo and remove unneeded makedependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c1bda2d2093..52640d21066c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = tikzit
pkgdesc = Allows the creation and modification of TeX diagrams written using the pgf/TikZ macro library
pkgver = 2.0
- pkgrel = 1
+ pkgrel = 2
url = https://tikzit.github.io/
arch = i686
arch = x86_64
license = GPL2
- makedepends = gcc-objc
depends = qt5-base
optdepends = texlive-core: previews
source = tikzit-2.0.tar.gz::https://github.com/tikzit/tikzit/archive/v2.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 2a23627241e6..012b139621e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,12 @@
pkgname=tikzit
pkgver=2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Allows the creation and modification of TeX diagrams written using the pgf/TikZ macro library"
arch=('i686' 'x86_64')
url="https://tikzit.github.io/"
license=('GPL2')
depends=('qt5-base')
-makedepends=('gcc-objc')
optdepends=('texlive-core: previews')
source=("$pkgname-$pkgver.tar.gz::https://github.com/tikzit/tikzit/archive/v$pkgver.tar.gz")
sha256sums=('d1a84531b8ac2298c140217267423cd9ce4d84ee443b5deb4aa47e4beab4f295')
@@ -26,6 +25,6 @@ build() {
}
package() {
- cd $pkgname-$pkgver1
+ cd $pkgname-$pkgver
install -Dm755 tikzit "$pkgdir"/usr/bin/tikzit
}