summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
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
}